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(256, 256), |
maxZoom: 4, | maxZoom: 4, | ||
minZoom: 1, | minZoom: 1, |
Revision as of 01:57, 6 April 2015
Coordinates