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