diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json index 81e21b463..85afda7cd 100644 --- a/assets/layers/recycling/recycling.json +++ b/assets/layers/recycling/recycling.json @@ -1112,18 +1112,6 @@ "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 verkpakkingen, metalen verkpakkingen en drankpakken kunnen hier gerecycled worden" - }, - "icon": { - "path": "./assets/layers/recycling/pmd.svg", - "class": "medium" - } - }, { "if": "recycling:printer_cartridges=yes", "ifnot": "recycling:printer_cartridges=", @@ -1261,6 +1249,18 @@ "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" + } } ] }, @@ -1710,4 +1710,4 @@ "enableRelocation": true, "enableImproveAccuracy": true } -} \ No newline at end of file +}