- Nothing changed yet.
- Moved translations from lizardsystem project to lizard5 project (on translations.lizard.net). [reinout]
- Added more NL translations (and empty arabic translation files). [reinout]
- Update buildout.
- Implement GetFeatureInfo for json, gml and arcgis xml.
- Added date/time selection for GetFeatureInfo.
- Add CQL filter to GetFeatureInfo
- Make GetFeatureInfo zoom level aware.
- Remove animation icon on layers because lizard5 doesn't use animations.
- Updated to django 1.6.
- Add cql filtering escapes for wms params.
- Add chinese translations.
- Popup is shown regardless of 'name' in hover.
- Integrate wms layers with lizard security.
- Fix a bug when " = " is present in the feature value.
- Finetuned search radius on hover / click by request of Jonas. This might make clicking and hover on icons slightly harder!
- Feature info lines with no data, i.e. u'' are now recognized as valid feature lines during import.
- Synced our
wms_workspace_acceptable.html
template with lizard-map'sworkspace_acceptable.html
again. Not nice that we have to do that, this will need to be fixed one time.
- Added two extra renderers for featurelines: integers ('10') and float with two decimals ('10.26'). Feed it a number-like string and it works.
- Swiched dropdowns on filterpage for checkboxes.
- Added Dutch translations. We're now translated on https://translations.lizard.net/projects/p/lizardsystem/resource/lizard-wms/ .
- Added render option to featureline: show a link as 'click here for more info' text instead of a long URL. Both with-and-without-http URLs are supported.
- Refactored the featureline popup rendering: moved it to featureline itself so that proper tests could be added.
- Removed URLField's verify_exist attribute. Deprecated in Django 1.3.1, removed in 1.5.
- Wrapping the filterpage javascript in a compress tag to ensure it is fresh in the client's browser.
- UI fixes for filterpage: form submits itself on change automatically.
- URLs in the popup are now opened in a new window. Customers keep asking about this...
- Improved FilterPage's breadcrumbs. We need lizard-maptree >= 1.9 for this.
- Added dynamic refreshing of the sidebar's form. Quicker.
- Added filter icon to the workspace acceptable that links to the filterpage. The solution is not optimal, as it means more database queries. For a good solution, the lizard-ui/lizard-map css and sidebar handling needs an overhaul. And perhaps the relation filterpage-to-wmssource should be switched around.
- Using https://github.com/jdunck/python-unicodecsv instead of python's build-in csv module to prevent unicodedecodeerrors.
- Added parsing of excel-like dates (
40909.0
) in popups to2012-01-01
. - If you haven't properly configured a feature line for use in the hover, we won't show a more-or-less debug string anymore.
- Added FilterPage class which links to a WMS source. The WMS source's featurelines can be configured on the FilterPage as available filters.
- There's a view for the FilterPage that shows the available filters as dropdowns. The dropdown values depend on the values that can be found in the bounding box. Submitting the form filters on that value. TODO: make the interaction more dynamic (read: javascript).
- A CSV export of the filtered data is available.
- Current limitation: max 100 items on the filterpage.
- Fixed issue in chart.py/models.py. If the json returned by the database doesn't contain any data, the google column chart url method would fail. There's now a check that simply returns nothing if this error condition occurs.
- Fixed collage item naming on multiselect.
- Fixed urls.py, so it won't recusively include other lizard-* URLs when running as part of a site.
- Pass styles in GetFeatureInfo query.
- Add vendor option 'buffer' to WMS GetFeatureInfo query so the search radius is slightly larger on a map click.
- Set some link styling in popup.
- Refactored the popup table head. Deltaportaal needs a popup without a table head.
- Fix a bug that resets options and categories from wms sources when reloading their wms connection from admin.
- Rerelease due to missing migrations.
- Better mocking thanks to Remco.
- Added test for WMSSource creation from a WMSConnection.
- Added travis integration.
- WMSSource params combines _params and layer_name. This is to ease wms layer configuration.
- Properly set dependency versions.
- Add sort for WMSSource by index and display name; in admin sort is on display name.
- Added a checkbox on wms sources to omit them when searching (="clicking on the map").
- Added jsonfield-based metadata field to wms sources. The old metadata text field has been removed. The metadata is shown in the description (which means a popup for workspace acceptables).
- Split WMSSource name into a display_name and a layer_name, so synchonization won't break the display name.
- Added cql_filter options in the adapter_layer_json.
- Added a migration that removes the reproject option from all WMSSource and WMSConnection instances.
- Put a timeout of 10 seconds on WMS calls.
- Made legend background transparent.
- Support GetFeatureInfo for multi-layers.
- Added Google column chart support.
- Added popup with subtabs.
- Support ascending and descending sort on column charts.
- Added multi-url legend support.
- Added error handling for GetCapabilities 1.1.1 calls.
- Added checkbox for showing the legend of a WMS source (default: True). This way you can hide the legend if you know it to be bad or unclear.
- Hardcoded WMS version to 1.1.1 because owslib doesn't support 1.3.0. See #5
- Added admin site action for reloading WMS connections. This replaces the
fetch_wms_layers
management command. There is reasonable error reporting to help debug what's wrong with a WMS connection. - Add a custom label for the category selection field.
- Support custom legend url for map layers and show them in the sidebar. Do not show legends in the hover popup.
- Update WMS source features upon 'save'. Also added action to update the bounding boxes for all sources.
- Deal with zoom ratio (radius) on mouseover and popup (click) searches.
- Some popup table styling.
- XML attribute of WMS connections doesn't need to be filled in
- Added lots of geoserver integration including getFeatureInfo.
- Fixed wrong graft in MANIFEST.in.
- Included management commands in MANIFEST.in.
- README and CHANGES files are included in releases.
- Added rudimentary WMS getCapabilities support.
- Updated views to use the new lizard-maptree (0.3).
- Set minimum requirements for lizard-maptree, -map and -ui.
- Implemented workaround to handle the case that standard Python module "json" is only available in Python 2.6 and later versions (ticket 2688).
- Replaced view function with generic maptree view.
- Added initial functionality.
- Initial library skeleton created by nensskel. [Jack Ha]