forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfuel.json
43 lines (43 loc) · 754 Bytes
/
fuel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"icon": "maki-fuel",
"fields": [
"name",
"brand",
"operator",
"address",
"fuel_multi",
"self_service"
],
"moreFields": [
"branch_brand",
"brand",
"building",
"email",
"fax",
"gnis/feature_id-US",
"opening_hours",
"opening_hours/covid19",
"payment_multi",
"phone",
"ref/vatin",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"petrol",
"fuel",
"gasoline",
"propane",
"diesel",
"lng",
"cng",
"biodiesel"
],
"tags": {
"amenity": "fuel"
},
"name": "Gas Station"
}