mapcomplete/assets/layers/watermill/watermill.json

190 lines
3.6 KiB
JSON
Raw Normal View History

2021-07-07 16:26:58 +02:00
{
2021-11-07 14:37:21 +01:00
"id": "watermill",
"name": {
"nl": "Watermolens",
"en": "Watermill",
2022-05-21 02:31:32 +02:00
"de": "Wassermühlen",
2021-11-07 19:47:52 +01:00
"ru": "Водяная мельница",
2022-01-18 20:18:12 +01:00
"id": "Kincir Air",
2022-04-13 18:42:40 +02:00
"fr": "Moulin à eau",
"ca": "Molí d'aigua"
2021-11-07 14:37:21 +01:00
},
"minzoom": 12,
"source": {
"osmTags": {
"and": [
"man_made=watermill"
]
}
},
"title": {
"render": {
"nl": "Watermolens"
2021-07-07 16:26:58 +02:00
},
2021-11-07 14:37:21 +01:00
"mappings": [
{
"if": {
"and": [
"name:nl~*"
]
},
"then": {
"nl": "{name:nl}"
}
},
{
"if": {
"and": [
"name~*"
]
},
"then": {
"nl": "{name}"
}
}
]
},
"description": {
"nl": "Watermolens"
},
"tagRenderings": [
"images",
{
"render": {
"nl": "De toegankelijkheid van dit gebied is: {access:description}"
},
"question": {
"nl": "Is dit gebied toegankelijk?"
},
"freeform": {
"key": "access:description"
},
"mappings": [
{
"if": {
2021-07-29 10:37:23 +02:00
"and": [
2021-11-07 14:37:21 +01:00
"access=yes",
"fee="
2021-07-07 16:26:58 +02:00
]
2021-11-07 14:37:21 +01:00
},
"then": {
"nl": "Vrij toegankelijk"
}
},
2021-07-29 10:37:23 +02:00
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"access=no",
"fee="
]
},
"then": {
"nl": "Niet toegankelijk"
}
2021-07-29 10:37:23 +02:00
},
2021-07-07 16:26:58 +02:00
{
2021-11-07 14:37:21 +01:00
"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"
}
},
2021-07-29 10:37:23 +02:00
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"access=guided",
"fee="
]
},
"then": {
"nl": "Enkel toegankelijk met een gids of tijdens een activiteit"
}
2021-07-29 10:37:23 +02:00
},
2021-07-07 16:26:58 +02:00
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"access=yes",
"fee=yes"
]
},
"then": {
"nl": "Toegankelijk mits betaling"
}
2021-07-07 16:26:58 +02:00
}
2021-11-07 14:37:21 +01:00
],
"id": "Access tag"
},
2021-11-07 14:37:21 +01:00
{
"render": {
"nl": "Beheer door {operator}"
},
"question": {
"nl": "Wie beheert dit pad?"
},
"freeform": {
"key": "operator"
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"operator=Natuurpunt"
]
2021-11-07 14:37:21 +01:00
},
"then": {
"nl": "Dit gebied wordt beheerd door Natuurpunt"
},
"icon": {
"path": "./assets/themes/buurtnatuur/Natuurpunt.jpg",
"class": "small"
2021-11-07 14:37:21 +01:00
}
},
{
"if": {
"and": [
"operator~(n|N)atuurpunt.*"
]
},
"then": {
"nl": "Dit gebied wordt beheerd door {operator}"
2021-11-07 14:37:21 +01:00
},
"hideInAnswer": true,
"icon": {
"path": "./assets/themes/buurtnatuur/Natuurpunt.jpg",
"class": "small"
}
}
2021-11-07 14:37:21 +01:00
],
"id": "Operator tag"
2021-07-29 10:37:23 +02:00
}
2021-11-07 14:37:21 +01:00
],
2021-11-07 15:31:55 +01:00
"mapRendering": [
{
"icon": {
"render": "./assets/layers/watermill/watermill.svg"
},
"iconSize": {
"render": "50,50,center"
},
"location": [
2021-11-09 19:45:26 +01:00
"point",
"centroid"
2021-11-07 15:31:55 +01:00
]
}
]
}