mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
+3
-27
@@ -370,33 +370,9 @@ en:
|
||||
fuel:
|
||||
# 'fuel=*'
|
||||
label: Fuel
|
||||
fuel/biodiesel:
|
||||
# 'fuel:biodiesel=*'
|
||||
label: Sells Biodiesel
|
||||
fuel/diesel:
|
||||
# 'fuel:diesel=*'
|
||||
label: Sells Diesel
|
||||
fuel/e10:
|
||||
# 'fuel:e10=*'
|
||||
label: Sells E10
|
||||
fuel/e85:
|
||||
# 'fuel:e85=*'
|
||||
label: Sells E85
|
||||
fuel/lpg:
|
||||
# 'fuel:lpg=*'
|
||||
label: Sells Propane
|
||||
fuel/octane_100:
|
||||
# 'fuel:octane_100=*'
|
||||
label: Sells Racing Gasoline
|
||||
fuel/octane_91:
|
||||
# 'fuel:octane_91=*'
|
||||
label: Sells Regular Gasoline
|
||||
fuel/octane_95:
|
||||
# 'fuel:octane_95=*'
|
||||
label: Sells Midgrade Gasoline
|
||||
fuel/octane_98:
|
||||
# 'fuel:octane_98=*'
|
||||
label: Sells Premium Gasoline
|
||||
fuel_multi:
|
||||
# 'fuel:=*'
|
||||
label: Fuel Types
|
||||
gauge:
|
||||
# 'gauge=*'
|
||||
label: Gauge
|
||||
|
||||
@@ -505,50 +505,10 @@
|
||||
"type": "combo",
|
||||
"label": "Fuel"
|
||||
},
|
||||
"fuel/biodiesel": {
|
||||
"key": "fuel:biodiesel",
|
||||
"type": "check",
|
||||
"label": "Sells Biodiesel"
|
||||
},
|
||||
"fuel/diesel": {
|
||||
"key": "fuel:diesel",
|
||||
"type": "check",
|
||||
"label": "Sells Diesel"
|
||||
},
|
||||
"fuel/e10": {
|
||||
"key": "fuel:e10",
|
||||
"type": "check",
|
||||
"label": "Sells E10"
|
||||
},
|
||||
"fuel/e85": {
|
||||
"key": "fuel:e85",
|
||||
"type": "check",
|
||||
"label": "Sells E85"
|
||||
},
|
||||
"fuel/lpg": {
|
||||
"key": "fuel:lpg",
|
||||
"type": "check",
|
||||
"label": "Sells Propane"
|
||||
},
|
||||
"fuel/octane_100": {
|
||||
"key": "fuel:octane_100",
|
||||
"type": "check",
|
||||
"label": "Sells Racing Gasoline"
|
||||
},
|
||||
"fuel/octane_91": {
|
||||
"key": "fuel:octane_91",
|
||||
"type": "check",
|
||||
"label": "Sells Regular Gasoline"
|
||||
},
|
||||
"fuel/octane_95": {
|
||||
"key": "fuel:octane_95",
|
||||
"type": "check",
|
||||
"label": "Sells Midgrade Gasoline"
|
||||
},
|
||||
"fuel/octane_98": {
|
||||
"key": "fuel:octane_98",
|
||||
"type": "check",
|
||||
"label": "Sells Premium Gasoline"
|
||||
"fuel_multi": {
|
||||
"key": "fuel:",
|
||||
"type": "multiCombo",
|
||||
"label": "Fuel Types"
|
||||
},
|
||||
"gauge": {
|
||||
"key": "gauge",
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:biodiesel",
|
||||
"type": "check",
|
||||
"label": "Sells Biodiesel"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:diesel",
|
||||
"type": "check",
|
||||
"label": "Sells Diesel"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:e10",
|
||||
"type": "check",
|
||||
"label": "Sells E10"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:e85",
|
||||
"type": "check",
|
||||
"label": "Sells E85"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:lpg",
|
||||
"type": "check",
|
||||
"label": "Sells Propane"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:octane_100",
|
||||
"type": "check",
|
||||
"label": "Sells Racing Gasoline"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:octane_91",
|
||||
"type": "check",
|
||||
"label": "Sells Regular Gasoline"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:octane_95",
|
||||
"type": "check",
|
||||
"label": "Sells Midgrade Gasoline"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "fuel:octane_98",
|
||||
"type": "check",
|
||||
"label": "Sells Premium Gasoline"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "fuel:",
|
||||
"type": "multiCombo",
|
||||
"label": "Fuel Types"
|
||||
}
|
||||
+342
-171
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,8 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"opening_hours"
|
||||
"opening_hours",
|
||||
"fuel_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"opening_hours"
|
||||
"opening_hours",
|
||||
"fuel_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+2
-26
@@ -955,32 +955,8 @@
|
||||
"fuel": {
|
||||
"label": "Fuel"
|
||||
},
|
||||
"fuel/biodiesel": {
|
||||
"label": "Sells Biodiesel"
|
||||
},
|
||||
"fuel/diesel": {
|
||||
"label": "Sells Diesel"
|
||||
},
|
||||
"fuel/e10": {
|
||||
"label": "Sells E10"
|
||||
},
|
||||
"fuel/e85": {
|
||||
"label": "Sells E85"
|
||||
},
|
||||
"fuel/lpg": {
|
||||
"label": "Sells Propane"
|
||||
},
|
||||
"fuel/octane_100": {
|
||||
"label": "Sells Racing Gasoline"
|
||||
},
|
||||
"fuel/octane_91": {
|
||||
"label": "Sells Regular Gasoline"
|
||||
},
|
||||
"fuel/octane_95": {
|
||||
"label": "Sells Midgrade Gasoline"
|
||||
},
|
||||
"fuel/octane_98": {
|
||||
"label": "Sells Premium Gasoline"
|
||||
"fuel_multi": {
|
||||
"label": "Fuel Types"
|
||||
},
|
||||
"gauge": {
|
||||
"label": "Gauge"
|
||||
|
||||
Reference in New Issue
Block a user