LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.This is the config stuff to make the config model possible
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.This is the backend stuff to make the config model possible
Committing gmap iconAlso, deleting a trailing space in the activity title that was screwing up the centeredness of the gmap text on the tool activity icon
LDEV-1853 The default geocoder address is now saveable along with the other gmap content, so teachers can decide what info the students start with. This commit fixes the jsp pages to do so
LDEV-1856 Resolved this issue by putting a javascript escape() around the title and info message when the markers are serialised for saving. Then when we redraw them later, the javascript unescape() function is used to put them back to their original form.
For LDEV-1851the isAuthored property of the marker should not be updated, only saved on the first time, otherwise any markers edited in monitor come unter the Authored user
Added in functionality that preserves the open user div when a new maker is added to the list. and the sidebar is subsequently refreshedalso added in some commenting.
LDEV-1847 - Fixed export portfolio so custom images for gmap are bundled with the export.Now the class is centralised in learner so this can be used in future for other tools.