- Added workspaces and date_range_form to context processor. In your view you do not need to add these variables anymore. You can still provide your own workspaces or date_range_form by adding them in your view.
- Added context_processors.processor. This replaces the custom templatetags.map. See README for usage (TEMPLATE_CONTEXT_PROCESSORS).
- Added var html in lizard_map.js (Jslint).
1.59
-----------------
- (+) shows up when hovering above a workspace-acceptable. Previous it appeared only when clicking on a workspace-acceptable.
1.58
-----------------
- Moved WSGIImportScript outside VirtualHost in apache config template.
- Removed add-workspace-item button by default. It appears after clicking an item.
- Changed arrow to magnifier. Only shows magnifier if WorkspaceItem.has_extent is True.
- Added tests for google_to_srs and srs_to_google.
- Added WorkspaceItem.has_extent.
- Added transformation of projection on extent function.
1.57
-----------------
- Added tests for MapSettings.
- Added srid property to MapSettings.
1.56
-----------------
- Fixed update workspace bug.
1.55
-----------------
- Added coordinates.MapSettings. It makes life easier when reading from your django setting MAP_SETTINGS.
- Added support for client-side wms adapter. This will add, remove, reload wms layers client-side without reloading the page.