mapcomplete/assets/layers/waste_disposal/waste_disposal.json

130 lines
3.1 KiB
JSON
Raw Normal View History

2022-01-01 15:32:33 +01:00
{
"id": "waste_disposal",
"name": {
2022-04-03 02:37:31 +02:00
"en": "Waste Disposal Bins",
"nl": "Afvalcontainers voor huishoudelijk afval"
2022-01-01 15:32:33 +01:00
},
"description": {
2022-04-03 03:17:10 +02:00
"en": "Waste Disposal Bin, medium to large bin for disposal of (household) waste",
"nl": "Een grote afvalcontainer voor (huishoudelijk) afval"
2022-01-01 15:32:33 +01:00
},
"source": {
"osmTags": "amenity=waste_disposal"
},
2022-02-17 14:34:43 +01:00
"minzoom": 18,
"minzoomVisible": 18,
2022-01-01 15:32:33 +01:00
"title": {
"render": {
2022-04-03 03:17:10 +02:00
"en": "Waste Disposal",
"nl": "Afvalbak"
2022-01-01 15:32:33 +01:00
}
},
"mapRendering": [
{
"location": [
"point",
"centroid"
],
2022-02-19 21:40:12 +01:00
"icon": "circle:white;./assets/layers/waste_disposal/waste_disposal.svg"
2022-01-01 15:32:33 +01:00
}
],
"presets": [
{
"title": {
2022-04-03 03:17:10 +02:00
"en": "a waste disposal bin",
2022-04-07 03:13:29 +02:00
"nl": "Een afvalcontainer"
2022-01-01 15:32:33 +01:00
},
"tags": [
"amenity=waste_disposal"
],
"description": {
2022-04-03 03:17:10 +02:00
"en": "Medium to large bin for disposal of (household) waste",
"nl": "middelgrote of grote afvalcontainer voor (huishoudelijk) afval"
2022-01-01 15:32:33 +01:00
}
}
],
"tagRenderings": [
{
"id": "access",
"render": {
2022-04-03 03:17:10 +02:00
"en": "Access: {access}",
"nl": "Toegankelijk voor {access}"
2022-01-01 15:32:33 +01:00
},
"question": {
2022-04-03 03:17:10 +02:00
"en": "Who can use this waste disposal bin?",
"nl": "Wie mag deze afvalcontainer gebruiken?"
2022-01-01 15:32:33 +01:00
},
"freeform": {
"key": "access",
"type": "string"
},
"mappings": [
{
"if": "access=yes",
"then": {
2022-04-03 03:17:10 +02:00
"en": "This bin can be used by anyone",
"nl": "Iedereen mag deze afvalcontainer gebruiken"
2022-01-01 15:32:33 +01:00
}
},
{
"if": "access=no",
"then": {
2022-04-03 03:17:10 +02:00
"en": "This bin is private",
"nl": "Deze afvalcontainer is enkel voor privaat gebruik"
2022-01-01 15:32:33 +01:00
}
},
{
"if": "access=residents",
"then": {
2022-04-03 03:17:10 +02:00
"en": "This bin is only for residents",
"nl": "Enkel bewoners mogen deze afvalcontainer gebruiken"
2022-01-01 15:32:33 +01:00
}
}
]
},
{
"id": "disposal-location",
"question": {
"en": "Where is this container located?",
"nl": "Waar bevindt deze container zich?"
},
"mappings": [
{
"if": "location=underground",
"then": {
"en": "This is an underground container",
"nl": "Dit is een ondergrondse container"
}
},
{
"if": "location=indoor",
"then": {
"en": "This container is located indoors",
"nl": "Deze container bevindt zich binnen"
}
},
{
"if": "location=",
"then": {
"en": "This container is located outdoors",
"nl": "Deze container is buiten"
}
}
]
2022-01-01 15:32:33 +01:00
}
],
"filter": [
{
"id": "public-access",
"options": [
{
"question": {
2022-04-03 02:37:31 +02:00
"en": "Only public access",
"nl": "Enkel publiek toegankelijke afvalcontainers"
2022-01-01 15:32:33 +01:00
},
"osmTags": "access=yes"
}
]
}
]
}