SVN commit 578624 by furlongm: add GPD coords to map M +12 -1 css.inc M +2 -1 organization/map.js M +1 -2 organization/map.php --- trunk/www/areas/events/info/conference2006/css.inc #578623:578624 @@ -96,8 +96,19 @@ border-color: #666666; border-width: 1px; float: left; - margin: 0.3em ; + margin: 0.3em; padding: 0.3em; cursor: pointer; cursor: hand; } + +div#gpscoords { + + background-color: #EEEEEE; + border-style: solid; + border-color: #666666; + border-width: 1px; + margin: 0.3em; + text-align: center; + padding: 0.3em; +} --- trunk/www/areas/events/info/conference2006/organization/map.js #578623:578624 @@ -16,7 +16,8 @@ GEvent.addListener(map, "moveend", function() { var center = map.getCenter(); - document.getElementById("message").innerHTML = center.toString(); + center=center.toString().replace(/\(/," ").replace(/\)/," "); + document.getElementById("gpscoords").innerHTML = "GPS Coordinates:"+center; }); map.addControl(new GLargeMapControl()); --- trunk/www/areas/events/info/conference2006/organization/map.php #578623:578624 @@ -10,9 +10,8 @@

This map contains the various locations that are of interest to aKademy participants. Click on the following buttons to show the location, and related information.




+
Loading aKademy 2006 Map...
If the map does not appear, enable javascript in your web browser.

- -