mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add all tags to addTags
This will hopefully make it, so that when I select a building=yes this gets overwritten with building=service.
This commit is contained in:
parent
7133e6fc36
commit
520124ea46
3 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
"utility": "power"
|
||||
},
|
||||
"addTags": {
|
||||
"building": "service",
|
||||
"utility": "power",
|
||||
"power": "substation",
|
||||
"substation": "minor_distribution"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
"substation": "minor_distribution"
|
||||
},
|
||||
"addTags": {
|
||||
"man_made": "street_cabinet",
|
||||
"substation": "minor_distribution",
|
||||
"utility": "power",
|
||||
"power": "substation"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
"building": "transformer_tower"
|
||||
},
|
||||
"addTags": {
|
||||
"building": "transformer_tower",
|
||||
"utility": "power",
|
||||
"power": "substation",
|
||||
"substation": "minor_distribution"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue