mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
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)
12 lines
162 B
JSON
12 lines
162 B
JSON
{
|
|
"key": "smoking",
|
|
"type": "combo",
|
|
"options": [
|
|
"no",
|
|
"outside",
|
|
"separated",
|
|
"yes"
|
|
],
|
|
"label": "Smoking"
|
|
}
|