mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 05:27:50 +02:00
Add new preset for fuel pump and rename current one (#988)
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"fuel/fuel_multi",
|
||||
"fuel/fuel_multi-RU",
|
||||
"operator"
|
||||
],
|
||||
"terms": [
|
||||
"petrol",
|
||||
"fuel",
|
||||
@@ -22,6 +28,6 @@
|
||||
"key": "vending",
|
||||
"value": "fuel"
|
||||
},
|
||||
"name": "Gas Pump",
|
||||
"name": "Gas Vending Machine",
|
||||
"matchScore": 0.5
|
||||
}
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "maki-fuel",
|
||||
"fields": [
|
||||
"ref",
|
||||
"fuel/fuel_multi",
|
||||
"fuel/fuel_multi-RU",
|
||||
"operator",
|
||||
"self_service"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"petrol",
|
||||
"fuel",
|
||||
"gasoline",
|
||||
"propane",
|
||||
"diesel",
|
||||
"lng",
|
||||
"cng",
|
||||
"biodiesel"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "fuel_pump"
|
||||
},
|
||||
"name": "Gas Pump"
|
||||
}
|
||||
Reference in New Issue
Block a user