-
Notifications
You must be signed in to change notification settings - Fork 15
/
taginfo.json
44 lines (44 loc) · 1.26 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
{
"data_format": 1,
"project": {
"name": "Cosmogony",
"description": "Easy to use & easy to update geographic regions",
"project_url": "http://cosmogony.world",
"doc_url": "https://github.com/osm-without-borders/cosmogony",
"contact_name": "Noémie Lehuby",
"contact_email": "[email protected]"
},
"tags": [{
"key": "boundary",
"value": "administrative",
"object_types": ["relation"],
"description": "to filter administrative zones"
},
{
"key": "ISO3166-1:alpha2",
"object_types": ["relation"],
"description": "to get the country of the administrative zone"
},
{
"key": "admin_level",
"object_types": ["relation"],
"description": "to build a hierarchy of administrative zones"
},
{
"key": "name",
"object_types": ["relation"]
},
{
"key": "wikidata",
"object_types": ["relation"]
},
{
"key": "postal_code",
"object_types": ["relation"]
},
{
"key": "addr:postcode",
"object_types": ["relation"]
}
]
}