fix error in flight paths example

This commit is contained in:
rolux 2013-11-19 03:42:28 +01:00
parent 70f4aec2cb
commit 732092a0c1

View file

@ -51,8 +51,8 @@ Ox.load('Image', function() {
/*
Ox.getXYByLatLng takes a lat/lng pair and returns its x/y position on a
1×1 Mercator position, <code>{x: 0, y: 0}</code> being the bottom left,
<code>{x: 1, y: 1}</code> being the top right.
1×1 Mercator position, <code>{x: 0, y: 0}</code> being the top left,
<code>{x: 1, y: 1}</code> being the bottom right.
*/
function getXY(point) {
var xy = Ox.getXYByLatLng(point);