mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +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"
|
||||
}
|
||||
Reference in New Issue
Block a user