forked from openaddresses/openaddresses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdolnoslaskie.json
45 lines (45 loc) · 1.51 KB
/
dolnoslaskie.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
{
"coverage": {
"ISO 3166": {
"alpha2": "PL-DS",
"country": "Poland",
"subdivision": "Dolnośląskie"
},
"state": "dolnośląskie",
"country": "pl"
},
"schema": 2,
"layers": {
"addresses": [
{
"name": "state",
"license": {
"text": "Polish Law on Geodesy and Cartography of 17 May 1989",
"url": "https://github.com/openaddresses/openaddresses/issues/187#issuecomment-63327973",
"attribution": false,
"share-alike": false
},
"compression": "zip",
"conform": {
"srs": "EPSG:4326",
"id": "ID",
"region": "REGION",
"district": "DISTRICT",
"city": "CITY",
"postcode": "POSTCODE",
"street": "STREET",
"number": "NUMBER",
"lat": "LAT",
"lon": "LON",
"file": "dolnoslaskie.csv",
"format": "csv",
"headers": 1,
"skiplines": 1
},
"data": "https://data.openaddresses.io/cache/uploads/macieg/e3aa19/pl-dolnoslaskie.zip",
"protocol": "http",
"note": "https://opendata.geoportal.gov.pl/prg/adresy/PRG-punkty_adresowe.zip"
}
]
}
}