Skip to content

Commit

Permalink
Merge pull request #61 from jo-chemla/master
Browse files Browse the repository at this point in the history
Add Here Maps Wego and Mapbox Sources
  • Loading branch information
simgislab committed Nov 23, 2023
2 parents a2a0e4f + a44fe32 commit 5a3bcf9
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 0 deletions.
Binary file added data_sources/here_hybrid/here-wego.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions data_sources/here_hybrid/metadata.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[general]
id = here_hybrid
type = TMS
is_contrib = True

[ui]
group = here
alias = Here Wego Hybrid
icon = here-wego.png

[license]
name = Proprietary
link = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
copyright_text = Map tiles by Here Wego
copyright_link = https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-copyright.html
terms_of_use = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms

[tms]
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
zmax = 20
Binary file added data_sources/here_sat/here-wego.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions data_sources/here_sat/metadata.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[general]
id = here_sat
type = TMS
is_contrib = True

[ui]
group = here
alias = Here Wego Satellite
icon = here-wego.png

[license]
name = Proprietary
link = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
copyright_text = Map tiles by Here Wego
copyright_link = https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-copyright.html
terms_of_use = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms

[tms]
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
zmax = 20
Binary file added data_sources/here_terrain/here-wego.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions data_sources/here_terrain/metadata.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[general]
id = here_terrain
type = TMS
is_contrib = True

[ui]
group = here
alias = Here Wego Terrain
icon = here-wego.png

[license]
name = Proprietary
link = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms
copyright_text = Map tiles by Here Wego
copyright_link = https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-copyright.html
terms_of_use = https://legal.here.com/ca-fr/terms/here-wego-here-application-and-here-maps-service-terms

[tms]
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
zmax = 20
Binary file added data_sources/mapbox_sat/mapbox-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions data_sources/mapbox_sat/metadata.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[general]
id = mapbox_sat
type = TMS
is_contrib = True

[ui]
group = mapbox
alias = Mapbox Satellite
icon = mapbox-logo.png

[license]
name = Proprietary
link = https://docs.mapbox.com/help/getting-started/attribution/
copyright_text = Maxar
copyright_link = https://www.maxar.com/
terms_of_use = https://docs.mapbox.com/help/getting-started/attribution/

[tms]
url = https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.webp?sku=101S0AiAdllT3&access_token=pk.eyJ1Ijoiam9uY2hlbWxhIiwiYSI6IjdXUzRocmsifQ.acEmRifqE4Bh2Xz-IY_4Bw
zmax = 20
Binary file added groups/here/here-wego.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions groups/here/here.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[general]
id = here

[ui]
alias = Here WeGo
icon = here-wego.png



Binary file added groups/mapbox/mapbox-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions groups/mapbox/mapbox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[general]
id = mapbox

[ui]
alias = Mapbox
icon = mapbox-logo.png



0 comments on commit 5a3bcf9

Please sign in to comment.