1
0
Fork 0

enlarge tile size

master
marko 2022-02-17 13:46:04 -05:00
parent 262274fcd8
commit 21dbe9329b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ TODO:
* What is faster? Storing as a compressed image and decompressing, or storing decompressed? * What is faster? Storing as a compressed image and decompressing, or storing decompressed?
*/ */
var TILESIZE = 64; var TILESIZE = 128;
var OSMTILESIZE = 256; var OSMTILESIZE = 256;
var OSMSUBTILES = OSMTILESIZE / TILESIZE; var OSMSUBTILES = OSMTILESIZE / TILESIZE;
/* Can see possible tiles on http://leaflet-extras.github.io/leaflet-providers/preview/ /* Can see possible tiles on http://leaflet-extras.github.io/leaflet-providers/preview/