mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-17 22:24:42 +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"
|
||||
}
|
||||
@@ -5047,6 +5047,11 @@ en:
|
||||
name: Life Ring
|
||||
# 'terms: life buoy,kisby ring,kisbie ring,perry buoy'
|
||||
terms: '<translate with synonyms or related terms for ''Life Ring'', separated by commas>'
|
||||
emergency/lifeboat_station:
|
||||
# emergency=lifeboat_station
|
||||
name: Lifeboat Station
|
||||
# 'terms: boat rescue'
|
||||
terms: '<translate with synonyms or related terms for ''Lifeboat Station'', separated by commas>'
|
||||
emergency/lifeguard:
|
||||
# emergency=lifeguard
|
||||
name: Lifeguard
|
||||
|
||||
Reference in New Issue
Block a user