mapcomplete/assets/layers/village_green/village_green.json

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

68 lines
1.7 KiB
JSON
Raw Normal View History

{
2021-11-07 14:37:21 +01:00
"id": "village_green",
"name": {
"nl": "Speelweide"
},
"description": {
"en": "A layer showing village-green (which are communal green areas, but not quite parks)",
"nl": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
"de": "Eine Ebene mit Dorfangern (kommunale Grünflächen, aber nicht wirklich Parks)",
"ca": "Una capa que mostra “village-green” (que són zones verdes comunals, però no parcs del tot)",
2024-11-05 14:14:53 +01:00
"cs": "Vrstva zobrazující městskou zeleň (což jsou společné zelené plochy, ale ne tak docela parky)",
"es": "Una capa que muestra zonas verdes (que son áreas verdes comunitarias, pero no exactamente parques)"
},
2021-11-07 14:37:21 +01:00
"source": {
"osmTags": "landuse=village_green"
},
"minzoom": 0,
"title": {
"render": {
"nl": "Speelweide"
},
2021-11-07 14:37:21 +01:00
"mappings": [
{
"if": "name~*",
"then": {
"nl": "{name}"
}
2021-11-07 14:37:21 +01:00
}
]
2021-11-07 14:37:21 +01:00
},
2023-09-19 14:04:13 +02:00
"pointRendering": [
2021-11-07 15:31:55 +01:00
{
"iconSize": "40,40",
2021-11-07 15:31:55 +01:00
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "./assets/themes/playgrounds/playground.svg"
}
]
2023-09-19 14:04:13 +02:00
}
],
"lineRendering": [
2021-11-07 15:31:55 +01:00
{
"color": "#937f20",
"width": "1"
}
],
"tagRenderings": [
"images",
{
"id": "village_green-explanation",
"render": "Dit is een klein stukje openbaar groen waar je mag spelen, picnicken, zitten, ..."
},
{
"id": "village_green-reviews",
"render": "{reviews(name, landuse=village_green )}"
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
}
}