Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 15: | Line 15: | ||
return '/maptiles/' + zoom + '/' + normalizedCoord.y + '_' + normalizedCoord.x + '.jpg'; | return '/maptiles/' + zoom + '/' + normalizedCoord.y + '_' + normalizedCoord.x + '.jpg'; | ||
}, | }, | ||
- | tileSize: new google.maps.Size( | + | tileSize: new google.maps.Size(128, 128), |
maxZoom: 4, | maxZoom: 4, | ||
minZoom: 1, | minZoom: 1, | ||
Line 190: | Line 190: | ||
// tile range in one direction range is dependent on zoom level | // tile range in one direction range is dependent on zoom level | ||
// 0 = 1 tile, 1 = 2 tiles, 2 = 4 tiles, 3 = 8 tiles, etc | // 0 = 1 tile, 1 = 2 tiles, 2 = 4 tiles, 3 = 8 tiles, etc | ||
- | var tileRange = | + | var tileRange = 1 << zoom; |
// repeat across y-axis (vertically) | // repeat across y-axis (vertically) |
Revision as of 01:55, 6 April 2015
Coordinates