[Commits] r2093 - sandbox/cmoullet/publicapi
commits at geoext.org
commits at geoext.org
Mon Apr 19 16:33:51 CEST 2010
Author: cmoullet
Date: 2010-04-19 16:33:51 +0200 (Mon, 19 Apr 2010)
New Revision: 2093
Modified:
sandbox/cmoullet/publicapi/map_map24.html
Log:
Test
Modified: sandbox/cmoullet/publicapi/map_map24.html
===================================================================
--- sandbox/cmoullet/publicapi/map_map24.html 2010-04-19 14:27:52 UTC (rev 2092)
+++ sandbox/cmoullet/publicapi/map_map24.html 2010-04-19 14:33:51 UTC (rev 2093)
@@ -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*60, 2.5838*60 ), MinimumWidth: 460 } );
+ Map24.MapApplication.center( { Coordinate: new Map24.Coordinate(155.028,2930.412), MinimumWidth: 460 } );
}
</script>
</head>
More information about the Commits
mailing list