Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 14: | Line 14: | ||
var bound = Math.pow(2, zoom); | var bound = Math.pow(2, zoom); | ||
return '/maptiles/' + | return '/maptiles/' + | ||
- | zoom + ' | + | zoom + '/' + normalizedCoord.y + '_' + |
- | normalizedCoord. | + | normalizedCoord.x + '.jpg'; |
}, | }, | ||
tileSize: new google.maps.Size(256, 256), | tileSize: new google.maps.Size(256, 256), |
Revision as of 09:21, 3 April 2015