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.17 -r1.18 --- lams_tool_gmap/web/includes/jsp/mapFunctions.jsp 22 Jul 2008 00:39:11 -0000 1.17 +++ lams_tool_gmap/web/includes/jsp/mapFunctions.jsp 22 Jul 2008 02:38:41 -0000 1.18 @@ -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)