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:
Bryan Housel
2016-01-29 21:18:32 -05:00
parent 0f352047d4
commit 33330d11d9
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
"sport_ice",
"operator",
"address",
"building_area",
"building",
"opening_hours"
],
"geometry": [

View File

@@ -3,7 +3,8 @@
"fields": [
"access_simple",
"operator",
"address"
"address",
"building"
],
"geometry": [
"point",