Skip to content

Commit

Permalink
Merge pull request #5026 from openstreetmap/tyrasd-preset-grandstand
Browse files Browse the repository at this point in the history
add preset for grandstands
  • Loading branch information
bhousel authored May 7, 2018
2 parents 92c6ab0 + 7007bd6 commit 38d9343
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/presets/presets/building/grandstand.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"icon": "building",
"fields": [
"name",
"height"
],
"geometry": [
"area"
],
"tags": {
"building": "grandstand"
},
"terms": [
"tribune",
"stand",
"stands",
"bleachers"
],
"matchScore": 0.5,
"name": "Grandstand"
}

0 comments on commit 38d9343

Please sign in to comment.