Skip to content

Commit 66bc817

Browse files
authored
Add new preset for fuel pump and rename current one (#988)
1 parent d540bfc commit 66bc817

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

data/presets/amenity/vending_machine/fuel.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"point",
55
"vertex"
66
],
7+
"fields": [
8+
"ref",
9+
"fuel/fuel_multi",
10+
"fuel/fuel_multi-RU",
11+
"operator"
12+
],
713
"terms": [
814
"petrol",
915
"fuel",
@@ -22,6 +28,6 @@
2228
"key": "vending",
2329
"value": "fuel"
2430
},
25-
"name": "Gas Pump",
31+
"name": "Gas Vending Machine",
2632
"matchScore": 0.5
2733
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"icon": "maki-fuel",
3+
"fields": [
4+
"ref",
5+
"fuel/fuel_multi",
6+
"fuel/fuel_multi-RU",
7+
"operator",
8+
"self_service"
9+
],
10+
"geometry": [
11+
"point"
12+
],
13+
"terms": [
14+
"petrol",
15+
"fuel",
16+
"gasoline",
17+
"propane",
18+
"diesel",
19+
"lng",
20+
"cng",
21+
"biodiesel"
22+
],
23+
"tags": {
24+
"man_made": "fuel_pump"
25+
},
26+
"name": "Gas Pump"
27+
}

0 commit comments

Comments
 (0)