forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuel.json
More file actions
42 lines (42 loc) · 807 Bytes
/
fuel.json
File metadata and controls
42 lines (42 loc) · 807 Bytes
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
{
"icon": "maki-fuel",
"fields": [
"name",
"operator",
"address",
"opening_hours",
"fuel/fuel_multi"
],
"moreFields": [
"branch_brand",
"brand",
"building",
"email",
"fax",
"payment_multi",
"opening_hours/covid19",
"phone",
"seamark/type",
"wheelchair"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"petrol",
"gas",
"diesel",
"boat"
],
"tags": {
"waterway": "fuel"
},
"addTags": {
"waterway": "fuel",
"seamark:type": "small_craft_facility",
"seamark:small_craft_facility:category": "fuel_station"
},
"name": "Marine Fuel Station"
}