forked from openstreetmap-si/GursAddressesForOSM
-
Notifications
You must be signed in to change notification settings - Fork 1
/
taginfo.json
39 lines (39 loc) · 4.96 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
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/openstreetmap-si/GursAddressesForOSM/master/taginfo.json",
"data_updated": "20230409T000000Z",
"project": {
"name": "Slovenia Address Import (GURS)",
"description": "Describes tags used in the Slovenia Address Import project.",
"project_url": "https://github.com/openstreetmap-si/GursAddressesForOSM",
"doc_url": "https://wiki.openstreetmap.org/wiki/Slovenia_Address_Import",
"icon_url": "https://raw.githubusercontent.com/openstreetmap-si/GursAddressesForOSM/master/GURS-logo.png",
"contact_name": "Štefan Baebler",
"contact_email": "stefan.baebler X gmail"
},
"tags": [
{ "key": "addr:housenumber", "object_types": [ "node", "area", "relation" ], "description": "House number, with lowercase suffixes" },
{ "key": "addr:street", "object_types": [ "node", "area", "relation" ], "description": "Street name (both names in bilingual regions, separated by '/')" },
{ "key": "addr:street:sl", "object_types": [ "node", "area", "relation" ], "description": "Slovenian-only street name (only in bilingual regions)" },
{ "key": "addr:street:it", "object_types": [ "node", "area", "relation" ], "description": "Italian street name (only in bilingual South-West part of Slovenia)" },
{ "key": "addr:street:hu", "object_types": [ "node", "area", "relation" ], "description": "Hungarian street name (only in bilingual North-East part of Slovenia)" },
{ "key": "addr:place", "object_types": [ "node", "area", "relation" ], "description": "Place name (both names in bilingual regions, separated by '/')" },
{ "key": "addr:place:sl", "object_types": [ "node", "area", "relation" ], "description": "Slovenian-only place name (only in bilingual regions)" },
{ "key": "addr:place:it", "object_types": [ "node", "area", "relation" ], "description": "Italian place name (only in bilingual South-West part of Slovenia)" },
{ "key": "addr:place:hu", "object_types": [ "node", "area", "relation" ], "description": "Hungarian place name (only in bilingual North-East part of Slovenia)" },
{ "key": "addr:village", "object_types": [ "node", "area", "relation" ], "description": "Place name (both names in bilingual regions, separated by '/')" },
{ "key": "addr:village:sl", "object_types": [ "node", "area", "relation" ], "description": "Slovenian-only place name (only in bilingual regions)" },
{ "key": "addr:village:it", "object_types": [ "node", "area", "relation" ], "description": "Italian place name (only in bilingual South-West part of Slovenia)" },
{ "key": "addr:village:hu", "object_types": [ "node", "area", "relation" ], "description": "Hungarian place name (only in bilingual North-East part of Slovenia)" },
{ "key": "addr:postcode", "object_types": [ "node", "area", "relation" ], "description": "4-digit Slovenian post code" },
{ "key": "addr:city", "object_types": [ "node", "area", "relation" ], "description": "Postal area name (both names in bilingual regions, separated by '/')" },
{ "key": "addr:city:sl", "object_types": [ "node", "area", "relation" ], "description": "Slovenian-only postal area name (only in bilingual regions)" },
{ "key": "addr:city:it", "object_types": [ "node", "area", "relation" ], "description": "Italian postal area name (only in bilingual South-West part of Slovenia)" },
{ "key": "addr:city:hu", "object_types": [ "node", "area", "relation" ], "description": "Hungarian postal area name (only in bilingual North-East part of Slovenia)" },
{ "key": "source:addr", "value": "GURS", "object_types": [ "node", "area", "relation" ], "description": "The address was obtained from The Surveying and Mapping Authority of Republic of Slovenia (GURS)" },
{ "key": "source:geometry", "value": "GURS", "object_types": [ "area", "relation" ], "description": "The geometry was obtained from The Surveying and Mapping Authority of Republic of Slovenia (GURS)" },
{ "key": "source:addr:date", "object_types": [ "node", "area", "relation" ], "description": "Date of validity in GURS source database" },
{ "key": "ref:gurs:hs_mid", "object_types": [ "node", "area", "relation" ], "description": "Preserving numeric address id from GURS source database for future updates" },
{ "key": "ref:gurs:sta_sid", "object_types": [ "area", "relation" ], "description": "Preserving numeric building id from GURS source database for future updates" }
]
}