mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-01 02:45:37 +02:00
Add emergency=lifeboat_station preset (re: #76)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "temaki-boat_tour",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"boat rescue"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "lifeboat_station"
|
||||
},
|
||||
"name": "Lifeboat Station"
|
||||
}
|
||||
Reference in New Issue
Block a user