Skip to content

Commit

Permalink
Fix terrarium source on hillshade debug page (#7677)
Browse files Browse the repository at this point in the history
  • Loading branch information
andycalder authored and mourner committed Dec 6, 2018
1 parent b57f79d commit 89e4962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debug/hillshade.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"tiles": [
"https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"
],
"tileSize": 256
"tileSize": 128,
"maxzoom": 15
});
map.addLayer({
"id": "Terrarium data",
Expand Down

0 comments on commit 89e4962

Please sign in to comment.