-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtaginfo.json
More file actions
160 lines (160 loc) · 3.6 KB
/
taginfo.json
File metadata and controls
160 lines (160 loc) · 3.6 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/whubsch/tigerking/refs/heads/main/taginfo.json",
"project": {
"name": "TIGER King",
"description": "A simple web UI to fix TIGER imported road data in OpenStreetMap",
"project_url": "https://github.com/whubsch/tigerking",
"doc_url": "https://wiki.openstreetmap.org/wiki/TIGER_King",
"icon_url": "https://raw.githubusercontent.com/whubsch/tigerking/refs/heads/main/public/icons/tiger_512.png",
"contact_name": "Will Hubsch",
"contact_email": "wahubsch@gmail.com"
},
"tags": [
{
"key": "highway",
"object_types": ["way"]
},
{
"key": "surface",
"object_types": ["way"],
"description": "Surface type of the road, which TIGER King helps add"
},
{
"key": "fixme:tigerking",
"object_types": ["way"],
"description": "Added to ways with other problems, and used to filter out previously reviewed ways"
},
{
"key": "name",
"object_types": ["way"]
},
{
"key": "alt_name",
"object_types": ["way"]
},
{
"key": "lanes",
"object_types": ["way"],
"description": "Number of lanes on the road, which TIGER King helps add"
},
{
"key": "lanes:forward",
"object_types": ["way"]
},
{
"key": "lanes:backward",
"object_types": ["way"]
},
{
"key": "lane_markings",
"object_types": ["way"],
"description": "Whether a highway has visible markings dividing the travel lanes."
},
{
"key": "oneway",
"object_types": ["way"]
},
{
"key": "service",
"object_types": ["way"]
},
{
"key": "tiger:cfcc",
"object_types": ["way"]
},
{
"key": "tiger:county",
"object_types": ["way"]
},
{
"key": "tiger:name_base",
"object_types": ["way"]
},
{
"key": "tiger:name_type",
"object_types": ["way"]
},
{
"key": "tiger:reviewed",
"object_types": ["way"],
"description": "Used to determine which ways have yet to be reviewed. Removed when successfully reviewed by user in TIGER King"
},
{
"key": "tiger:zip_left",
"object_types": ["way"]
},
{
"key": "tiger:zip_right",
"object_types": ["way"]
},
{
"key": "tiger:tlid",
"object_types": ["way"]
},
{
"key": "tiger:source",
"object_types": ["way"]
},
{
"key": "tiger:upload_uuid",
"object_types": ["way"]
},
{
"key": "tiger:separated",
"object_types": ["way"]
},
{
"key": "tiger:name_base_1",
"object_types": ["way"]
},
{
"key": "tiger:name_direction_prefix",
"object_types": ["way"]
},
{
"key": "tiger:name_direction_suffix",
"object_types": ["way"]
},
{
"key": "tiger:name_type_1",
"object_types": ["way"]
},
{
"key": "tiger:zip_left_1",
"object_types": ["way"]
},
{
"key": "tiger:name_base_2",
"object_types": ["way"]
},
{
"key": "tiger:name_direction_prefix_1",
"object_types": ["way"]
},
{
"key": "tiger:zip_right_1",
"object_types": ["way"]
},
{
"key": "tiger:name_direction_suffix_1",
"object_types": ["way"]
},
{
"key": "tiger:zip_left_2",
"object_types": ["way"]
},
{
"key": "tiger:name_type_2",
"object_types": ["way"]
},
{
"key": "tiger:name_base_3",
"object_types": ["way"]
},
{
"key": "tiger:zip_right_2",
"object_types": ["way"]
}
]
}