mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
21
data/presets/amenity/_bus_station.json
Normal file
21
data/presets/amenity/_bus_station.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
22
data/presets/amenity/_coworking_space.json
Normal file
22
data/presets/amenity/_coworking_space.json
Normal file
|
|
@ -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
|
||||
}
|
||||
25
data/presets/amenity/_embassy.json
Normal file
25
data/presets/amenity/_embassy.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
22
data/presets/amenity/_ferry_terminal.json
Normal file
22
data/presets/amenity/_ferry_terminal.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
20
data/presets/amenity/_nursing_home.json
Normal file
20
data/presets/amenity/_nursing_home.json
Normal file
|
|
@ -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
|
||||
}
|
||||
17
data/presets/amenity/_recycling.json
Normal file
17
data/presets/amenity/_recycling.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-recycling",
|
||||
"fields": [
|
||||
"recycling_type",
|
||||
"recycling_accepts",
|
||||
"collection_times"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "recycling"
|
||||
},
|
||||
"name": "Recycling",
|
||||
"searchable": false
|
||||
}
|
||||
45
data/presets/amenity/animal_boarding.json
Normal file
45
data/presets/amenity/animal_boarding.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
43
data/presets/amenity/animal_breeding.json
Normal file
43
data/presets/amenity/animal_breeding.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
45
data/presets/amenity/animal_shelter.json
Normal file
45
data/presets/amenity/animal_shelter.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
35
data/presets/amenity/arts_centre.json
Normal file
35
data/presets/amenity/arts_centre.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
36
data/presets/amenity/atm.json
Normal file
36
data/presets/amenity/atm.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
52
data/presets/amenity/bank.json
Normal file
52
data/presets/amenity/bank.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
45
data/presets/amenity/bar.json
Normal file
45
data/presets/amenity/bar.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
19
data/presets/amenity/bar/lgbtq.json
Normal file
19
data/presets/amenity/bar/lgbtq.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
22
data/presets/amenity/bbq.json
Normal file
22
data/presets/amenity/bbq.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
31
data/presets/amenity/bench.json
Normal file
31
data/presets/amenity/bench.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
34
data/presets/amenity/bicycle_parking.json
Normal file
34
data/presets/amenity/bicycle_parking.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
29
data/presets/amenity/bicycle_parking/building.json
Normal file
29
data/presets/amenity/bicycle_parking/building.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
21
data/presets/amenity/bicycle_parking/lockers.json
Normal file
21
data/presets/amenity/bicycle_parking/lockers.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
25
data/presets/amenity/bicycle_parking/shed.json
Normal file
25
data/presets/amenity/bicycle_parking/shed.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
43
data/presets/amenity/bicycle_rental.json
Normal file
43
data/presets/amenity/bicycle_rental.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
37
data/presets/amenity/bicycle_repair_station.json
Normal file
37
data/presets/amenity/bicycle_repair_station.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
29
data/presets/amenity/biergarten.json
Normal file
29
data/presets/amenity/biergarten.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
39
data/presets/amenity/binoculars.json
Normal file
39
data/presets/amenity/binoculars.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
30
data/presets/amenity/boat_rental.json
Normal file
30
data/presets/amenity/boat_rental.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
22
data/presets/amenity/boat_storage.json
Normal file
22
data/presets/amenity/boat_storage.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
33
data/presets/amenity/bureau_de_change.json
Normal file
33
data/presets/amenity/bureau_de_change.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
50
data/presets/amenity/cafe.json
Normal file
50
data/presets/amenity/cafe.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
26
data/presets/amenity/cafe/bubble_tea.json
Normal file
26
data/presets/amenity/cafe/bubble_tea.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
33
data/presets/amenity/cafe/coffee_shop.json
Normal file
33
data/presets/amenity/cafe/coffee_shop.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
34
data/presets/amenity/car_pooling.json
Normal file
34
data/presets/amenity/car_pooling.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
27
data/presets/amenity/car_rental.json
Normal file
27
data/presets/amenity/car_rental.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
29
data/presets/amenity/car_sharing.json
Normal file
29
data/presets/amenity/car_sharing.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
31
data/presets/amenity/car_wash.json
Normal file
31
data/presets/amenity/car_wash.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
44
data/presets/amenity/casino.json
Normal file
44
data/presets/amenity/casino.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
30
data/presets/amenity/charging_station.json
Normal file
30
data/presets/amenity/charging_station.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
42
data/presets/amenity/childcare.json
Normal file
42
data/presets/amenity/childcare.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
42
data/presets/amenity/cinema.json
Normal file
42
data/presets/amenity/cinema.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
45
data/presets/amenity/clinic.json
Normal file
45
data/presets/amenity/clinic.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
18
data/presets/amenity/clinic/abortion.json
Normal file
18
data/presets/amenity/clinic/abortion.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
24
data/presets/amenity/clinic/fertility.json
Normal file
24
data/presets/amenity/clinic/fertility.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
30
data/presets/amenity/clock.json
Normal file
30
data/presets/amenity/clock.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
27
data/presets/amenity/clock/sundial.json
Normal file
27
data/presets/amenity/clock/sundial.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
35
data/presets/amenity/college.json
Normal file
35
data/presets/amenity/college.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "maki-college",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"website",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"denomination",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"not/name",
|
||||
"phone",
|
||||
"religion",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"university",
|
||||
"undergraduate school"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "college"
|
||||
},
|
||||
"name": "College Grounds"
|
||||
}
|
||||
35
data/presets/amenity/community_centre.json
Normal file
35
data/presets/amenity/community_centre.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "maki-town-hall",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"baby_feeding",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"polling_station",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"event",
|
||||
"hall"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "community_centre"
|
||||
},
|
||||
"name": "Community Center"
|
||||
}
|
||||
20
data/presets/amenity/community_centre/lgbtq.json
Normal file
20
data/presets/amenity/community_centre/lgbtq.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "maki-town-hall",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"lgbtq event",
|
||||
"lgbtq hall",
|
||||
"lgbt event",
|
||||
"lgbt hall",
|
||||
"lgb event",
|
||||
"lgb hall"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "community_centre",
|
||||
"lgbtq": "primary"
|
||||
},
|
||||
"name": "LGBTQ+ Community Center"
|
||||
}
|
||||
24
data/presets/amenity/compressed_air.json
Normal file
24
data/presets/amenity/compressed_air.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"icon": "fas-tachometer-alt",
|
||||
"fields": [
|
||||
"operator",
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"covered",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "compressed_air"
|
||||
},
|
||||
"name": "Compressed Air"
|
||||
}
|
||||
39
data/presets/amenity/conference_centre.json
Normal file
39
data/presets/amenity/conference_centre.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "fas-user-tie",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"building_area",
|
||||
"address",
|
||||
"website",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"not/name",
|
||||
"phone",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "conference_centre"
|
||||
},
|
||||
"terms": [
|
||||
"auditorium",
|
||||
"conference",
|
||||
"exhibition",
|
||||
"exposition",
|
||||
"lecture"
|
||||
],
|
||||
"name": "Convention Center"
|
||||
}
|
||||
28
data/presets/amenity/courthouse.json
Normal file
28
data/presets/amenity/courthouse.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "fas-gavel",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"phone",
|
||||
"polling_station",
|
||||
"smoking",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "courthouse"
|
||||
},
|
||||
"name": "Courthouse"
|
||||
}
|
||||
33
data/presets/amenity/crematorium.json
Normal file
33
data/presets/amenity/crematorium.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "maki-cemetery",
|
||||
"fields": [
|
||||
"name",
|
||||
"website",
|
||||
"phone",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"wheelchair"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "crematorium"
|
||||
},
|
||||
"terms": [
|
||||
"cemetery",
|
||||
"funeral"
|
||||
],
|
||||
"name": "Crematorium"
|
||||
}
|
||||
42
data/presets/amenity/dentist.json
Normal file
42
data/presets/amenity/dentist.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"icon": "maki-dentist",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"healthcare/speciality",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"tooth",
|
||||
"teeth"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "dentist"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "dentist",
|
||||
"healthcare": "dentist"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "dentist"
|
||||
},
|
||||
"name": "Dentist"
|
||||
}
|
||||
34
data/presets/amenity/dive_centre.json
Normal file
34
data/presets/amenity/dive_centre.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"icon": "temaki-scuba_diving",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"scuba_diving"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"diving",
|
||||
"scuba"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "dive_centre"
|
||||
},
|
||||
"name": "Dive Center"
|
||||
}
|
||||
42
data/presets/amenity/doctors.json
Normal file
42
data/presets/amenity/doctors.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"icon": "maki-doctor",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"healthcare/speciality",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"medic*",
|
||||
"physician"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "doctors"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "doctors",
|
||||
"healthcare": "doctor"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "doctors"
|
||||
},
|
||||
"name": "Doctor"
|
||||
}
|
||||
33
data/presets/amenity/dojo.json
Normal file
33
data/presets/amenity/dojo.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"fields": [
|
||||
"name",
|
||||
"sport",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"martial arts",
|
||||
"dojang"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "dojo"
|
||||
},
|
||||
"name": "Dojo / Martial Arts Academy"
|
||||
}
|
||||
33
data/presets/amenity/dressing_room.json
Normal file
33
data/presets/amenity/dressing_room.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "maki-clothing-store",
|
||||
"fields": [
|
||||
"operator",
|
||||
"access_simple",
|
||||
"gender",
|
||||
"wheelchair",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"charge_fee",
|
||||
"fee",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi_fee",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"changeroom",
|
||||
"dressing room",
|
||||
"fitting room",
|
||||
"locker room"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "dressing_room"
|
||||
},
|
||||
"name": "Changing Room"
|
||||
}
|
||||
32
data/presets/amenity/drinking_water.json
Normal file
32
data/presets/amenity/drinking_water.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"icon": "maki-drinking-water",
|
||||
"fields": [
|
||||
"operator",
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"wheelchair",
|
||||
"bottle"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"indoor",
|
||||
"level",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "drinking_water"
|
||||
},
|
||||
"terms": [
|
||||
"potable water source",
|
||||
"water fountain",
|
||||
"drinking fountain",
|
||||
"bubbler",
|
||||
"water tap"
|
||||
],
|
||||
"name": "Drinking Water"
|
||||
}
|
||||
30
data/presets/amenity/driving_school.json
Normal file
30
data/presets/amenity/driving_school.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "maki-car",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "driving_school"
|
||||
},
|
||||
"name": "Driving School"
|
||||
}
|
||||
48
data/presets/amenity/events_venue.json
Normal file
48
data/presets/amenity/events_venue.json
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"icon": "fas-users",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"building_area",
|
||||
"address",
|
||||
"website",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"min_age",
|
||||
"phone",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "events_venue"
|
||||
},
|
||||
"terms": [
|
||||
"banquet hall",
|
||||
"baptism",
|
||||
"Bar Mitzvah",
|
||||
"Bat Mitzvah",
|
||||
"birthdays",
|
||||
"celebrations",
|
||||
"conferences",
|
||||
"confirmation",
|
||||
"meetings",
|
||||
"parties",
|
||||
"party",
|
||||
"quinceañera",
|
||||
"reunions",
|
||||
"weddings"
|
||||
],
|
||||
"name": "Events Venue"
|
||||
}
|
||||
43
data/presets/amenity/exhibition_centre.json
Normal file
43
data/presets/amenity/exhibition_centre.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"icon": "fas-user-tie",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"building_area",
|
||||
"address",
|
||||
"website",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"not/name",
|
||||
"phone",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "exhibition_centre"
|
||||
},
|
||||
"terms": [
|
||||
"exhibition center",
|
||||
"fair",
|
||||
"exhibition",
|
||||
"exposition",
|
||||
"trade fair",
|
||||
"trade show",
|
||||
"trade exhibition",
|
||||
"expo",
|
||||
"tradeshow"
|
||||
],
|
||||
"name": "Exposition Center"
|
||||
}
|
||||
49
data/presets/amenity/fast_food.json
Normal file
49
data/presets/amenity/fast_food.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"icon": "maki-fast-food",
|
||||
"fields": [
|
||||
"name",
|
||||
"cuisine",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"drive_through",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"brand",
|
||||
"capacity",
|
||||
"delivery",
|
||||
"diet_multi",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"outdoor_seating",
|
||||
"payment_multi",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"takeaway",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food"
|
||||
},
|
||||
"terms": [
|
||||
"restaurant",
|
||||
"takeaway"
|
||||
],
|
||||
"name": "Fast Food"
|
||||
}
|
||||
17
data/presets/amenity/fast_food/_ice_cream.json
Normal file
17
data/presets/amenity/fast_food/_ice_cream.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "fas-ice-cream",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "ice_cream"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "ice_cream"
|
||||
},
|
||||
"name": "Ice Cream Fast Food",
|
||||
"searchable": false
|
||||
}
|
||||
27
data/presets/amenity/fast_food/burger.json
Normal file
27
data/presets/amenity/fast_food/burger.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "maki-fast-food",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "burger"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "burger"
|
||||
},
|
||||
"name": "Burger Fast Food"
|
||||
}
|
||||
28
data/presets/amenity/fast_food/chicken.json
Normal file
28
data/presets/amenity/fast_food/chicken.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "fas-drumstick-bite",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"canteen",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "chicken"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "chicken"
|
||||
},
|
||||
"name": "Chicken Fast Food"
|
||||
}
|
||||
31
data/presets/amenity/fast_food/donut.json
Normal file
31
data/presets/amenity/fast_food/donut.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"icon": "temaki-donut",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"brunch",
|
||||
"cafe",
|
||||
"canteen",
|
||||
"coffee",
|
||||
"dine",
|
||||
"diner",
|
||||
"donut",
|
||||
"doughnut",
|
||||
"dining",
|
||||
"eat",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "donut"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "donut"
|
||||
},
|
||||
"name": "Donut Fast Food"
|
||||
}
|
||||
30
data/presets/amenity/fast_food/fish_and_chips.json
Normal file
30
data/presets/amenity/fast_food/fish_and_chips.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "fas-fish",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"cafe",
|
||||
"café",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table",
|
||||
"french fries"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "fish_and_chips"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "fish_and_chips"
|
||||
},
|
||||
"name": "Fish & Chips Fast Food"
|
||||
}
|
||||
25
data/presets/amenity/fast_food/hot_dog.json
Normal file
25
data/presets/amenity/fast_food/hot_dog.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "fas-hotdog",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ballpark",
|
||||
"frankfurter",
|
||||
"frank",
|
||||
"hotdog stand",
|
||||
"sandwich",
|
||||
"sausage",
|
||||
"wiener"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "hot_dog"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "hot_dog"
|
||||
},
|
||||
"name": "Hot Dog Fast Food"
|
||||
}
|
||||
25
data/presets/amenity/fast_food/juice.json
Normal file
25
data/presets/amenity/fast_food/juice.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-drink_cup",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"cafe",
|
||||
"café",
|
||||
"beverages",
|
||||
"fruit drinks",
|
||||
"juice bar",
|
||||
"shakes",
|
||||
"smoothies"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "juice"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "juice"
|
||||
},
|
||||
"name": "Juice Fast Food"
|
||||
}
|
||||
31
data/presets/amenity/fast_food/kebab.json
Normal file
31
data/presets/amenity/fast_food/kebab.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"icon": "temaki-vertical_rotisserie",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bar",
|
||||
"breakfast",
|
||||
"cafe",
|
||||
"café",
|
||||
"canteen",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "kebab"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "kebab"
|
||||
},
|
||||
"name": "Kebab Fast Food"
|
||||
}
|
||||
36
data/presets/amenity/fast_food/mexican.json
Normal file
36
data/presets/amenity/fast_food/mexican.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"icon": "fas-pepper-hot",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table",
|
||||
"tacos",
|
||||
"burritos",
|
||||
"enchiladas",
|
||||
"fajitas",
|
||||
"nachos",
|
||||
"tortillas",
|
||||
"salsa",
|
||||
"tamales",
|
||||
"quesadillas"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "mexican"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "mexican"
|
||||
},
|
||||
"name": "Mexican Fast Food"
|
||||
}
|
||||
28
data/presets/amenity/fast_food/pizza.json
Normal file
28
data/presets/amenity/fast_food/pizza.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "maki-restaurant-pizza",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"lunch",
|
||||
"table",
|
||||
"deep dish",
|
||||
"thin crust",
|
||||
"slice"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "pizza"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "pizza"
|
||||
},
|
||||
"name": "Pizza Fast Food"
|
||||
}
|
||||
29
data/presets/amenity/fast_food/sandwich.json
Normal file
29
data/presets/amenity/fast_food/sandwich.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "temaki-sandwich",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"cafe",
|
||||
"café",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"cuisine": "sandwich"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "sandwich"
|
||||
},
|
||||
"name": "Sandwich Fast Food"
|
||||
}
|
||||
28
data/presets/amenity/fire_station.json
Normal file
28
data/presets/amenity/fire_station.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "maki-fire-station",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"polling_station",
|
||||
"smoking",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"amenity": "fire_station"
|
||||
},
|
||||
"name": "Fire Station"
|
||||
}
|
||||
41
data/presets/amenity/food_court.json
Normal file
41
data/presets/amenity/food_court.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"icon": "maki-restaurant",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"capacity",
|
||||
"diet_multi",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"not/name",
|
||||
"outdoor_seating",
|
||||
"phone",
|
||||
"smoking",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"fast food",
|
||||
"restaurant",
|
||||
"food"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "food_court"
|
||||
},
|
||||
"name": "Food Court"
|
||||
}
|
||||
29
data/presets/amenity/fountain.json
Normal file
29
data/presets/amenity/fountain.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "temaki-fountain",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"fountain",
|
||||
"drinking_water",
|
||||
"height",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"indoor",
|
||||
"level",
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fountain"
|
||||
},
|
||||
"terms": [
|
||||
"basin",
|
||||
"water"
|
||||
],
|
||||
"name": "Fountain"
|
||||
}
|
||||
43
data/presets/amenity/fuel.json
Normal file
43
data/presets/amenity/fuel.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"icon": "maki-fuel",
|
||||
"fields": [
|
||||
"name",
|
||||
"brand",
|
||||
"operator",
|
||||
"address",
|
||||
"fuel_multi",
|
||||
"self_service"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"building",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"petrol",
|
||||
"fuel",
|
||||
"gasoline",
|
||||
"propane",
|
||||
"diesel",
|
||||
"lng",
|
||||
"cng",
|
||||
"biodiesel"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fuel"
|
||||
},
|
||||
"name": "Gas Station"
|
||||
}
|
||||
33
data/presets/amenity/gambling.json
Normal file
33
data/presets/amenity/gambling.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "fas-coins",
|
||||
"fields": [
|
||||
"{amenity/casino}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{amenity/casino}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"betting",
|
||||
"bingo",
|
||||
"blackjack",
|
||||
"casino",
|
||||
"craps",
|
||||
"gamble",
|
||||
"gambling",
|
||||
"keno",
|
||||
"lottery",
|
||||
"pachinko",
|
||||
"poker",
|
||||
"roulette",
|
||||
"slot machines",
|
||||
"slots"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "gambling"
|
||||
},
|
||||
"name": "Gambling Hall"
|
||||
}
|
||||
44
data/presets/amenity/give_box.json
Normal file
44
data/presets/amenity/give_box.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"icon": "fas-box-open",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"access_simple",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"brand",
|
||||
"capacity",
|
||||
"covered",
|
||||
"email",
|
||||
"indoor",
|
||||
"level",
|
||||
"lit",
|
||||
"location",
|
||||
"phone",
|
||||
"ref",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"donations",
|
||||
"free box",
|
||||
"free table",
|
||||
"freebox",
|
||||
"give box",
|
||||
"give shelf",
|
||||
"givebox",
|
||||
"library",
|
||||
"share shelf"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "give_box"
|
||||
},
|
||||
"name": "Free Box"
|
||||
}
|
||||
33
data/presets/amenity/grave_yard.json
Normal file
33
data/presets/amenity/grave_yard.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "maki-cemetery",
|
||||
"fields": [
|
||||
"religion",
|
||||
"address"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "grave_yard"
|
||||
},
|
||||
"terms": [
|
||||
"burial ground",
|
||||
"cemetary",
|
||||
"cemetery",
|
||||
"churchyard",
|
||||
"columbarium",
|
||||
"grave yard",
|
||||
"graveyard",
|
||||
"mausoleum",
|
||||
"tomb"
|
||||
],
|
||||
"name": "Graveyard"
|
||||
}
|
||||
26
data/presets/amenity/grit_bin.json
Normal file
26
data/presets/amenity/grit_bin.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"icon": "fas-box",
|
||||
"fields": [
|
||||
"operator",
|
||||
"access_simple",
|
||||
"material",
|
||||
"collection_times"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"height",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "grit_bin"
|
||||
},
|
||||
"terms": [
|
||||
"salt",
|
||||
"sand"
|
||||
],
|
||||
"name": "Grit Bin"
|
||||
}
|
||||
51
data/presets/amenity/hospital.json
Normal file
51
data/presets/amenity/hospital.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"healthcare/speciality",
|
||||
"address",
|
||||
"emergency"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"clinic",
|
||||
"doctor",
|
||||
"emergency room",
|
||||
"health",
|
||||
"infirmary",
|
||||
"institution",
|
||||
"sanatorium",
|
||||
"sanitarium",
|
||||
"sick",
|
||||
"surgery",
|
||||
"ward"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "hospital"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "hospital",
|
||||
"healthcare": "hospital"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "hospital"
|
||||
},
|
||||
"name": "Hospital Grounds"
|
||||
}
|
||||
25
data/presets/amenity/hunting_stand.json
Normal file
25
data/presets/amenity/hunting_stand.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-hunting_blind",
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"lockable"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"game",
|
||||
"gun",
|
||||
"lookout",
|
||||
"rifle",
|
||||
"shoot*",
|
||||
"wild",
|
||||
"watch"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "hunting_stand"
|
||||
},
|
||||
"name": "Hunting Stand"
|
||||
}
|
||||
43
data/presets/amenity/ice_cream.json
Normal file
43
data/presets/amenity/ice_cream.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"icon": "fas-ice-cream",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"outdoor_seating"
|
||||
],
|
||||
"moreFields": [
|
||||
"delivery",
|
||||
"diet_multi",
|
||||
"drive_through",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"takeaway",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gelato",
|
||||
"sorbet",
|
||||
"sherbet",
|
||||
"frozen",
|
||||
"yogurt"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "ice_cream"
|
||||
},
|
||||
"name": "Ice Cream Shop"
|
||||
}
|
||||
47
data/presets/amenity/internet_cafe.json
Normal file
47
data/presets/amenity/internet_cafe.json
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"icon": "temaki-antenna",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"building_area",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"min_age",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"outdoor_seating",
|
||||
"payment_multi",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"cybercafe",
|
||||
"taxiphone",
|
||||
"teleboutique",
|
||||
"coffee",
|
||||
"cafe",
|
||||
"net",
|
||||
"lanhouse"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "internet_cafe"
|
||||
},
|
||||
"name": "Internet Cafe"
|
||||
}
|
||||
39
data/presets/amenity/karaoke_box.json
Normal file
39
data/presets/amenity/karaoke_box.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "maki-karaoke",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"min_age",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"karaoke club",
|
||||
"karaoke room",
|
||||
"karaoke television",
|
||||
"KTV"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "karaoke_box"
|
||||
},
|
||||
"name": "Karaoke Box"
|
||||
}
|
||||
41
data/presets/amenity/kindergarten.json
Normal file
41
data/presets/amenity/kindergarten.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"icon": "temaki-school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"phone",
|
||||
"preschool"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"max_age",
|
||||
"min_age",
|
||||
"not/name",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"kindergarten",
|
||||
"kindergarden",
|
||||
"pre-school"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "kindergarten"
|
||||
},
|
||||
"name": "Preschool / Kindergarten Grounds"
|
||||
}
|
||||
22
data/presets/amenity/kneipp_water_cure.json
Normal file
22
data/presets/amenity/kneipp_water_cure.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"fields": [
|
||||
"kneipp_water_cure_multi",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"fee"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"amenity": "kneipp_water_cure"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "kneipp_water_cure"
|
||||
},
|
||||
"name": "Kneipp Water Cure"
|
||||
}
|
||||
37
data/presets/amenity/language_school.json
Normal file
37
data/presets/amenity/language_school.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"icon": "temaki-school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"language_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"esl"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "language_school"
|
||||
},
|
||||
"name": "Language School"
|
||||
}
|
||||
29
data/presets/amenity/lavoir.json
Normal file
29
data/presets/amenity/lavoir.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "temaki-detergent_bottle",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"access_simple",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "lavoir"
|
||||
},
|
||||
"terms": [
|
||||
"clothing",
|
||||
"laundry",
|
||||
"washing"
|
||||
],
|
||||
"name": "Lavoir"
|
||||
}
|
||||
46
data/presets/amenity/letter_box.json
Normal file
46
data/presets/amenity/letter_box.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"icon": "temaki-letter_box",
|
||||
"fields": [
|
||||
"post",
|
||||
"access_simple",
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered",
|
||||
"indoor",
|
||||
"level",
|
||||
"lit",
|
||||
"lockable",
|
||||
"manufacturer",
|
||||
"material",
|
||||
"operator",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "letter_box"
|
||||
},
|
||||
"terms": [
|
||||
"curbside delivery box",
|
||||
"home delivery box",
|
||||
"direct-to-door delivery box",
|
||||
"letter hole",
|
||||
"letter plate",
|
||||
"letter slot",
|
||||
"letterbox",
|
||||
"letterhole",
|
||||
"letterplate",
|
||||
"letterslot",
|
||||
"mail box",
|
||||
"mail hole",
|
||||
"mail slot",
|
||||
"mailbox",
|
||||
"mailhole",
|
||||
"mailslot",
|
||||
"through-door delivery box"
|
||||
],
|
||||
"name": "Letter Box"
|
||||
}
|
||||
42
data/presets/amenity/library.json
Normal file
42
data/presets/amenity/library.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"icon": "maki-library",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"building_area",
|
||||
"address",
|
||||
"ref/isil",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"air_conditioning",
|
||||
"baby_feeding",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"not/name",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"polling_station",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"book"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "library"
|
||||
},
|
||||
"name": "Library"
|
||||
}
|
||||
32
data/presets/amenity/loading_dock.json
Normal file
32
data/presets/amenity/loading_dock.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"icon": "fas-truck-loading",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"access_simple",
|
||||
"door",
|
||||
"width",
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"colour",
|
||||
"level",
|
||||
"lit",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"door",
|
||||
"loading bay",
|
||||
"shipping",
|
||||
"unloading",
|
||||
"warehouse"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "loading_dock"
|
||||
},
|
||||
"name": "Loading Dock"
|
||||
}
|
||||
28
data/presets/amenity/lounger.json
Normal file
28
data/presets/amenity/lounger.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "temaki-lounger",
|
||||
"fields": [
|
||||
"material",
|
||||
"colour",
|
||||
"access_simple",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"height",
|
||||
"inscription",
|
||||
"level",
|
||||
"manufacturer",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "lounger"
|
||||
},
|
||||
"terms": [
|
||||
"seat",
|
||||
"chair",
|
||||
"bench"
|
||||
],
|
||||
"name": "Lounger"
|
||||
}
|
||||
33
data/presets/amenity/love_hotel.json
Normal file
33
data/presets/amenity/love_hotel.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "maki-heart",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"rooms",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"min_age",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "love_hotel"
|
||||
},
|
||||
"name": "Love Hotel"
|
||||
}
|
||||
27
data/presets/amenity/marketplace.json
Normal file
27
data/presets/amenity/marketplace.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "maki-shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "marketplace"
|
||||
},
|
||||
"name": "Marketplace"
|
||||
}
|
||||
51
data/presets/amenity/monastery.json
Normal file
51
data/presets/amenity/monastery.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"icon": "maki-place-of-worship",
|
||||
"fields": [
|
||||
"name",
|
||||
"religion",
|
||||
"denomination",
|
||||
"address"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"abbey",
|
||||
"basilica",
|
||||
"bethel",
|
||||
"cathedral",
|
||||
"chancel",
|
||||
"chantry",
|
||||
"chapel",
|
||||
"church",
|
||||
"fold",
|
||||
"house of God",
|
||||
"house of prayer",
|
||||
"house of worship",
|
||||
"minster",
|
||||
"mission",
|
||||
"monastery",
|
||||
"mosque",
|
||||
"oratory",
|
||||
"parish",
|
||||
"sacellum",
|
||||
"sanctuary",
|
||||
"shrine",
|
||||
"synagogue",
|
||||
"tabernacle",
|
||||
"temple"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "monastery"
|
||||
},
|
||||
"name": "Monastery Grounds"
|
||||
}
|
||||
41
data/presets/amenity/money_transfer.json
Normal file
41
data/presets/amenity/money_transfer.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"icon": "temaki-money_hand",
|
||||
"fields": [
|
||||
"name",
|
||||
"brand",
|
||||
"address",
|
||||
"building_area",
|
||||
"payment_multi",
|
||||
"currency_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"money order",
|
||||
"check",
|
||||
"bill",
|
||||
"currency",
|
||||
"finance",
|
||||
"wire transfer",
|
||||
"cable",
|
||||
"person to person",
|
||||
"cash to cash",
|
||||
"exchange"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "money_transfer"
|
||||
},
|
||||
"name": "Money Transfer Station"
|
||||
}
|
||||
28
data/presets/amenity/mortuary.json
Normal file
28
data/presets/amenity/mortuary.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "maki-cemetery",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address"
|
||||
],
|
||||
"moreFields": [
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"crematorium",
|
||||
"funeral home",
|
||||
"memorial home",
|
||||
"morgue",
|
||||
"mortuary",
|
||||
"undertaker"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "mortuary"
|
||||
},
|
||||
"name": "Morgue"
|
||||
}
|
||||
18
data/presets/amenity/motorcycle_parking.json
Normal file
18
data/presets/amenity/motorcycle_parking.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "fas-motorcycle",
|
||||
"fields": [
|
||||
"capacity_parking",
|
||||
"operator",
|
||||
"covered",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "motorcycle_parking"
|
||||
},
|
||||
"name": "Motorcycle Parking"
|
||||
}
|
||||
32
data/presets/amenity/music_school.json
Normal file
32
data/presets/amenity/music_school.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"icon": "fas-music",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"school of music"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "music_school"
|
||||
},
|
||||
"name": "Music School"
|
||||
}
|
||||
39
data/presets/amenity/nightclub.json
Normal file
39
data/presets/amenity/nightclub.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "fas-cocktail",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"min_age",
|
||||
"smoking"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair",
|
||||
"fee"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "nightclub"
|
||||
},
|
||||
"terms": [
|
||||
"disco*",
|
||||
"night club",
|
||||
"dancing",
|
||||
"dance club"
|
||||
],
|
||||
"name": "Nightclub"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue