Skip to content

Commit

Permalink
Add on the raster source the tileSize 256 to override the default 512
Browse files Browse the repository at this point in the history
  • Loading branch information
klokan authored May 17, 2017
1 parent 921dc87 commit a33f08c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
"hillshading": {
"type": "raster",
"url": "https://klokantech.tilehosting.com/data/hillshades.json?key=tXme5cuqgrCqdPoZHqyn"
"url": "https://klokantech.tilehosting.com/data/hillshades.json?key=tXme5cuqgrCqdPoZHqyn",
"tileSize": 256
},
"contours": {
"type": "vector",
Expand Down

0 comments on commit a33f08c

Please sign in to comment.