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:
Tobias Zwick
2019-04-28 18:43:56 +02:00
parent 1bb0a6a0bc
commit d3df05b9c2
2 changed files with 21 additions and 0 deletions
+8
View File
@@ -9,5 +9,13 @@
"tags": {
"aeroway": "hangar"
},
"addTags": {
"building": "hangar",
"aeroway": "hangar"
},
"removeTags": {
"building": "hangar",
"aeroway": "hangar"
},
"name": "Hangar"
}
+13
View File
@@ -0,0 +1,13 @@
{
"fields": [
"name"
],
"geometry": [
"area"
],
"tags": {
"building": "hangar"
},
"matchScore": 0.5,
"name": "Hangar building"
}