Index: lams_tool_gmap/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r66fd0a0bbc39ea3aa52ec79313f68e10a7d3095f -ra3bb7dc7925483a1db6eb3cb017f654cd85c1a4c --- lams_tool_gmap/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 66fd0a0bbc39ea3aa52ec79313f68e10a7d3095f) +++ lams_tool_gmap/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision a3bb7dc7925483a1db6eb3cb017f654cd85c1a4c) @@ -58,6 +58,11 @@ label.filename =Filename label.type =Type label.attachments =Attachments +label.authoring.authoredMarkers =Authored markers +label.legend.unsaved =Unsaved: +label.legend.saved =Saved: +label.legend.edited =Edited: +label.legend.userSelected =User Selected: link.view =View link.download =Download link.delete =Delete Index: lams_tool_gmap/web/common/mapLegend.jsp =================================================================== diff -u --- lams_tool_gmap/web/common/mapLegend.jsp (revision 0) +++ lams_tool_gmap/web/common/mapLegend.jsp (revision a3bb7dc7925483a1db6eb3cb017f654cd85c1a4c) @@ -0,0 +1,24 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + +
+ + + + + + + + + + + + + + +
+
+ + Index: lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js =================================================================== diff -u -r2c4300753b3ced341b670f0224d47c66dba338b1 -ra3bb7dc7925483a1db6eb3cb017f654cd85c1a4c --- lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js (.../mapFunctionsAuthoring.js) (revision 2c4300753b3ced341b670f0224d47c66dba338b1) +++ lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js (.../mapFunctionsAuthoring.js) (revision a3bb7dc7925483a1db6eb3cb017f654cd85c1a4c) @@ -78,10 +78,11 @@ function refreshSideBarAuthoring() { //marker.sideBarLinkPrefix = ""; var i=0; for (;i"; Index: lams_tool_gmap/web/pages/authoring/basic.jsp =================================================================== diff -u -r2e4bad0361cc0197660090d6f39b0554d4b90b57 -ra3bb7dc7925483a1db6eb3cb017f654cd85c1a4c --- lams_tool_gmap/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 2e4bad0361cc0197660090d6f39b0554d4b90b57) +++ lams_tool_gmap/web/pages/authoring/basic.jsp (.../basic.jsp) (revision a3bb7dc7925483a1db6eb3cb017f654cd85c1a4c) @@ -2,6 +2,7 @@ + @@ -27,7 +28,8 @@
-
+ +
@@ -65,9 +67,7 @@ markers = new Array(); geocoder = new GClientGeocoder(); - - //currUser = '${gmapUser.firstName} ${gmapUser.lastName}'; - //currUserId = '${gmapUser.uid}'; + currUser = ''; currUserId = '0'; map.setCenter(new GLatLng('${formBean.gmap.mapCenterLatitude}', '${formBean.gmap.mapCenterLongitude}' )); Index: lams_tool_gmap/web/pages/authoring/headItems.jsp =================================================================== diff -u -rbaf5d2db55e5db78d24d07464b301c0568762607 -ra3bb7dc7925483a1db6eb3cb017f654cd85c1a4c --- lams_tool_gmap/web/pages/authoring/headItems.jsp (.../headItems.jsp) (revision baf5d2db55e5db78d24d07464b301c0568762607) +++ lams_tool_gmap/web/pages/authoring/headItems.jsp (.../headItems.jsp) (revision a3bb7dc7925483a1db6eb3cb017f654cd85c1a4c) @@ -9,8 +9,9 @@