forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.json
More file actions
39 lines (39 loc) · 700 Bytes
/
service.json
File metadata and controls
39 lines (39 loc) · 700 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
{
"icon": "iD-highway-service",
"fields": [
"name",
"service",
"oneway",
"maxspeed",
"surface",
"structure",
"access"
],
"moreFields": [
"covered_no",
"flood_prone",
"incline",
"lanes",
"lane_markings",
"lit",
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"oneway/bicycle",
"smoothness",
"trolley_wire",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "service"
},
"terms": [
"road",
"street"
],
"matchScore": 0.9,
"name": "Service Road"
}