Index: lams_tool_gmap/web/includes/jsp/mapFunctions.jsp =================================================================== diff -u -rd697a4de98c3915e665e06207c1e382f24a7ff79 -rb0a923d1380f2cfe4c0dae6afae313726edd88c0 --- lams_tool_gmap/web/includes/jsp/mapFunctions.jsp (.../mapFunctions.jsp) (revision d697a4de98c3915e665e06207c1e382f24a7ff79) +++ lams_tool_gmap/web/includes/jsp/mapFunctions.jsp (.../mapFunctions.jsp) (revision b0a923d1380f2cfe4c0dae6afae313726edd88c0) @@ -138,6 +138,14 @@ return GOverlay.getZIndex(marker.getPoint().lat()) + marker.importance*1000000; } +// Changes the marker state to edit, then refreshes the info window +function editMarker(x) +{ + markers[x].editingOn = true; + updateMarkerInfoWindowHtml(markers[x]); + openInfoWindow(x); +} + // opens/closes the user's sidebar div onclick function makeUsersSideBarVisible(id) { @@ -400,7 +408,7 @@ for (;i'); if (ans)