forked from MapComplete/MapComplete
Move mappings around
This commit is contained in:
parent
187459cda1
commit
2f50dbdf36
12 changed files with 86 additions and 86 deletions
|
@ -1112,6 +1112,18 @@
|
|||
"class": "medium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "recycling:pmd=yes",
|
||||
"ifnot": "recycling:pmd=",
|
||||
"then": {
|
||||
"en": "Plastic packaging, metal packaging and drink cartons (PMD) can be recycled here",
|
||||
"nl": "Plastic verpakkingen, metalen verpakkingen en drankpakken kunnen hier gerecycled worden"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/recycling/pmd.svg",
|
||||
"class": "medium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "recycling:printer_cartridges=yes",
|
||||
"ifnot": "recycling:printer_cartridges=",
|
||||
|
@ -1249,18 +1261,6 @@
|
|||
"path": "./assets/layers/recycling/bicycles.svg",
|
||||
"class": "medium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "recycling:pmd=yes",
|
||||
"ifnot": "recycling:pmd=",
|
||||
"then": {
|
||||
"en": "Plastic packaging, metal packaging and drink cartons (PMD) can be recycled here",
|
||||
"nl": "Plastic verpakkingen, metalen verpakkingen en drankpakken kunnen hier gerecycled worden"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/recycling/pmd.svg",
|
||||
"class": "medium"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -206,6 +206,13 @@
|
|||
"cs": "Odpadkový koš na plasty"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "waste=pmd",
|
||||
"then": {
|
||||
"en": "A waste basket for plastic packaging, metal packaging and drink cartons (PMD)",
|
||||
"nl": "Een vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "waste=paper",
|
||||
"then": {
|
||||
|
@ -219,13 +226,6 @@
|
|||
"ca": "Una paperera per a paper",
|
||||
"cs": "Odpadový koš na papír"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "waste=pmd",
|
||||
"then": {
|
||||
"en": "A waste basket for plastic packaging, metal packaging and drink cartons (PMD)",
|
||||
"nl": "Een vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue