added a water tank preset

This commit is contained in:
Benoit Costamagna
2018-01-22 13:11:04 +01:00
parent b69ce83558
commit 24c56042a6
5 changed files with 912 additions and 5 deletions
+5
View File
@@ -2937,6 +2937,11 @@ en:
emergency/private:
# emergency=private
name: Emergency Access Private
emergency/water_tank:
# emergency=water_tank
name: Water Tank
# 'terms: cistern,reservoir'
terms: '<translate with synonyms or related terms for ''Water Tank'', separated by commas>'
emergency/yes:
# emergency=yes
name: Emergency Access Yes
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,20 @@
{
"icon": "poi-fire-hydrant",
"fields": [
"name",
"operator",
"ref"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"cistern",
"reservoir"
],
"tags": {
"emergency": "water_tank"
},
"name": "Water Tank"
}
+4
View File
@@ -1198,6 +1198,10 @@
"key": "emergency",
"value": "phone"
},
{
"key": "emergency",
"value": "water_tank"
},
{
"key": "entrance"
},
+9 -5
View File
@@ -3840,6 +3840,10 @@
"name": "Emergency Phone",
"terms": ""
},
"emergency/water_tank": {
"name": "Water Tank",
"terms": "cistern,reservoir"
},
"entrance": {
"name": "Entrance/Exit",
"terms": ""
@@ -6403,31 +6407,31 @@
},
"Waymarked_Trails-Cycling": {
"attribution": {
"text": waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
"text": Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
},
"name": "Waymarked Trails: Cycling"
},
"Waymarked_Trails-Hiking": {
"attribution": {
"text": waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
"text": Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
},
"name": "Waymarked Trails: Hiking"
},
"Waymarked_Trails-MTB": {
"attribution": {
"text": waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
"text": Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
},
"name": "Waymarked Trails: MTB"
},
"Waymarked_Trails-Skating": {
"attribution": {
"text": waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
"text": Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
},
"name": "Waymarked Trails: Skating"
},
"Waymarked_Trails-Winter_Sports": {
"attribution": {
"text": waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
"text": Michael Spreng, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
},
"name": "Waymarked Trails: Winter Sports"
},