Index: lams_tool_gmap/conf/language/lams/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/conf/language/lams/ApplicationResources.properties,v
diff -u -r1.11 -r1.12
--- lams_tool_gmap/conf/language/lams/ApplicationResources.properties 22 Jul 2008 00:19:25 -0000 1.11
+++ lams_tool_gmap/conf/language/lams/ApplicationResources.properties 22 Jul 2008 00:39:09 -0000 1.12
@@ -106,5 +106,6 @@
label.on=On
label.off=Off
label.unsavedMarkers =You have unsaved markers, they will be lost if you choose to continue. Do you want to continue anyway?
+button.refresh =Refresh Map
#======= End labels: Exported 76 labels for en AU =====
Index: lams_tool_gmap/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/conf/language/lams/ApplicationResources_en_AU.properties,v
diff -u -r1.6 -r1.7
--- lams_tool_gmap/conf/language/lams/ApplicationResources_en_AU.properties 22 Jul 2008 00:19:25 -0000 1.6
+++ lams_tool_gmap/conf/language/lams/ApplicationResources_en_AU.properties 22 Jul 2008 00:39:10 -0000 1.7
@@ -106,5 +106,5 @@
label.on=On
label.off=Off
label.unsavedMarkers =You have unsaved markers, they will be lost if you choose to continue. Do you want to continue anyway?
-
+button.refresh =Refresh Map
#======= End labels: Exported 76 labels for en AU =====
Index: lams_tool_gmap/web/includes/jsp/mapFunctions.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/web/includes/jsp/mapFunctions.jsp,v
diff -u -r1.16 -r1.17
--- lams_tool_gmap/web/includes/jsp/mapFunctions.jsp 22 Jul 2008 00:18:45 -0000 1.16
+++ lams_tool_gmap/web/includes/jsp/mapFunctions.jsp 22 Jul 2008 00:39:11 -0000 1.17
@@ -219,7 +219,7 @@
if (selectedMarker == -1 && markerSpanToSelect != null)
{
- document.getElementById("markerSpan" + id).style.backgroundColor = "orange";
+ document.getElementById("markerSpan" + id).style.backgroundColor = "#FFFFCC";
selectedMarker = id;
}
else if (selectedMarker == id && selectedMarkerSpan!= null)
@@ -230,7 +230,7 @@
else if (selectedMarkerSpan != null && markerSpanToSelect!= null)
{
document.getElementById("markerSpan" + selectedMarker).style.backgroundColor = "";
- document.getElementById("markerSpan" + id).style.backgroundColor = "orange";
+ document.getElementById("markerSpan" + id).style.backgroundColor = "#FFFFCC";
selectedMarker = id;
}
}
@@ -393,6 +393,31 @@
}
}
+// refreshes the page
+function refresh()
+{
+ var i =0;
+ for (;i