forked from MapComplete/MapComplete
Add access to recycling, image/type to wastedisposal
This commit is contained in:
parent
360172dc91
commit
a37b2810c2
2 changed files with 85 additions and 0 deletions
|
@ -64,6 +64,31 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "type",
|
||||
"description": "Mapping allowing to change between waste_disposal and recycling",
|
||||
"question": {
|
||||
"en": "What kind of waste disposal bin is this?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "amenity=waste_disposal",
|
||||
"then": {
|
||||
"en": "This is a medium to large bin for disposal of (household) waste"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "amenity=recycling",
|
||||
"then": {
|
||||
"en": "This is actually a recycling container"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"recycling_type=container"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "access",
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue