mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-29 11:21:38 +02:00
Construction presets: remove "construction=*" subtag when preset is changed, fixes #903
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
"tags": {
|
||||
"building": "construction"
|
||||
},
|
||||
"removeTags": {
|
||||
"building": "construction",
|
||||
"construction": "*"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Building Under Construction"
|
||||
}
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
"tags": {
|
||||
"landuse": "construction"
|
||||
},
|
||||
"removeTags": {
|
||||
"landuse": "construction",
|
||||
"construction": "*"
|
||||
},
|
||||
"terms": [
|
||||
"building",
|
||||
"bulldozer",
|
||||
|
||||
Reference in New Issue
Block a user