Skip to content

Commit

Permalink
Add Indoor Play Center and Indoor Playground preset (close #98)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jan 13, 2021
1 parent fe5f19d commit 9fdecc9
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
43 changes: 43 additions & 0 deletions data/presets/leisure/indoor_play.json
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"
}
1 change: 1 addition & 0 deletions data/presets/leisure/playground.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"blind",
"dog",
"gnis/feature_id",
"indoor",
"wheelchair"
],
"geometry": [
Expand Down
19 changes: 19 additions & 0 deletions data/presets/leisure/playground/indoor.json
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"
}
10 changes: 10 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6304,6 +6304,11 @@ en:
name: Ice Rink
# 'terms: hockey,skating,curling'
terms: '<translate with synonyms or related terms for ''Ice Rink'', separated by commas>'
leisure/indoor_play:
# 'leisure=indoor_play\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Indoor Play Center
# 'terms: ball pit,childrens play center,indoor playground'
terms: '<translate with synonyms or related terms for ''Indoor Play Center'', separated by commas>'
leisure/marina:
# 'leisure=marina\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Marina
Expand Down Expand Up @@ -6461,6 +6466,11 @@ en:
name: Playground
# 'terms: jungle gym,play area'
terms: '<translate with synonyms or related terms for ''Playground'', separated by commas>'
leisure/playground/indoor:
# 'leisure=playground + indoor=yes\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Indoor Playground
# 'terms: ball pit,play pen,play pit,indoor play area,inside playground'
terms: '<translate with synonyms or related terms for ''Indoor Playground'', separated by commas>'
leisure/resort:
# 'leisure=resort\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Resort
Expand Down

0 comments on commit 9fdecc9

Please sign in to comment.