Merge pull request #5026 from openstreetmap/tyrasd-preset-grandstand

add preset for grandstands
This commit is contained in:
Bryan Housel
2018-05-07 12:17:43 -04:00
committed by GitHub
@@ -0,0 +1,21 @@
{
"icon": "building",
"fields": [
"name",
"height"
],
"geometry": [
"area"
],
"tags": {
"building": "grandstand"
},
"terms": [
"tribune",
"stand",
"stands",
"bleachers"
],
"matchScore": 0.5,
"name": "Grandstand"
}