mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-19 09:37:13 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway"
|
||||
],
|
||||
"moreFields": [
|
||||
"layer"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Aerialway Feature"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-airport",
|
||||
"fields": [
|
||||
"aeroway"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Aeroway Feature"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"fields": [
|
||||
"amenity"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Amenity"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "maki-star",
|
||||
"fields": [
|
||||
"name",
|
||||
"attraction",
|
||||
"operator",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"fee",
|
||||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"email",
|
||||
"fax",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"attraction": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Attraction"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"fields": [
|
||||
"boundary"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"boundary": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Boundary",
|
||||
"matchScore": 0.45
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "maki-home",
|
||||
"fields": [
|
||||
"{building}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{building}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"building": "*"
|
||||
},
|
||||
"matchScore": 0.6,
|
||||
"searchable": false,
|
||||
"name": "Building"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"embankment": "yes"
|
||||
},
|
||||
"name": "Embankment",
|
||||
"matchScore": 0.2,
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": [
|
||||
"emergency_combo"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Emergency Feature"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"ford": "*"
|
||||
},
|
||||
"name": "Ford",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"highway"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Highway Feature"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "temaki-room",
|
||||
"fields": [
|
||||
"level",
|
||||
"indoor_type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"indoor": "*"
|
||||
},
|
||||
"matchScore": 0.8,
|
||||
"searchable": false,
|
||||
"name": "Indoor Feature"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"landuse"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "*"
|
||||
},
|
||||
"matchScore": 0.9,
|
||||
"searchable": false,
|
||||
"name": "Land Use Feature"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "maki-pitch",
|
||||
"fields": [
|
||||
"name",
|
||||
"leisure"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Leisure Feature"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "temaki-storage_tank",
|
||||
"fields": [
|
||||
"name",
|
||||
"man_made"
|
||||
],
|
||||
"moreFields": [
|
||||
"material"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "*"
|
||||
},
|
||||
"matchScore": 0.95,
|
||||
"searchable": false,
|
||||
"name": "Man Made Feature"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "maki-natural",
|
||||
"fields": [
|
||||
"name",
|
||||
"natural"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Natural Feature"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"place"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Place"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "maki-playground",
|
||||
"fields": [
|
||||
"playground",
|
||||
"playground/theme",
|
||||
"min_age",
|
||||
"max_age",
|
||||
"wheelchair",
|
||||
"blind",
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"colour",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Playground Equipment"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "temaki-power",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "*"
|
||||
},
|
||||
"fields": [
|
||||
"power"
|
||||
],
|
||||
"moreFields": [
|
||||
"material"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Power Feature"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-rail_profile",
|
||||
"fields": [
|
||||
"railway"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Railway Feature"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-harbor",
|
||||
"fields": [
|
||||
"seamark/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Seamark"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "temaki-cable",
|
||||
"fields": [
|
||||
"telecom",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"telecom": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Telecom Feature"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "maki-attraction",
|
||||
"fields": [
|
||||
"name",
|
||||
"tourism"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Tourism Feature"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"waterway"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"waterway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Waterway Feature"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"fields": [
|
||||
"addr/interpolation"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"addr:interpolation": "*"
|
||||
},
|
||||
"name": "Address Interpolation",
|
||||
"searchable": false,
|
||||
"matchScore": 0.2
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"fields": [
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"addr:*": "*"
|
||||
},
|
||||
"addTags": {},
|
||||
"removeTags": {},
|
||||
"reference": {
|
||||
"key": "addr"
|
||||
},
|
||||
"name": "Address",
|
||||
"matchScore": 0.15
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "temaki-billboard",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "billboard"
|
||||
},
|
||||
"name": "Billboard"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"icon": "temaki-bulletin_board",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "board"
|
||||
},
|
||||
"terms": [
|
||||
"advertising",
|
||||
"announcements",
|
||||
"blackboard",
|
||||
"bulletin board",
|
||||
"bulletinboard",
|
||||
"cork board",
|
||||
"corkboard",
|
||||
"fliers",
|
||||
"flyers",
|
||||
"noticeboard",
|
||||
"pin board",
|
||||
"pinboard",
|
||||
"sign",
|
||||
"whiteboard"
|
||||
],
|
||||
"name": "Notice Board"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "temaki-storage_tank",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "column"
|
||||
},
|
||||
"name": "Advertising Column"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "temaki-poster_box",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "poster_box"
|
||||
},
|
||||
"name": "Poster Box"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "totem"
|
||||
},
|
||||
"name": "Advertising Totem"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "fas-tram",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/occupancy",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration",
|
||||
"aerialway/heating"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "cable_car"
|
||||
},
|
||||
"terms": [
|
||||
"aerial cable",
|
||||
"lift",
|
||||
"ropeway",
|
||||
"skiing",
|
||||
"snowboarding",
|
||||
"tramway"
|
||||
],
|
||||
"name": "Cable Car"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "temaki-chairlift",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway_yes",
|
||||
"aerialway/occupancy",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration",
|
||||
"aerialway/bubble",
|
||||
"aerialway/heating"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "chair_lift"
|
||||
},
|
||||
"terms": [
|
||||
"aerial cable",
|
||||
"skiing",
|
||||
"snowboarding"
|
||||
],
|
||||
"name": "Chair Lift"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "temaki-drag_lift",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "drag_lift"
|
||||
},
|
||||
"terms": [
|
||||
"skiing",
|
||||
"snowboarding",
|
||||
"surface cable"
|
||||
],
|
||||
"name": "Drag Lift"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "temaki-gondola_lift",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway",
|
||||
"aerialway/occupancy",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration",
|
||||
"aerialway/bubble",
|
||||
"aerialway/heating"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "gondola"
|
||||
},
|
||||
"terms": [
|
||||
"aerial cable",
|
||||
"lift",
|
||||
"skiing",
|
||||
"snowboarding"
|
||||
],
|
||||
"name": "Gondola Lift"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "temaki-goods_lift",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "goods"
|
||||
},
|
||||
"terms": [
|
||||
"aerial cable"
|
||||
],
|
||||
"name": "Goods Aerialway"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "temaki-j_bar_lift",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "j-bar"
|
||||
},
|
||||
"terms": [
|
||||
"drag lift",
|
||||
"skiing",
|
||||
"snowboarding",
|
||||
"surface cable",
|
||||
"jaybar",
|
||||
"jbar"
|
||||
],
|
||||
"name": "J-Bar Lift"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration",
|
||||
"aerialway/heating"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "magic_carpet"
|
||||
},
|
||||
"terms": [
|
||||
"conveyor belt",
|
||||
"skiing",
|
||||
"snowboarding",
|
||||
"surface lift"
|
||||
],
|
||||
"name": "Magic Carpet Lift"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "maki-aerialway",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway_yes",
|
||||
"aerialway/occupancy",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration",
|
||||
"aerialway/bubble",
|
||||
"aerialway/heating"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "mixed_lift"
|
||||
},
|
||||
"terms": [
|
||||
"aerial cable",
|
||||
"skiing",
|
||||
"snowboarding"
|
||||
],
|
||||
"name": "Mixed Lift"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "temaki-platter_lift",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "platter"
|
||||
},
|
||||
"terms": [
|
||||
"button lift",
|
||||
"disc lift",
|
||||
"drag lift",
|
||||
"poma lift",
|
||||
"skiing",
|
||||
"snowboarding",
|
||||
"surface cable"
|
||||
],
|
||||
"name": "Platter Lift"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "temaki-aerialway_pole",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "pylon"
|
||||
},
|
||||
"terms": [
|
||||
"chair lift pole",
|
||||
"skiing",
|
||||
"snowboarding",
|
||||
"lift tower"
|
||||
],
|
||||
"name": "Aerialway Pylon"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway_yes",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "rope_tow"
|
||||
},
|
||||
"terms": [
|
||||
"bugel lift",
|
||||
"drag lift",
|
||||
"handle tow",
|
||||
"skiing",
|
||||
"snowboarding",
|
||||
"surface cable"
|
||||
],
|
||||
"name": "Rope Tow Lift"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "temaki-t_bar_lift",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "t-bar"
|
||||
},
|
||||
"terms": [
|
||||
"drag lift",
|
||||
"skiing",
|
||||
"surface cable",
|
||||
"tbar"
|
||||
],
|
||||
"name": "T-Bar Lift"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"oneway_yes",
|
||||
"aerialway/duration",
|
||||
"maxweight",
|
||||
"access_simple"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "zip_line"
|
||||
},
|
||||
"terms": [
|
||||
"aerial runway",
|
||||
"canopy",
|
||||
"flying fox",
|
||||
"foefie slide",
|
||||
"gravity propelled aerial ropeslide",
|
||||
"Tyrolean traverse",
|
||||
"zip wire",
|
||||
"zip-line",
|
||||
"zipline",
|
||||
"zipwire"
|
||||
],
|
||||
"name": "Zip Line"
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"icon": "temaki-airport",
|
||||
"fields": [
|
||||
"name",
|
||||
"iata",
|
||||
"icao",
|
||||
"address",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "aerodrome"
|
||||
},
|
||||
"terms": [
|
||||
"aerodrome",
|
||||
"aeroway",
|
||||
"airplane",
|
||||
"airport",
|
||||
"jet",
|
||||
"plane"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Airport"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "temaki-planes",
|
||||
"fields": [
|
||||
"ref",
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "apron"
|
||||
},
|
||||
"terms": [
|
||||
"aircraft parking",
|
||||
"flight line",
|
||||
"hardstand",
|
||||
"ramp",
|
||||
"tarmac",
|
||||
"taxiway"
|
||||
],
|
||||
"name": "Airport Apron"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "fas-plane",
|
||||
"fields": [
|
||||
"ref_aeroway_gate"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "gate"
|
||||
},
|
||||
"name": "Airport Gate"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "temaki-hangar",
|
||||
"fields": [
|
||||
"name",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"addTags": {
|
||||
"building": "hangar",
|
||||
"aeroway": "hangar"
|
||||
},
|
||||
"name": "Hangar"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "maki-heliport",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref",
|
||||
"operator",
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"address",
|
||||
"charge_fee",
|
||||
"fee",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "helipad"
|
||||
},
|
||||
"terms": [
|
||||
"helicopter",
|
||||
"helipad",
|
||||
"heliport"
|
||||
],
|
||||
"name": "Helipad"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"icon": "temaki-plane_taxiing",
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "holding_position"
|
||||
},
|
||||
"name": "Aircraft Holding Position"
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian_walled",
|
||||
"fields": [
|
||||
"ref_aeroway_gate",
|
||||
"width",
|
||||
"access_simple",
|
||||
"wheelchair"
|
||||
],
|
||||
"moreFields": [
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "jet_bridge"
|
||||
},
|
||||
"addTags": {
|
||||
"aeroway": "jet_bridge",
|
||||
"highway": "corridor"
|
||||
},
|
||||
"terms": [
|
||||
"aerobridge",
|
||||
"air jetty",
|
||||
"airbridge",
|
||||
"airtube",
|
||||
"finger",
|
||||
"gangway",
|
||||
"jet bridge",
|
||||
"jetbridge",
|
||||
"jet way",
|
||||
"jetway",
|
||||
"passenger boarding bridge",
|
||||
"PBB",
|
||||
"portal",
|
||||
"skybridge",
|
||||
"terminal gate connector"
|
||||
],
|
||||
"matchScore": 1.05,
|
||||
"name": "Jetway"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "temaki-plane_taxiing",
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "parking_position"
|
||||
},
|
||||
"name": "Aircraft Parking Position"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "fas-plane-departure",
|
||||
"fields": [
|
||||
"ref_runway",
|
||||
"surface",
|
||||
"length",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "runway"
|
||||
},
|
||||
"terms": [
|
||||
"landing strip"
|
||||
],
|
||||
"name": "Runway"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "fas-space-shuttle",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"access_simple",
|
||||
"website",
|
||||
"wikidata"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"phone"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "spaceport"
|
||||
},
|
||||
"terms": [
|
||||
"cosmodrome",
|
||||
"rocket launch center",
|
||||
"rocket launch complex",
|
||||
"rocket launch site",
|
||||
"rocket range",
|
||||
"space port"
|
||||
],
|
||||
"name": "Spaceport"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "temaki-plane_taxiing",
|
||||
"fields": [
|
||||
"ref_taxiway",
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "taxiway"
|
||||
},
|
||||
"name": "Taxiway"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"icon": "maki-airport",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"building_area",
|
||||
"wheelchair",
|
||||
"baby_feeding"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "terminal"
|
||||
},
|
||||
"terms": [
|
||||
"airport",
|
||||
"aerodrome"
|
||||
],
|
||||
"name": "Airport Terminal"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "temaki-windsock",
|
||||
"fields": [
|
||||
"ref",
|
||||
"lit",
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "windsock"
|
||||
},
|
||||
"name": "Windsock"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "temaki-garden_bed",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"allotments": "plot"
|
||||
},
|
||||
"reference": {
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
"name": "Community Garden Plot"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "temaki-bus",
|
||||
"fields": [
|
||||
"name",
|
||||
"building_area",
|
||||
"operator",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bus_station"
|
||||
},
|
||||
"name": "Bus Station / Terminal",
|
||||
"searchable": false,
|
||||
"replacement": "public_transport/station_bus"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "maki-commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "coworking_space"
|
||||
},
|
||||
"name": "Coworking Space",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "temaki-embassy",
|
||||
"fields": [
|
||||
"name",
|
||||
"country",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "embassy"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Embassy"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "temaki-ferry",
|
||||
"fields": [
|
||||
"name",
|
||||
"network",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "ferry_terminal"
|
||||
},
|
||||
"matchScore": 0.95,
|
||||
"name": "Ferry Terminal",
|
||||
"searchable": false,
|
||||
"replacement": "public_transport/station_ferry"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "maki-wheelchair",
|
||||
"fields": [
|
||||
"{amenity/social_facility}",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "nursing_home"
|
||||
},
|
||||
"reference": {
|
||||
"key": "social_facility",
|
||||
"value": "nursing_home"
|
||||
},
|
||||
"name": "Nursing Home",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-recycling",
|
||||
"fields": [
|
||||
"recycling_type",
|
||||
"recycling_accepts",
|
||||
"collection_times"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "recycling"
|
||||
},
|
||||
"name": "Recycling",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"icon": "maki-veterinary",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"animal_boarding"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"boarding",
|
||||
"cat",
|
||||
"cattery",
|
||||
"dog",
|
||||
"horse",
|
||||
"kennel",
|
||||
"kitten",
|
||||
"pet",
|
||||
"pet boarding",
|
||||
"pet care",
|
||||
"pet hotel",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_boarding"
|
||||
},
|
||||
"name": "Animal Boarding Facility"
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"icon": "maki-veterinary",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"animal_breeding"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breeding",
|
||||
"bull",
|
||||
"cat",
|
||||
"cow",
|
||||
"dog",
|
||||
"horse",
|
||||
"husbandry",
|
||||
"kitten",
|
||||
"livestock",
|
||||
"pet breeding",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_breeding"
|
||||
},
|
||||
"name": "Animal Breeding Facility"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"icon": "maki-veterinary",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"animal_shelter"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"adoption",
|
||||
"aspca",
|
||||
"cat",
|
||||
"dog",
|
||||
"horse",
|
||||
"kitten",
|
||||
"pet care",
|
||||
"pet rescue",
|
||||
"puppy",
|
||||
"raptor",
|
||||
"reptile",
|
||||
"rescue",
|
||||
"spca",
|
||||
"pound"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_shelter"
|
||||
},
|
||||
"name": "Animal Shelter"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"icon": "maki-theatre",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"charge_fee",
|
||||
"email",
|
||||
"fax",
|
||||
"fee",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"amenity": "arts_centre"
|
||||
},
|
||||
"name": "Arts Center"
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"icon": "maki-bank",
|
||||
"fields": [
|
||||
"operator",
|
||||
"network",
|
||||
"cash_in",
|
||||
"currency_multi",
|
||||
"drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"covered",
|
||||
"height",
|
||||
"indoor",
|
||||
"level",
|
||||
"lit",
|
||||
"manufacturer",
|
||||
"name",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"money",
|
||||
"cash",
|
||||
"machine"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "atm"
|
||||
},
|
||||
"name": "ATM"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"icon": "maki-bank",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"atm",
|
||||
"drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"brand",
|
||||
"currency_multi",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"credit union",
|
||||
"check",
|
||||
"deposit",
|
||||
"fund",
|
||||
"investment",
|
||||
"repository",
|
||||
"reserve",
|
||||
"safe",
|
||||
"savings",
|
||||
"stock",
|
||||
"treasury",
|
||||
"trust",
|
||||
"vault"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bank"
|
||||
},
|
||||
"name": "Bank"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"icon": "maki-bar",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"min_age",
|
||||
"brewery"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"microbrewery",
|
||||
"operator",
|
||||
"outdoor_seating",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"dive",
|
||||
"beer",
|
||||
"bier",
|
||||
"booze"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bar"
|
||||
},
|
||||
"name": "Bar"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "maki-bar",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gay bar",
|
||||
"lesbian bar",
|
||||
"lgbtq bar",
|
||||
"lgbt bar",
|
||||
"lgb bar"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bar",
|
||||
"lgbtq": "primary"
|
||||
},
|
||||
"name": "LGBTQ+ Bar"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "maki-bbq",
|
||||
"fields": [
|
||||
"covered",
|
||||
"fuel",
|
||||
"access_simple"
|
||||
],
|
||||
"moreFields": [
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"bbq",
|
||||
"grill"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bbq"
|
||||
},
|
||||
"name": "Barbecue/Grill"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "temaki-bench",
|
||||
"fields": [
|
||||
"backrest",
|
||||
"material",
|
||||
"seats",
|
||||
"colour"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"height",
|
||||
"inscription",
|
||||
"level",
|
||||
"lit",
|
||||
"manufacturer",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"seat",
|
||||
"chair"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bench"
|
||||
},
|
||||
"name": "Bench"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "maki-bicycle",
|
||||
"fields": [
|
||||
"bicycle_parking",
|
||||
"capacity",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"covered",
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"indoor",
|
||||
"level",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bike",
|
||||
"cycle parking",
|
||||
"cycling"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_parking"
|
||||
},
|
||||
"name": "Bicycle Parking"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "temaki-bicycle_structure",
|
||||
"fields": [
|
||||
"{amenity/bicycle_parking}",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_parking",
|
||||
"bicycle_parking": "building"
|
||||
},
|
||||
"reference": {
|
||||
"key": "bicycle_parking"
|
||||
},
|
||||
"terms": [
|
||||
"Bike Parking Station",
|
||||
"cycle parking",
|
||||
"cycling",
|
||||
"Multi-Storey Bicycle Park",
|
||||
"Multi-Storey Bike Park"
|
||||
],
|
||||
"name": "Bicycle Parking Garage"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "temaki-bicycle_locker",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_parking",
|
||||
"bicycle_parking": "lockers"
|
||||
},
|
||||
"reference": {
|
||||
"key": "bicycle_parking"
|
||||
},
|
||||
"terms": [
|
||||
"cycle locker",
|
||||
"cycling",
|
||||
"Bike Lockers"
|
||||
],
|
||||
"name": "Bicycle Lockers"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "maki-bicycle",
|
||||
"fields": [
|
||||
"{amenity/bicycle_parking}",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_parking",
|
||||
"bicycle_parking": "shed"
|
||||
},
|
||||
"reference": {
|
||||
"key": "bicycle_parking"
|
||||
},
|
||||
"terms": [
|
||||
"cycle shed",
|
||||
"cycling",
|
||||
"Bike Shed"
|
||||
],
|
||||
"name": "Bicycle Shed"
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"icon": "temaki-bicycle_rental",
|
||||
"fields": [
|
||||
"capacity",
|
||||
"network",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"fee",
|
||||
"payment_multi_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"covered",
|
||||
"email",
|
||||
"fax",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bike",
|
||||
"bicycle",
|
||||
"bikeshare",
|
||||
"bike share",
|
||||
"bicycle share",
|
||||
"cycle dock",
|
||||
"cycle hub",
|
||||
"cycleshare",
|
||||
"cycling"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_rental"
|
||||
},
|
||||
"name": "Bicycle Rental"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"icon": "temaki-bicycle_repair",
|
||||
"fields": [
|
||||
"operator",
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"service/bicycle"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"covered",
|
||||
"indoor",
|
||||
"level",
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"bike chain",
|
||||
"bike multitool",
|
||||
"bike repair",
|
||||
"bike tools",
|
||||
"cycle pump",
|
||||
"cycle repair",
|
||||
"cycling"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_repair_station"
|
||||
},
|
||||
"name": "Bicycle Repair Tool Stand"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "fas-beer",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"outdoor_seating",
|
||||
"brewery"
|
||||
],
|
||||
"moreFields": [
|
||||
"{amenity/bar}",
|
||||
"building_area",
|
||||
"cuisine"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "biergarten"
|
||||
},
|
||||
"terms": [
|
||||
"beer",
|
||||
"bier",
|
||||
"booze"
|
||||
],
|
||||
"name": "Biergarten"
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"icon": "temaki-binoculars",
|
||||
"fields": [
|
||||
"operator",
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"direction",
|
||||
"height",
|
||||
"ele_node"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"covered",
|
||||
"indoor",
|
||||
"lit",
|
||||
"manufacturer",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"observation viewer",
|
||||
"optical ranger",
|
||||
"spotting scope",
|
||||
"sight",
|
||||
"spyglass",
|
||||
"telescope",
|
||||
"tower viewer",
|
||||
"viewfinder",
|
||||
"viewing stand"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "binoculars"
|
||||
},
|
||||
"name": "Mounted Binoculars"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"icon": "temaki-boat_rental",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"address",
|
||||
"email",
|
||||
"fax",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "boat_rental"
|
||||
},
|
||||
"name": "Boat Rental"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "temaki-boat_dry_dock",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"access_simple",
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "boat_storage"
|
||||
},
|
||||
"terms": [
|
||||
"boathouse",
|
||||
"dry dock",
|
||||
"marina"
|
||||
],
|
||||
"name": "Boat Storage"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "temaki-money_hand",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"payment_multi",
|
||||
"currency_multi",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bureau de change",
|
||||
"money changer"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bureau_de_change"
|
||||
},
|
||||
"name": "Currency Exchange"
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"icon": "maki-cafe",
|
||||
"fields": [
|
||||
"name",
|
||||
"cuisine",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"outdoor_seating",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"bar",
|
||||
"brand",
|
||||
"capacity",
|
||||
"delivery",
|
||||
"diet_multi",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"min_age",
|
||||
"not/name",
|
||||
"payment_multi",
|
||||
"ref/vatin",
|
||||
"reservation",
|
||||
"smoking",
|
||||
"takeaway",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bistro",
|
||||
"coffee",
|
||||
"tea"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "cafe"
|
||||
},
|
||||
"name": "Cafe"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"icon": "temaki-bubble_tea",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "cafe",
|
||||
"cuisine": "bubble_tea"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "bubble_tea"
|
||||
},
|
||||
"terms": [
|
||||
"boba",
|
||||
"bubble milk tea",
|
||||
"pearl milk tea",
|
||||
"taiwanese tea drink",
|
||||
"tapioca",
|
||||
"pearl tea",
|
||||
"boba drink"
|
||||
|
||||
],
|
||||
"name": "Bubble Tea Cafe"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "temaki-hot_drink_cup",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "cafe",
|
||||
"cuisine": "coffee_shop"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "coffee_shop"
|
||||
},
|
||||
"terms": [
|
||||
"americano",
|
||||
"brew",
|
||||
"cafe",
|
||||
"café",
|
||||
"caffe",
|
||||
"caffè",
|
||||
"cappuccino",
|
||||
"cocoa",
|
||||
"coffee shop",
|
||||
"drip",
|
||||
"espresso",
|
||||
"hot drinks",
|
||||
"latte",
|
||||
"macchiato",
|
||||
"tea"
|
||||
],
|
||||
"name": "Coffeehouse"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "temaki-car_pool",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"capacity",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "car_pooling"
|
||||
},
|
||||
"terms": [
|
||||
"car sharing",
|
||||
"carpooling",
|
||||
"lift sharing",
|
||||
"ride sharing"
|
||||
],
|
||||
"name": "Car Pooling Station"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "maki-car-rental",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"email",
|
||||
"fax",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "car_rental"
|
||||
},
|
||||
"name": "Car Rental"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "temaki-sign_and_car",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"capacity",
|
||||
"address",
|
||||
"payment_multi",
|
||||
"supervised"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"email",
|
||||
"fax",
|
||||
"lit",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "car_sharing"
|
||||
},
|
||||
"name": "Car Sharing Station"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "temaki-car_wash",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"self_service",
|
||||
"automated"
|
||||
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "car_wash"
|
||||
},
|
||||
"name": "Car Wash"
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"icon": "maki-casino",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"gambling",
|
||||
"smoking"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"min_age",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gambling",
|
||||
"roulette",
|
||||
"craps",
|
||||
"poker",
|
||||
"blackjack"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "casino"
|
||||
},
|
||||
"name": "Casino"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"icon": "fas-charging-station",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"capacity",
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"covered",
|
||||
"level",
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "charging_station"
|
||||
},
|
||||
"terms": [
|
||||
"EV",
|
||||
"Electric Vehicle",
|
||||
"Supercharger"
|
||||
],
|
||||
"name": "Charging Station"
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"icon": "fas-child",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"baby_feeding",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"max_age",
|
||||
"min_age",
|
||||
"not/name",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"daycare",
|
||||
"orphanage",
|
||||
"playgroup"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "childcare"
|
||||
},
|
||||
"name": "Nursery/Childcare"
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"icon": "maki-cinema",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"screen",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"brand",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"min_age",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"drive-in",
|
||||
"film",
|
||||
"flick",
|
||||
"movie",
|
||||
"theater",
|
||||
"picture",
|
||||
"show",
|
||||
"screen"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "cinema"
|
||||
},
|
||||
"name": "Cinema"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"icon": "maki-doctor",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"healthcare/speciality",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"brand",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"medical",
|
||||
"urgentcare"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "clinic"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "clinic",
|
||||
"healthcare": "clinic"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "clinic"
|
||||
},
|
||||
"name": "Clinic"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"amenity": "clinic",
|
||||
"healthcare": "clinic",
|
||||
"healthcare:speciality": "abortion"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "clinic"
|
||||
},
|
||||
"name": "Abortion Clinic"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"egg",
|
||||
"fertility",
|
||||
"reproductive",
|
||||
"sperm",
|
||||
"ovulation"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "clinic",
|
||||
"healthcare": "clinic",
|
||||
"healthcare:speciality": "fertility"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "clinic"
|
||||
},
|
||||
"name": "Fertility Clinic"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"icon": "temaki-clock",
|
||||
"fields": [
|
||||
"name",
|
||||
"support",
|
||||
"display",
|
||||
"visibility",
|
||||
"date",
|
||||
"faces"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"height",
|
||||
"indoor",
|
||||
"level",
|
||||
"lit",
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"time"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "clock"
|
||||
},
|
||||
"name": "Clock"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "temaki-clock",
|
||||
"fields": [
|
||||
"name",
|
||||
"support",
|
||||
"visibility",
|
||||
"inscription"
|
||||
],
|
||||
"moreFields": [],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"gnomon",
|
||||
"shadow"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "clock",
|
||||
"display": "sundial"
|
||||
},
|
||||
"reference": {
|
||||
"key": "display",
|
||||
"value": "sundial"
|
||||
},
|
||||
"name": "Sundial"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user