fix typo in flight paths example

This commit is contained in:
rolux 2013-11-19 03:43:59 +01:00
parent 732092a0c1
commit 215c364182

View file

@ -51,7 +51,7 @@ 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 top left,
1×1 Mercator projection, <code>{x: 0, y: 0}</code> being the top left,
<code>{x: 1, y: 1}</code> being the bottom right.
*/
function getXY(point) {