mapcomplete/assets/layers/grass_in_parks/grass_in_parks.json

67 lines
1.4 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": {
"en": "Searches for all accessible grass patches within public parks - these are 'groenzones'\""
}
}