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:
Youssef Elzedy 2025-07-30 17:00:42 +03:00
parent 820aa16a92
commit 9af3254e65

View file

@ -7,11 +7,19 @@
"width"
],
"geometry": [
"line"
"line",
"area"
],
"tags": {
"aeroway": "runway"
},
"addTags": {
"aeroway": "runway"
},
"removeTags": {
"aeroway": "*",
"area:aeroway": "*"
},
"terms": [
"landing strip"
],