Skip to content

Commit

Permalink
Add new preset for fuel pump and rename current one (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar5555 authored Dec 15, 2023
1 parent d540bfc commit 66bc817
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/presets/amenity/vending_machine/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"point",
"vertex"
],
"fields": [
"ref",
"fuel/fuel_multi",
"fuel/fuel_multi-RU",
"operator"
],
"terms": [
"petrol",
"fuel",
Expand All @@ -22,6 +28,6 @@
"key": "vending",
"value": "fuel"
},
"name": "Gas Pump",
"name": "Gas Vending Machine",
"matchScore": 0.5
}
27 changes: 27 additions & 0 deletions data/presets/man_made/fuel_pump.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 66bc817

Please sign in to comment.