-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtaginfo.json
45 lines (45 loc) · 3.45 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
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/ltog/osmi-addresses/master/taginfo.json",
"data_updated": "20210919T183800Z",
"project": {
"name": "OSM Inspector - Addresses view",
"description": "Visualizes OSM (postal) address data. Intended as an error detection tool for mappers.",
"project_url": "http://tools.geofabrik.de/osmi/?view=addresses",
"doc_url": "https://github.com/ltog/osmi-addresses",
"contact_name": "Lukas Toggenburger",
"contact_email": "ltoggenburger X swissonline.ch"
},
"tags": [
{ "key": "addr:city", "object_types": [ "node", "area" ] },
{ "key": "addr:country", "object_types": [ "node", "area" ] },
{ "key": "addr:full", "object_types": [ "node", "area" ] },
{ "key": "addr:housenumber", "object_types": [ "node", "area" ] },
{ "key": "addr:interpolation", "value": "all", "object_types": [ "way" ] },
{ "key": "addr:interpolation", "value": "alphabetic", "object_types": [ "way" ] },
{ "key": "addr:interpolation", "value": "even", "object_types": [ "way" ] },
{ "key": "addr:interpolation", "value": "odd", "object_types": [ "way" ] },
{ "key": "addr:place", "object_types": [ "node", "area" ] },
{ "key": "addr:postcode", "object_types": [ "node", "area" ] },
{ "key": "addr:street", "object_types": [ "node", "area" ] },
{ "key": "alt_name", "object_types": [ "way" ] },
{ "key": "area", "value": "yes", "object_types": [ "area" ] },
{ "key": "area", "value": "true", "object_types": [ "area" ], "description": "Unrecommended tagging style" },
{ "key": "building", "object_types": [ "area" ] },
{ "key": "building", "value": "entrance", "object_types": [ "node" ], "description": "Old tagging style" },
{ "key": "entrance", "value": "emergency", "object_types": [ "node" ] },
{ "key": "entrance", "value": "exit", "object_types": [ "node" ] },
{ "key": "entrance", "value": "main", "object_types": [ "node" ] },
{ "key": "entrance", "value": "service", "object_types": [ "node" ] },
{ "key": "entrance", "value": "yes", "object_types": [ "node" ] },
{ "key": "highway", "object_types": [ "way", "area" ] },
{ "key": "name", "object_types": [ "way", "area" ] },
{ "key": "name:left", "object_types": [ "way" ] },
{ "key": "name:right", "object_types": [ "way" ] },
{ "key": "official_name", "object_types": [ "way" ] },
{ "key": "postal_code", "object_types": [ "way", "area" ] },
{ "key": "place", "object_types": [ "node", "area" ] },
{ "key": "short_name", "object_types": [ "way" ] },
{ "key": "ref", "object_types": [ "way" ] }
]
}