fix typo in flight paths example
This commit is contained in:
parent
732092a0c1
commit
215c364182
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue