Skip to content

Commit 5a0e912

Browse files
authored
Merge pull request #40 from spatialhast/master
update&add new UA providers
2 parents 782cdba + 9d6ab32 commit 5a0e912

File tree

6 files changed

+49
-4
lines changed

6 files changed

+49
-4
lines changed
1.12 KB
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[general]
2+
id = ukraine_cadastre
3+
type = WMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = ukraine_cadastre
8+
alias = Ukraine cadastre
9+
alias[ru] = Кадастровое деление
10+
icon = favicon.ico
11+
12+
[license]
13+
name =
14+
link = http://map.land.gov.ua
15+
copyright_text = © 2016 Всі права захищені. ЦДЗК. Версія 1.17.
16+
copyright_link =
17+
terms_of_use =
18+
19+
[wms]
20+
url = http://map.land.gov.ua/geowebcache/service/wms?
21+
params = format=image/png&transparent=true&tiled=true&crs=EPSG:3857
22+
layers = kadastr

data_sources/ukr_cadastre_orto/metadata.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ icon = favicon.ico
1212
[license]
1313
name =
1414
link = http://map.land.gov.ua
15-
copyright_text = © 2014 Всі права захищені. ЦДЗК. Версія 1.13.
15+
copyright_text = © 2016 Всі права захищені. ЦДЗК. Версія 1.17.
1616
copyright_link =
1717
terms_of_use =
1818

1919
[tms]
20-
url = http://212.26.144.110/tile2/orto_10000/{z}/{x}/{y}.jpg
20+
url = http://map.land.gov.ua/map/ortho10k_all/{z}/{x}/{y}.jpg
2121
y_origin_top = 0
2222
zmin = 5
2323
zmax = 16
1.12 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[general]
2+
id = ukraine_cadastre_orto_kiev
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = ukraine_cadastre
8+
alias = Ukraine cadastre OrtoPhoto Kiev
9+
alias[ru] = ПКК Украины. Ортофотоплан 1:10 000 (Киев)
10+
icon = favicon.ico
11+
12+
[license]
13+
name =
14+
link = http://map.land.gov.ua
15+
copyright_text = © 2016 Всі права захищені. ЦДЗК. Версія 1.17.
16+
copyright_link =
17+
terms_of_use =
18+
19+
[tms]
20+
url = http://map.land.gov.ua/map/ortho_kiev/{z}/{x}/{y}.jpg
21+
y_origin_top = 0
22+
zmin = 5
23+
zmax = 16

data_sources/ukr_cadastre_topo/metadata.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ icon = favicon.ico
1212
[license]
1313
name =
1414
link = http://map.land.gov.ua
15-
copyright_text = © 2014 Всі права захищені. ЦДЗК. Версія 1.13.
15+
copyright_text = © 2016 Всі права захищені. ЦДЗК. Версія 1.17.
1616
copyright_link =
1717
terms_of_use =
1818

1919
[tms]
20-
url = http://212.26.144.110/tile2/map_100000/{z}/{x}/{y}.jpg
20+
url = http://map.land.gov.ua/map/topo100k_all/{z}/{x}/{y}.jpg
2121
y_origin_top = 0
2222
zmin = 5
2323
zmax = 14

0 commit comments

Comments
 (0)