mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
add preset for grandstands
see https://wiki.openstreetmap.org/wiki/Tag:building%3Dgrandstand
This commit is contained in:
21
data/presets/presets/building/grandstand.json
Normal file
21
data/presets/presets/building/grandstand.json
Normal file
@@ -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