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, | ||
Line 25: | Line 25: | ||
function initialize() { | function initialize() { | ||
- | var Fragotown = new google.maps.LatLng( | + | var Fragotown = new google.maps.LatLng(89.62,33.4); |
var mapOptions = { | var mapOptions = { | ||
center: Fragotown, | center: Fragotown, |
Revision as of 03:39, 5 April 2015