From 215c364182cbe2a2a44fec42a88252348f89c883 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Nov 2013 03:43:59 +0100 Subject: [PATCH] fix typo in flight paths example --- examples/maps/flight_paths/js/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/maps/flight_paths/js/example.js b/examples/maps/flight_paths/js/example.js index 60e7da12..b43fdfb4 100644 --- a/examples/maps/flight_paths/js/example.js +++ b/examples/maps/flight_paths/js/example.js @@ -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, {x: 0, y: 0} being the top left, + 1×1 Mercator projection, {x: 0, y: 0} being the top left, {x: 1, y: 1} being the bottom right. */ function getXY(point) {