mapcomplete/assets/layers/grass_in_parks/grass_in_parks.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

70 lines
1.7 KiB
JSON
Raw Normal View History

{
2021-11-07 14:37:21 +01:00
"id": "grass_in_parks",
"name": {
"nl": "Toegankelijke grasvelden in parken"
},
"source": {
"osmTags": {
"or": [
"name=Park Oude God",
{
"and": [
"landuse=grass",
2021-05-20 17:00:41 +02:00
{
2021-11-07 14:37:21 +01:00
"or": [
"access=public",
"access=yes"
]
2021-05-20 17:00:41 +02:00
}
2021-11-07 14:37:21 +01:00
]
}
2021-11-07 14:37:21 +01:00
]
},
2021-11-07 14:37:21 +01:00
"overpassScript": "way[\"leisure\"=\"park\"];node(w);is_in;area._[\"leisure\"=\"park\"];(way(area)[\"landuse\"=\"grass\"]; node(w); );"
},
"minzoom": 0,
"title": {
"render": {
"nl": "Speelweide in een park"
},
"mappings": [
{
"if": "name~*",
"then": {
"nl": "{name}"
}
2021-11-07 14:37:21 +01:00
}
]
2021-11-07 14:37:21 +01:00
},
"tagRenderings": [
"images",
{
"id": "explanation",
"render": "Op dit grasveld in het park mag je spelen, picnicken, zitten, ..."
},
{
"id": "grass-in-parks-reviews",
"render": "{reviews(name, landuse=grass )}"
}
2021-11-07 15:31:55 +01:00
],
"mapRendering": [
{
"icon": "./assets/themes/playgrounds/playground.svg",
"iconSize": "40,40,center",
"location": [
"point",
"centroid"
]
},
{
"color": "#0f0",
"width": "1"
}
2021-12-05 05:16:24 +01:00
],
"description": {
2022-06-01 20:21:16 +02:00
"en": "Searches for all accessible grass patches within public parks - these are 'groenzones'",
2022-05-06 12:17:21 +02:00
"nl": "Dit zoekt naar alle toegankelijke grasvelden binnen publieke parken - dit zijn 'groenzones'",
2023-01-29 18:02:06 +01:00
"de": "Sucht nach allen zugänglichen Grasflächen in öffentlichen Parks - dies sind 'Grünzonen'",
"ca": "Cerques per a tots els camins d'herba accessibles dins dels parcs públics - aquests són «groenzones»"
2021-12-05 05:16:24 +01:00
}
}