Merge pull request #6254 from westnordost/presets-hangar

Add preset for building=hangar
This commit is contained in:
Bryan Housel
2019-04-29 09:34:40 -04:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@@ -9,5 +9,13 @@
"tags": {
"aeroway": "hangar"
},
"addTags": {
"building": "hangar",
"aeroway": "hangar"
},
"removeTags": {
"building": "hangar",
"aeroway": "hangar"
},
"name": "Hangar"
}

View File

@@ -0,0 +1,13 @@
{
"fields": [
"name"
],
"geometry": [
"area"
],
"tags": {
"building": "hangar"
},
"matchScore": 0.5,
"name": "Hangar Building"
}