[Commits] r2091 - sandbox/cmoullet/publicapi

commits at geoext.org commits at geoext.org
Mon Apr 19 16:24:29 CEST 2010


Author: cmoullet
Date: 2010-04-19 16:24:28 +0200 (Mon, 19 Apr 2010)
New Revision: 2091

Modified:
   sandbox/cmoullet/publicapi/map_map24.html
Log:
Invert coordinates...


Modified: sandbox/cmoullet/publicapi/map_map24.html
===================================================================
--- sandbox/cmoullet/publicapi/map_map24.html	2010-04-19 14:23:42 UTC (rev 2090)
+++ sandbox/cmoullet/publicapi/map_map24.html	2010-04-19 14:24:28 UTC (rev 2091)
@@ -19,7 +19,7 @@
         function map24ApiLoaded() {
             //Initialize mapping client and show map.
             Map24.MapApplication.init({ NodeName: "maparea" });
-            Map24.MapApplication.center( { Coordinate: new Map24.Coordinate( 48.8402, 2.5838 ), MinimumWidth: 460 } );
+            Map24.MapApplication.center( { Coordinate: new Map24.Coordinate( 2.5838,48.8402 ), MinimumWidth: 460 } );
         }
     </script>
 </head>



More information about the Commits mailing list