Skip to content

Commit

Permalink
add hillshading attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmanb committed Mar 9, 2017
1 parent 1790dfe commit 208e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fsmap.js
Expand Up @@ -153,7 +153,7 @@ var bingAerial = new L.TileLayer.QuadKeyTileLayer(
var hillshading = new L.TileLayer(
'https://tiles.wmflabs.org/hillshading/{z}/{x}/{y}.png',
{
attribution: "Hillshading by ??? from NASA SRTM data",
attribution: "Hillshading by <a href=\'http://hikebikemap.org/\'>Colin Marquardt / hikebikemap.de</a> from NASA SRTM data",
minZoom: 3,
maxNativeZoom: 16,
overlay: true
Expand Down

0 comments on commit 208e3d8

Please sign in to comment.