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.6 -r1.7 --- lams_tool_gmap/conf/language/lams/ApplicationResources.properties 4 Jul 2008 02:36:04 -0000 1.6 +++ lams_tool_gmap/conf/language/lams/ApplicationResources.properties 8 Jul 2008 06:50:08 -0000 1.7 @@ -7,10 +7,10 @@ #=================== labels for Gmap =================# tool.display.name =Gmap -tool.description =Google Map Tool +tool.description =Google Mapping Tool activity.title =Gmap -activity.description =Google Map Tool -activity.helptext =Google Map Tool +activity.description =Google Mapping Tool +activity.helptext =Google Mapping Tool pageTitle.authoring =Gmap Authoring button.basic =Basic button.advanced =Advanced @@ -99,6 +99,7 @@ message.alertContentEdit =Warning: One of more students have accessed this activity. Changing this content will result in students getting different information. error.cantLoadMap =Could not load map. +error.gmapKeyMissing =LAMS does not have a Google Maps API key set up, please contact your system administrator. #======= 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.3 -r1.4 --- lams_tool_gmap/conf/language/lams/ApplicationResources_en_AU.properties 4 Jul 2008 03:43:31 -0000 1.3 +++ lams_tool_gmap/conf/language/lams/ApplicationResources_en_AU.properties 8 Jul 2008 06:50:08 -0000 1.4 @@ -7,9 +7,10 @@ #=================== labels for Gmap =================# tool.display.name =Gmap -tool.description =Gmap Tool -activity.title =Gmap -activity.description =Gmap Tool +tool.description =Google Mapping Tool +activity.title =Gmap +activity.description =Google Mapping Tool +activity.helptext =Google Mapping Tool pageTitle.authoring =Gmap Authoring button.basic =Basic button.advanced =Advanced @@ -98,6 +99,7 @@ message.alertContentEdit =Warning: One of more students have accessed this activity. Changing this content will result in students getting different information. error.cantLoadMap =Could not load map. +error.gmapKeyMissing =LAMS does not have a Google Maps API key set up, please contact your system administrator. #======= End labels: Exported 76 labels for en AU ===== Index: lams_tool_gmap/conf/language/rams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/conf/language/rams/Attic/ApplicationResources.properties,v diff -u -r1.3 -r1.4 --- lams_tool_gmap/conf/language/rams/ApplicationResources.properties 4 Jul 2008 03:43:31 -0000 1.3 +++ lams_tool_gmap/conf/language/rams/ApplicationResources.properties 8 Jul 2008 06:50:08 -0000 1.4 @@ -7,9 +7,10 @@ #=================== labels for Gmap =================# tool.display.name =Gmap -tool.description =Gmap Tool -activity.title =Gmap -activity.description =Gmap Tool +tool.description =Google Mapping Tool +activity.title =Gmap +activity.description =Google Mapping Tool +activity.helptext =Google Mapping Tool pageTitle.authoring =Gmap Authoring button.basic =Basic button.advanced =Advanced @@ -98,6 +99,7 @@ message.alertContentEdit =Warning: One of more students have accessed this activity. Changing this content will result in students getting different information. error.cantLoadMap =Could not load map. +error.gmapKeyMissing =LAMS does not have a Google Maps API key set up, please contact your system administrator. #======= End labels: Exported 76 labels for en AU ===== Index: lams_tool_gmap/conf/language/rams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/conf/language/rams/Attic/ApplicationResources_en_AU.properties,v diff -u -r1.3 -r1.4 --- lams_tool_gmap/conf/language/rams/ApplicationResources_en_AU.properties 4 Jul 2008 03:43:31 -0000 1.3 +++ lams_tool_gmap/conf/language/rams/ApplicationResources_en_AU.properties 8 Jul 2008 06:50:08 -0000 1.4 @@ -7,9 +7,10 @@ #=================== labels for Gmap =================# tool.display.name =Gmap -tool.description =Gmap Tool -activity.title =Gmap -activity.description =Gmap Tool +tool.description =Google Mapping Tool +activity.title =Gmap +activity.description =Google Mapping Tool +activity.helptext =Google Mapping Tool pageTitle.authoring =Gmap Authoring button.basic =Basic button.advanced =Advanced @@ -98,6 +99,7 @@ message.alertContentEdit =Warning: One of more students have accessed this activity. Changing this content will result in students getting different information. error.cantLoadMap =Could not load map. +error.gmapKeyMissing =LAMS does not have a Google Maps API key set up, please contact your system administrator. #======= 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.11 -r1.12 --- lams_tool_gmap/web/includes/jsp/mapFunctions.jsp 7 Jul 2008 23:51:18 -0000 1.11 +++ lams_tool_gmap/web/includes/jsp/mapFunctions.jsp 8 Jul 2008 06:50:08 -0000 1.12 @@ -6,19 +6,30 @@ + + <%= Configuration.get(ConfigurationKeys.GMAP_KEY) %> + + + + + + + + + - - - \ No newline at end of file