Add waterway=fuel marine fuel station preset (closes #2589)

This commit is contained in:
Bryan Housel
2015-05-27 16:30:57 -04:00
parent 5b0b810d68
commit 43266a0c1f
5 changed files with 57 additions and 0 deletions
+3
View File
@@ -2341,6 +2341,9 @@ en:
waterway/drain:
name: Drain
terms: "<translate with synonyms or related terms for 'Drain', separated by commas>"
waterway/fuel:
name: Marine Fuel Station
terms: "<translate with synonyms or related terms for 'Marine Fuel Station', separated by commas>"
waterway/river:
name: River
terms: "<translate with synonyms or related terms for 'River', separated by commas>"
+23
View File
@@ -9718,6 +9718,29 @@
},
"name": "Drain"
},
"waterway/fuel": {
"icon": "fuel",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"petrol",
"gas",
"diesel",
"boat"
],
"tags": {
"waterway": "fuel"
},
"name": "Marine Fuel Station"
},
"waterway/river": {
"icon": "waterway-river",
"fields": [
+23
View File
@@ -0,0 +1,23 @@
{
"icon": "fuel",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"petrol",
"gas",
"diesel",
"boat"
],
"tags": {
"waterway": "fuel"
},
"name": "Marine Fuel Station"
}
+4
View File
@@ -2286,6 +2286,10 @@
"key": "waterway",
"value": "drain"
},
{
"key": "waterway",
"value": "fuel"
},
{
"key": "waterway",
"value": "river"
+4
View File
@@ -3687,6 +3687,10 @@
"name": "Drain",
"terms": ""
},
"waterway/fuel": {
"name": "Marine Fuel Station",
"terms": "petrol,gas,diesel,boat"
},
"waterway/river": {
"name": "River",
"terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"