mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Merge pull request #5026 from openstreetmap/tyrasd-preset-grandstand
add preset for grandstands
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"name",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "grandstand"
|
||||
},
|
||||
"terms": [
|
||||
"tribune",
|
||||
"stand",
|
||||
"stands",
|
||||
"bleachers"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Grandstand"
|
||||
}
|
||||
Reference in New Issue
Block a user