Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 46: | Line 46: | ||
// like the standard Google map tiles. | // like the standard Google map tiles. | ||
function getNormalizedCoord(coord, zoom) { | function getNormalizedCoord(coord, zoom) { | ||
- | var y = | + | var y = coord.y; |
var x = coord.x; | var x = coord.x; | ||
Line 65: | Line 65: | ||
return { | return { | ||
x: x, | x: x, | ||
- | y: | + | y: 2y |
}; | }; | ||
} | } |
Revision as of 09:34, 3 April 2015