mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
Add preset for building=hangar
Make the hangar building preset have a lower matchScore so that first the aeroway=hangar is found
This commit is contained in:
@@ -9,5 +9,13 @@
|
||||
"tags": {
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"addTags": {
|
||||
"building": "hangar",
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"removeTags": {
|
||||
"building": "hangar",
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"name": "Hangar"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hangar"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Hangar building"
|
||||
}
|
||||
Reference in New Issue
Block a user