fix error in flight paths example
This commit is contained in:
parent
70f4aec2cb
commit
732092a0c1
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ Ox.load('Image', function() {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Ox.getXYByLatLng takes a lat/lng pair and returns its x/y position on a
|
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,
|
1×1 Mercator position, <code>{x: 0, y: 0}</code> being the top left,
|
||||||
<code>{x: 1, y: 1}</code> being the top right.
|
<code>{x: 1, y: 1}</code> being the bottom right.
|
||||||
*/
|
*/
|
||||||
function getXY(point) {
|
function getXY(point) {
|
||||||
var xy = Ox.getXYByLatLng(point);
|
var xy = Ox.getXYByLatLng(point);
|
||||||
|
|
Loading…
Reference in a new issue