-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Indoor Play Center and Indoor Playground preset (close #98)
- Loading branch information
1 parent
fe5f19d
commit 9fdecc9
Showing
4 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"icon": "temaki-slide", | ||
"fields": [ | ||
"name", | ||
"address", | ||
"building_area", | ||
"opening_hours", | ||
"opening_hours/covid19", | ||
"phone", | ||
"website" | ||
], | ||
"moreFields": [ | ||
"blind", | ||
"brand", | ||
"charge_fee", | ||
"dog", | ||
"email", | ||
"fax", | ||
"fee", | ||
"gnis/feature_id", | ||
"internet_access", | ||
"internet_access/fee", | ||
"internet_access/ssid", | ||
"max_age", | ||
"min_age", | ||
"operator", | ||
"payment_multi", | ||
"wheelchair" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"leisure": "indoor_play" | ||
}, | ||
"terms": [ | ||
"ball pit", | ||
"childrens play center", | ||
"indoor playground" | ||
], | ||
"name": "Indoor Play Center" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
"blind", | ||
"dog", | ||
"gnis/feature_id", | ||
"indoor", | ||
"wheelchair" | ||
], | ||
"geometry": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"icon": "maki-playground", | ||
"geometry": [ | ||
"area", | ||
"point" | ||
], | ||
"terms": [ | ||
"ball pit", | ||
"play pen", | ||
"play pit", | ||
"indoor play area", | ||
"inside playground" | ||
], | ||
"tags": { | ||
"leisure": "playground", | ||
"indoor": "yes" | ||
}, | ||
"name": "Indoor Playground" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters