-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtaginfo.json
52 lines (52 loc) · 2.8 KB
/
taginfo.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
44
45
46
47
48
49
50
51
52
{
"data_format": 1,
"data_url": "http://k1wiosm.github.io/checkautopista2/taginfo.json",
"data_updated": "20210818T114100Z",
"project": {
"name": "CheckAutopista2",
"description": "QA tool for motorways in OSM.",
"project_url": "http://k1wiosm.github.io/checkautopista2/",
"doc_url": "http://github.com/k1wiosm/checkautopista2",
"icon_url": "http://k1wiosm.github.io/checkautopista2/img/exit.svg",
"contact_name": "k1wi",
"contact_email": "[email protected]"
},
"tags":
[
{ "key": "type", "value": "route", "object_types": ["relation"] },
{ "key": "route", "value": "road", "object_types": ["relation"] },
{ "key": "highway", "value": "motorway", "object_types": ["way"] },
{ "key": "highway", "value": "motorway_link", "object_types": ["way"] },
{ "key": "highway", "value": "construction", "object_types": ["way"] },
{ "key": "construction", "value": "motorway", "object_types": ["way"] },
{ "key": "construction", "value": "motorway_link", "object_types": ["way"] },
{ "key": "highway", "value": "motorway_junction", "object_types": ["node"] },
{ "key": "exit_to", "object_types": ["node"] },
{ "key": "name", "object_types": ["node","way"] },
{ "key": "ref", "object_types": ["node","way"] },
{ "key": "junction:ref", "object_types": ["way"] },
{ "key": "noref", "value": "yes", "object_types": ["node"], "description": "Used to indicate that a motorway_junction has no reference in the real world" },
{ "key": "destination", "object_types": ["way"] },
{ "key": "destination:street", "object_types": ["way"] },
{ "key": "destination:ref", "object_types": ["way"] },
{ "key": "destination:int_ref", "object_types": ["way"] },
{ "key": "destination:symbol", "object_types": ["way"] },
{ "key": "destination:lanes", "object_types": ["way"] },
{ "key": "destination:street:lanes", "object_types": ["way"] },
{ "key": "destination:ref:lanes", "object_types": ["way"] },
{ "key": "destination:int_ref:lanes", "object_types": ["way"] },
{ "key": "destination:symbol:lanes", "object_types": ["way"] },
{ "key": "barrier", "value": "toll_booth", "object_types": ["node"] },
{ "key": "highway", "value": "toll_gantry", "object_types": ["node"] },
{ "key": "highway", "value": "services", "object_types": ["node","way"] },
{ "key": "highway", "value": "rest_area", "object_types": ["node","way"] },
{ "key": "maxspeed", "object_types": ["way"] },
{ "key": "maxspeed:advisory", "object_types": ["way"]},
{ "key": "maxspeed:lanes", "object_types": ["way"]},
{ "key": "minspeed", "object_types": ["way"] },
{ "key": "minspeed:lanes", "object_types": ["way"]},
{ "key": "lanes", "object_types": ["way"] },
{ "key": "turn:lanes", "object_types": ["way"] },
{ "key": "symbol", "object_types": ["relation"], "description": "Image of motorway shield" }
]
}