mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-29 19:29:35 +02:00
593a041f74
Add "crop" field for landuse=farm/farmland/farmyard (for #2149) Add "trees" field for landuse=orchard Add landuse=landfill Add the hoops=* field to the basketball preset (for #1984) Add amenity=nightclub Add smoking field for many presets under amenity, building, office, tourism (for #1990)
20 lines
289 B
JSON
20 lines
289 B
JSON
{
|
|
"icon": "commercial",
|
|
"fields": [
|
|
"office",
|
|
"address",
|
|
"opening_hours",
|
|
"smoking"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"office": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Office"
|
|
}
|