lams_tool_gmap

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Using divs with float:left/right instead of tables to display map/sidebar correctly

max zoom of the fit markers changed from 15 to 16

Fixing up learner interface to resize the map when the window is resized

Fixing up export servlet for learner export portfolio

Fixing up map/sidebar divs using the float:left/right style

Fixing up map/sidebar divs using the float:left/right style

Added onkeypress (enter) evecnt catches to prevent the form from submitting when someone presses enter either editing a marker or using the geocoder

AND

Set up the divs correctly so the gmap resizes with the learner window, side and top margins are maintained

Added onkeypress (enter) evecnt catches to prevent the form from submitting when someone presses enter either editing a marker or using the geocoder

    • -1
    • +1
    ./web/pages/export/exportPortfolio.jsp
Made the z-level of the markers depend on what current marker is selected

Made the z-level of the markers depend on what current marker is selected

    • -2
    • +18
    ./web/includes/jsp/mapFunctions.jsp
Removing defunct mapFuntions.js

Fixed problem preventing deleted markers being removed from the sidebar

    • -221
    • +0
    ./web/includes/javascript/mapFunctions.js
Fixed problem preventing the current user from being diplayed in the sidebar unless they have saved a marker

Fixed up a problem with export/import tool content that was throwing an error when the user saves an imported gmap

some minor language changes

Slight inteface change for learner so group name does not go over the line in the sidebar

Removing the test button from the author interface

Added changes in to implement code and interfaces for grouping, this was previously un-implemented n monitor and learner

Added changes in to implement code and interfaces for grouping, this was previously un-implemented n monitor and learner

    • -31
    • +49
    ./conf/language/ApplicationResources.properties
  1. … 20 more files in changeset.
Optimising javascript in view pages

    • -40
    • +139
    ./web/pages/export/exportPortfolio.jsp
    • -17
    • +11
    ./web/pages/monitoring/headItems.jsp
Optimising the author javascript

    • -11
    • +0
    ./web/pages/authoring/headItems.jsp
Optimisting leanerHeader.jsp to use jstl tags better

*** empty log message ***

Working on monitoring view

    • -3
    • +0
    ./web/includes/javascript/monitoring.js
Images for the monitor user menu

    • binary
    ./web/images/tree_closed.gif
    • binary
    ./web/images/tree_open.gif
Implementing export sevlet

Fixed up GmapService for exporting the learning design activity correctly:

Previousl, the export xml was a bit wrong because a gmap has marker(s) and a marker has a gmap, so it got a bit ugly with nesting, nulling the marker's gmap object (as was done in forum) fixed the problem before the export

learner and monitor draft versions are done

    • binary
    ./web/images/collapse.gif
    • binary
    ./web/images/expand.gif
    • -1
    • +2
    ./web/includes/javascript/mapFunctions.js
    • -0
    • +0
    ./web/includes/javascript/mapFunctionsMonitoring.js
    • -3
    • +17
    ./web/includes/jsp/mapFunctions.jsp
    • -2
    • +157
    ./web/pages/monitoring/headItems.jsp
Fixed a problem with removing markers, that was causing the rest of the markers to not be updated after the first was removed

Also, fixed a problem that was creating a new gmapUser each time the sequence was saved and not using the existing one

Fixed a problem with removing markers, that was causing the rest of the markers to not be updated after the first was removed

Authoring is working, you can submit new markers and they will appear again when you go back to them.

  1. … 27 more files in changeset.