Skip to content

Commit 4a163b7

Browse files
committed
Merge pull request #5 from blackgis/google-layer
Google layer
2 parents 35b2156 + d2081c3 commit 4a163b7

File tree

21 files changed

+64
-49
lines changed

21 files changed

+64
-49
lines changed
185 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[general]
2+
id = google_hybrid
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = google
8+
alias = Google Hybrid
9+
icon = gmaps_noborder.png
10+
11+
[license]
12+
name =
13+
link =
14+
copyright_text = Map data ©2015 Google
15+
copyright_link = https://www.google.at/permissions/geoguidelines/attr-guide.html
16+
terms_of_use = https://www.google.com/help/terms_maps.html
17+
18+
[tms]
19+
url = https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}
20+
zmax = 20

data_sources/google_maps/gmaps.png

-260 KB
Binary file not shown.

data_sources/google_maps/metadata.ini

Lines changed: 0 additions & 21 deletions
This file was deleted.
185 KB
Loading
-260 KB
Binary file not shown.

data_sources/google_overlay/metadata.ini

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ is_contrib = True
66
[ui]
77
group = google
88
alias = Google Labels
9-
alias[ru] = Подписи Google
10-
icon = gmaps.png
9+
icon = gmaps_noborder.png
1110

1211
[license]
1312
name =
1413
link =
15-
copyright_text =
16-
copyright_link =
17-
terms_of_use =
14+
copyright_text = Map data ©2015 Google
15+
copyright_link = https://www.google.at/permissions/geoguidelines/attr-guide.html
16+
terms_of_use = https://www.google.com/help/terms_maps.html
1817

1918
[tms]
20-
url = http://mt2.google.com/vt/lyrs=h@169000000&hl=ru&x={x}&y={y}&z={z}
21-
zmax = 20
19+
url = https://mt1.google.com/vt/lyrs=h&x={x}&y={y}&z={z}
20+
zmax = 20
185 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[general]
2+
id = google_road
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = google
8+
alias = Google Road
9+
icon = gmaps_noborder.png
10+
11+
[license]
12+
name =
13+
link =
14+
copyright_text = Map data ©2015 Google
15+
copyright_link = https://www.google.at/permissions/geoguidelines/attr-guide.html
16+
terms_of_use = https://www.google.com/help/terms_maps.html
17+
18+
[tms]
19+
url = https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}
20+
zmax = 20

data_sources/google_sat/gmaps.png

-260 KB
Binary file not shown.

0 commit comments

Comments
 (0)