mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Add waterway=fuel marine fuel station preset (closes #2589)
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -2286,6 +2286,10 @@
|
||||
"key": "waterway",
|
||||
"value": "drain"
|
||||
},
|
||||
{
|
||||
"key": "waterway",
|
||||
"value": "fuel"
|
||||
},
|
||||
{
|
||||
"key": "waterway",
|
||||
"value": "river"
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user