Themes: add validation check if a mapping does not erase another mapping completely

This commit is contained in:
Pieter Vander Vennet 2023-11-09 15:42:15 +01:00
parent 7d43bb5983
commit 556f6d0b93
43 changed files with 5015 additions and 4778 deletions

View file

@ -581,6 +581,7 @@
"mappings": [
{
"if": "recycling_type=container",
"addExtraTags": ["amenity=recycling"],
"then": {
"en": "This is a recycling container",
"nl": "Dit is een recyclingcontainer",
@ -594,6 +595,7 @@
},
{
"if": "recycling_type=centre",
"addExtraTags": ["amenity=recycling"],
"then": {
"en": "This is a recycling centre",
"nl": "Dit is een recyclingcentrum",
@ -644,6 +646,7 @@
},
{
"if": "recycling_type=pickup_point",
"addExtraTags": ["amenity=recycling"],
"then": {
"en": "This is a pickup point. The waste material is placed here without placing it in a dedicated container.",
"nl": "Dit is een verzamelplaats zonder container waar het afval later opgepikt wordt.",
@ -655,6 +658,7 @@
},
{
"if": "recycling_type=dump",
"addExtraTags": ["amenity=recycling"],
"then": {
"en": "This is a dump where the waste material is stacked.",
"nl": "Dit is een afvalhoop waar het afvalmateriaal bovenop elkaar gestapeld wordt.",