Small fixes

This commit is contained in:
Pieter Vander Vennet 2021-03-04 13:35:03 +01:00
parent f0742ab812
commit c2d520c2e9
5 changed files with 24 additions and 15 deletions

View file

@ -1,13 +1,13 @@
{
"id": "playgrounds",
"title": {
"nl": "Speelzones"
"nl": "Speelplekken"
},
"shortDescription": {
"nl": "Speelzones en speeltuinen"
"nl": "Speelplekken en sportplekken"
},
"description": {
"nl": "Deze kaart toont speelzones in het groen"
"nl": "Op deze kaart vind je speelplekken zoals speeltuinen, speelbossen en sportterreinen"
},
"language": [
"nl"
@ -20,7 +20,6 @@
"startZoom": 10,
"widenFactor": 0.05,
"socialImage": "",
"hideFromOverview": true,
"layers": [
{
"id": "playgrounds",
@ -33,6 +32,9 @@
"leisure=playground"
]
},
"description": {
"nl": "Speeltuinen en speelbossen"
},
"title": {
"render": {
"nl": "Speeltuin"
@ -41,18 +43,28 @@
{
"if": {
"and": [
"playground=forest",
"name~*"
]
},
"then": {
"nl": "Speelbos <i>{name}</i>"
}
},
{
"if": "playground=forest",
"then": {
"nl": "Speelbos"
}
},
{
"if": "name~*",
"then": {
"nl": "Speeltuin <i>{name}</i>"
}
}
]
},
"description": {
"nl": "Alle speeltuinen"
},
"tagRenderings": [
"images",
{