mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Add 'building' combo field for ice rink and swim facility
These features are frequently indoors or outdoors, so we should offer the mapper the ability to specify this, but not necessarily default to yes like the building_area field does. Trivia: power=sub_station/substation works this way too
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
"sport_ice",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"building",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"operator",
|
||||
"address"
|
||||
"address",
|
||||
"building"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user