mapcomplete/assets/layers/watermill/watermill.json

173 lines
3.3 KiB
JSON
Raw Normal View History

2021-07-07 16:26:58 +02:00
{
2021-07-29 10:37:23 +02:00
"id": "watermill",
"name": {
2021-08-05 16:21:49 +02:00
"nl": "watermolens",
2021-07-29 10:37:23 +02:00
"en": "Watermill"
},
"minzoom": 12,
"source": {
"osmTags": {
"and": [
"man_made=watermill"
]
}
},
"title": {
"render": {
"nl": "Watermolens"
2021-07-07 16:26:58 +02:00
},
2021-07-29 10:37:23 +02:00
"mappings": [
{
"if": {
"and": [
"name:nl~*"
]
},
"then": {
"nl": "{name:nl}"
2021-07-07 16:26:58 +02:00
}
2021-07-29 10:37:23 +02:00
},
{
"if": {
"and": [
"name~*"
]
2021-07-07 16:26:58 +02:00
},
2021-07-29 10:37:23 +02:00
"then": {
"nl": "{name}"
}
}
]
},
"description": {
"nl": "Watermolens"
},
"tagRenderings": [
"images",
{
"#": "Access tag",
"render": {
"nl": "De toegankelijkheid van dit gebied is: {access:description}"
},
"question": {
"nl": "Is dit gebied toegankelijk?"
},
"freeform": {
"key": "access:description"
},
"mappings": [
2021-07-07 16:26:58 +02:00
{
2021-07-29 10:37:23 +02:00
"if": {
"and": [
"access=yes",
"fee="
2021-07-07 16:26:58 +02:00
]
2021-07-29 10:37:23 +02:00
},
"then": {
"nl": "Vrij toegankelijk"
}
2021-07-07 16:26:58 +02:00
},
{
2021-07-29 10:37:23 +02:00
"if": {
"and": [
"access=no",
"fee="
2021-07-07 16:26:58 +02:00
]
2021-07-29 10:37:23 +02:00
},
"then": {
"nl": "Niet toegankelijk"
}
},
{
"if": {
"and": [
"access=private",
"fee="
]
},
"then": {
"nl": "Niet toegankelijk, want privégebied"
}
},
{
"if": {
"and": [
"access=permissive",
"fee="
]
},
"then": {
"nl": "Toegankelijk, ondanks dat het privegebied is"
}
},
{
"if": {
"and": [
"access=guided",
"fee="
]
},
"then": {
"nl": "Enkel toegankelijk met een gids of tijdens een activiteit"
}
},
{
"if": {
"and": [
"access=yes",
"fee=yes"
]
},
"then": {
"nl": "Toegankelijk mits betaling"
}
2021-07-07 16:26:58 +02:00
}
2021-07-29 10:37:23 +02:00
]
2021-07-28 14:52:42 +02:00
},
2021-07-29 10:37:23 +02:00
{
"#": "Operator tag",
"render": {
"nl": "Beheer door {operator}"
},
"question": {
"nl": "Wie beheert dit pad?"
},
"freeform": {
"key": "operator"
},
"mappings": [
{
"if": {
"and": [
"operator=Natuurpunt"
]
},
"then": {
"nl": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door Natuurpunt"
}
},
2021-07-07 16:26:58 +02:00
{
2021-07-29 10:37:23 +02:00
"if": {
"and": [
"operator~(n|N)atuurpunt.*"
]
},
"then": {
"nl": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door {operator}"
},
"hideInAnswer": true
2021-07-07 16:26:58 +02:00
}
2021-07-29 10:37:23 +02:00
]
}
],
"wayHandling": 1,
"icon": {
"render": "./assets/layers/watermill/watermill.svg"
},
"iconSize": {
"render": "50,50,center"
},
"color": {
"render": "#FFC0CB"
2021-07-29 00:29:29 +02:00
}
2021-08-05 16:21:49 +02:00
}