mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add area geometry support to runway preset
- Add "area" to supported geometry types for runway surface mapping - Include addTags and removeTags for proper tag cleanup - Addresses openstreetmap/iD#11169 for area:aeroway=runway support
This commit is contained in:
parent
820aa16a92
commit
9af3254e65
1 changed files with 9 additions and 1 deletions
|
|
@ -7,11 +7,19 @@
|
|||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "runway"
|
||||
},
|
||||
"addTags": {
|
||||
"aeroway": "runway"
|
||||
},
|
||||
"removeTags": {
|
||||
"aeroway": "*",
|
||||
"area:aeroway": "*"
|
||||
},
|
||||
"terms": [
|
||||
"landing strip"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue