{ "id": "birdhide", "name": { "en": "Bird watching places", "nl": "Vogelkijkhutten", "de": "Orte zur Vogelbeobachtung" }, "minzoom": 14, "source": { "osmTags": { "and": [ "leisure=bird_hide" ] } }, "title": { "render": { "en": "Bird watching place", "nl": "Vogelkijkplaats" }, "mappings": [ { "if": { "and": [ "name~(((V|v)ogel)|(B|b)ird).*" ] }, "then": { "*": "{name}", "nl": "{name}" } }, { "if": { "and": [ "name~*", { "or": [ "building!~no", "shelter=yes" ] } ] }, "then": { "en": "Bird hide {name}", "nl": "Vogelkijkhut {name}" } }, { "if": { "and": [ "name~*" ] }, "then": { "en": "Bird blind {name}", "nl": "Vogelkijkwand {name}" } } ] }, "description": { "en": "A birdhide", "nl": "Een vogelkijkhut" }, "tagRenderings": [ "images", { "id": "bird-hide-shelter-or-wall", "question": { "en": "Is this a bird blind or a bird watching shelter?", "nl": "Is dit een kijkwand of kijkhut?" }, "mappings": [ { "if": { "and": [ "shelter=no", "building=", "amenity=" ] }, "then": { "en": "Bird blind", "nl": "Vogelkijkwand" } }, { "if": { "and": [ "amenity=shelter", "building=yes", "shelter=yes" ] }, "then": { "en": "Bird hide", "nl": "Vogelkijkhut" } }, { "if": { "and": [ "building=tower", "bird_hide=tower" ] }, "then": { "en": "Bird tower hide", "nl": "Vogelkijktoren" } }, { "if": { "or": [ "amenity=shelter", "building=yes", "shelter=yes" ] }, "then": { "en": "Bird hide shelter", "nl": "Vogelkijkhut" }, "hideInAnswer": true } ] }, { "id": "bird-hide-wheelchair", "question": { "en": "Is this bird hide accessible to wheelchair users?", "nl": "Is deze vogelkijkplaats rolstoeltoegankelijk?" }, "mappings": [ { "if": { "and": [ "wheelchair=designated" ] }, "then": { "en": "There are special provisions for wheelchair users", "nl": "Er zijn speciale voorzieningen voor rolstoelen" } }, { "if": { "and": [ "wheelchair=yes" ] }, "then": { "en": "A wheelchair can easily use this birdhide", "nl": "Een rolstoel raakt er vlot" } }, { "if": { "and": [ "wheelchair=limited" ] }, "then": { "en": "This birdhide is reachable by wheelchair, but it is not easy", "nl": "Je kan er raken met een rolstoel, maar het is niet makkelijk" } }, { "if": { "and": [ "wheelchair=no" ] }, "then": { "en": "Not accessible to wheelchair users", "nl": "Niet rolstoeltoegankelijk" } } ] }, { "render": { "en": "Operated by {operator}", "nl": "Beheer door {operator}" }, "freeform": { "key": "operator" }, "question": { "en": "Who operates this birdhide?", "nl": "Wie beheert deze vogelkijkplaats?" }, "mappings": [ { "if": "operator=Natuurpunt", "then": { "en": "Operated by Natuurpunt", "nl": "Beheer door Natuurpunt" } }, { "if": "operator=Agentschap Natuur en Bos", "then": { "en": "Operated by the Agency for Nature and Forests", "nl": "Beheer door het Agentschap Natuur en Bos" } } ], "id": "birdhide-operator" } ], "size": { "freeform": { "addExtraTags": [] }, "render": { "nl": "40,40,center" }, "mappings": [] }, "stroke": { "render": { "nl": "3" } }, "presets": [ { "tags": [ "leisure=bird_hide", "building=yes", "shelter=yes", "amenity=shelter" ], "title": { "en": "a birdhide", "nl": "een vogelkijkhut" }, "description": { "en": "A covered shelter where one can watch birds comfortably", "nl": "Een overdekte hut waarbinnen er warm en droog naar vogels gekeken kan worden" } }, { "tags": [ "leisure=bird_hide", "building=no", "shelter=no" ], "title": { "en": "a bird blind", "nl": "een vogelkijkwand" }, "description": { "en": "A screen or wall with openings to watch birds", "nl": "Een vogelkijkwand waarachter men kan staan om vogels te kijken" } } ], "filter": [ { "id": "wheelchair", "options": [ { "question": { "nl": "Rolstoeltoegankelijk", "en": "Wheelchair accessible", "de": "Zugänglich für Rollstuhlfahrer", "fr": "Accessible aux fauteuils roulants", "ca": "Accessible per a cadires de rodes" }, "osmTags": { "or": [ "wheelchair=yes", "wheelchair=designated", "wheelchair=permissive" ] } } ] }, { "id": "shelter", "options": [ { "question": { "en": "Only covered birdhides", "nl": "Enkel overdekte kijkhutten", "de": "Nur überdachte Vogelbeobachtungsstellen" }, "osmTags": { "and": [ { "or": [ "shelter=yes", "building~*" ] }, "covered!=no" ] } } ] } ], "deletion": { "softDeletionTags": { "and": [ "disused:amenity:={amenity}", "amenity=" ] } }, "allowMove": { "enableRelocation": false, "enableImproveAccuraccy": true }, "mapRendering": [ { "icon": { "render": "./assets/layers/birdhide/birdhide.svg", "mappings": [ { "if": { "or": [ "building=yes", "shelter=yes", "amenity=shelter" ] }, "then": "./assets/layers/birdhide/birdshelter.svg" } ] }, "location": [ "point", "centroid" ] } ] }