Add capital letters to layer names

This commit is contained in:
Pieter Vander Vennet 2021-09-29 16:35:56 +02:00
parent 8b5c0c64cd
commit a4bafe18a7
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "parking", "id": "parking",
"name": { "name": {
"nl": "parking" "nl": "Parking"
}, },
"minzoom": 12, "minzoom": 12,
"source": { "source": {
@ -189,4 +189,4 @@
} }
} }
] ]
} }

View file

@ -1,7 +1,7 @@
{ {
"id": "watermill", "id": "watermill",
"name": { "name": {
"nl": "watermolens", "nl": "Watermolens",
"en": "Watermill" "en": "Watermill"
}, },
"minzoom": 12, "minzoom": 12,
@ -170,4 +170,4 @@
"color": { "color": {
"render": "#FFC0CB" "render": "#FFC0CB"
} }
} }