{ "id": "waste_disposal", "name": { "en": "Waste Disposal Bins", "nl": "Afvalcontainers voor huishoudelijk afval", "de": "Mülltonnen" }, "description": { "en": "Waste Disposal Bin, medium to large bin for disposal of (household) waste", "nl": "Een grote afvalcontainer voor (huishoudelijk) afval", "de": "Entsorgungsbehälter, mittlerer bis großer Behälter zur Entsorgung von (Haushalts-)Abfällen" }, "source": { "osmTags": "amenity=waste_disposal" }, "minzoom": 18, "minzoomVisible": 18, "title": { "render": { "en": "Waste Disposal", "nl": "Afvalbak", "de": "Mülltonne" } }, "mapRendering": [ { "location": [ "point", "centroid" ], "icon": "circle:white;./assets/layers/waste_disposal/waste_disposal.svg" } ], "presets": [ { "title": { "en": "a waste disposal bin", "nl": "Een afvalcontainer", "de": "eine Mülltonne" }, "tags": [ "amenity=waste_disposal" ], "description": { "en": "Medium to large bin for disposal of (household) waste", "nl": "middelgrote of grote afvalcontainer voor (huishoudelijk) afval", "de": "Mittlere bis große Mülltonne für die Entsorgung von (Haushalts-)Abfällen" } } ], "tagRenderings": [ { "id": "access", "render": { "en": "Access: {access}", "nl": "Toegankelijk voor {access}", "de": "Zugang: {access}" }, "question": { "en": "Who can use this waste disposal bin?", "nl": "Wie mag deze afvalcontainer gebruiken?", "de": "Wer darf die Mülltonne nutzen?" }, "freeform": { "key": "access", "type": "string" }, "mappings": [ { "if": "access=yes", "then": { "en": "This bin can be used by anyone", "nl": "Iedereen mag deze afvalcontainer gebruiken", "de": "Jeder darf die Mülltonne nutzen" } }, { "if": "access=no", "then": { "en": "This bin is private", "nl": "Deze afvalcontainer is enkel voor privaat gebruik", "de": "Niemand darf die Mülltonne nutzen (privat)" } }, { "if": "access=residents", "then": { "en": "This bin is only for residents", "nl": "Enkel bewoners mogen deze afvalcontainer gebruiken", "de": "Nur Anwohner dürfen die Mülltonne nutzen" } } ] }, { "id": "disposal-location", "question": { "en": "Where is this container located?", "nl": "Waar bevindt deze container zich?", "de": "Wo befindet sich die Mülltonne?" }, "mappings": [ { "if": "location=underground", "then": { "en": "This is an underground container", "nl": "Dit is een ondergrondse container", "de": "Die Mülltonne befindet sich unter der Erde" } }, { "if": "location=indoor", "then": { "en": "This container is located indoors", "nl": "Deze container bevindt zich binnen", "de": "Die Mülltonne befindet sich in einem Gebäude" } }, { "if": "location=", "then": { "en": "This container is located outdoors", "nl": "Deze container is buiten", "de": "Die Mülltonne befindet sich im Freien" } } ] } ], "filter": [ { "id": "public-access", "options": [ { "question": { "en": "Only public access", "nl": "Enkel publiek toegankelijke afvalcontainers", "de": "Nur öffentliche Mülltonnen" }, "osmTags": "access=yes" } ] } ] }