Skip to content

Commit 5a3bcf9

Browse files
authored
Merge pull request #61 from jo-chemla/master
Add Here Maps Wego and Mapbox Sources
2 parents a2a0e4f + a44fe32 commit 5a3bcf9

File tree

12 files changed

+98
-0
lines changed

12 files changed

+98
-0
lines changed
47.8 KB
Loading

data_sources/here_hybrid/metadata.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[general]
2+
id = here_hybrid
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = here
8+
alias = Here Wego Hybrid
9+
icon = here-wego.png
10+
11+
[license]
12+
name = Proprietary
13+
link = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
14+
copyright_text = Map tiles by Here Wego
15+
copyright_link = https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-copyright.html
16+
terms_of_use = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
17+
18+
[tms]
19+
url = https://2.aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/hybrid.day/{z}/{x}/{y}/256/png8?app_id=eAdkWGYRoc4RfxVo0Z4B&app_code=TrLJuXVK62IQk0vuXFzaig&lg=eng
20+
zmax = 20

data_sources/here_sat/here-wego.png

47.8 KB
Loading

data_sources/here_sat/metadata.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[general]
2+
id = here_sat
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = here
8+
alias = Here Wego Satellite
9+
icon = here-wego.png
10+
11+
[license]
12+
name = Proprietary
13+
link = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
14+
copyright_text = Map tiles by Here Wego
15+
copyright_link = https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-copyright.html
16+
terms_of_use = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
17+
18+
[tms]
19+
url = https://2.aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/satellite.day/{z}/{x}/{y}/256/png8?app_id=eAdkWGYRoc4RfxVo0Z4B&app_code=TrLJuXVK62IQk0vuXFzaig&lg=eng
20+
zmax = 20
47.8 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[general]
2+
id = here_terrain
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = here
8+
alias = Here Wego Terrain
9+
icon = here-wego.png
10+
11+
[license]
12+
name = Proprietary
13+
link = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
14+
copyright_text = Map tiles by Here Wego
15+
copyright_link = https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-copyright.html
16+
terms_of_use = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
17+
18+
[tms]
19+
url = https://1.aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/terrain.day/{z}/{x}/{y}/256/png8?app_id=eAdkWGYRoc4RfxVo0Z4B&app_code=TrLJuXVK62IQk0vuXFzaig&lg=eng
20+
zmax = 20
18.6 KB
Loading

data_sources/mapbox_sat/metadata.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[general]
2+
id = mapbox_sat
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = mapbox
8+
alias = Mapbox Satellite
9+
icon = mapbox-logo.png
10+
11+
[license]
12+
name = Proprietary
13+
link = https://docs.mapbox.com/help/getting-started/attribution/
14+
copyright_text = Maxar
15+
copyright_link = https://www.maxar.com/
16+
terms_of_use = https://docs.mapbox.com/help/getting-started/attribution/
17+
18+
[tms]
19+
url = https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.webp?sku=101S0AiAdllT3&access_token=pk.eyJ1Ijoiam9uY2hlbWxhIiwiYSI6IjdXUzRocmsifQ.acEmRifqE4Bh2Xz-IY_4Bw
20+
zmax = 20

groups/here/here-wego.png

47.8 KB
Loading

groups/here/here.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[general]
2+
id = here
3+
4+
[ui]
5+
alias = Here WeGo
6+
icon = here-wego.png
7+
8+
9+

0 commit comments

Comments
 (0)