Skip to content

Commit

Permalink
Add emergency=lifeboat_station preset (re: #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 7, 2020
1 parent b8be004 commit 072d2dd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
28 changes: 28 additions & 0 deletions data/presets/emergency/lifeboat_station.json
Original file line number Diff line number Diff line change
@@ -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"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 072d2dd

Please sign in to comment.