Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[feature] Add out-of-the-box connection to Mapzen Global Terrain tiles
Gives users an always-available, global DEM source for their projects!
  • Loading branch information
nyalldawson committed Jan 10, 2022
1 parent a1e1a53 commit 0ca934e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/qgis_global_settings.ini
Expand Up @@ -45,6 +45,15 @@ connections-xyz\OpenStreetMap\username=
connections-xyz\OpenStreetMap\zmax=19
connections-xyz\OpenStreetMap\zmin=0

connections-xyz\Mapzen Global Terrain\authcfg=
connections-xyz\Mapzen Global Terrain\password=
connections-xyz\Mapzen Global Terrain\referer=
connections-xyz\Mapzen Global Terrain\url=https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png
connections-xyz\Mapzen Global Terrain\username=
connections-xyz\Mapzen Global Terrain\zmax=15
connections-xyz\Mapzen Global Terrain\zmin=0
connections-xyz\Mapzen Global Terrain\interpretation=terrariumterrain

# The image format selected by default when adding a WMS, i.e. image/png. If empty, the first available format is used
WMSDefaultFormat=""

Expand Down

0 comments on commit 0ca934e

Please sign in to comment.