[Commits] r2092 - sandbox/cmoullet/publicapi

commits at geoext.org commits at geoext.org
Mon Apr 19 16:27:53 CEST 2010


Author: cmoullet
Date: 2010-04-19 16:27:52 +0200 (Mon, 19 Apr 2010)
New Revision: 2092

Modified:
   sandbox/cmoullet/publicapi/map_map24.html
Log:
Coordinates


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



More information about the Commits mailing list