-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtaginfo.json
43 lines (43 loc) · 944 Bytes
/
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
{
"data_format": 1,
"project": {
"contact_email": "[email protected]",
"contact_name": "Kamil Monicz (Zaczero)",
"description": "OpenStreetMap Public Transport Made Easy!",
"icon_url": "https://raw.githubusercontent.com/Zaczero/osm-relatify/main/static/img/favicon-192.png",
"name": "OSM Relatify",
"project_url": "https://relatify.monicz.dev"
},
"tags": [
{
"key": "public_transport:version",
"object_types": [
"relation"
],
"value": "2"
},
{
"key": "public_transport",
"object_types": [
"node",
"relation",
"way"
],
"value": "platform"
},
{
"key": "public_transport",
"object_types": [
"node"
],
"value": "stop_position"
},
{
"key": "public_transport",
"object_types": [
"relation"
],
"value": "stop_area"
}
]
}