mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 15:08:11 +02:00
Add Indoor Play Center and Indoor Playground preset (close #98)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
"blind",
|
||||
"dog",
|
||||
"gnis/feature_id",
|
||||
"indoor",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user