From b6533a38fd94b2e7b839080d132bfbba9a719fd9 Mon Sep 17 00:00:00 2001 From: afabiani Date: Fri, 31 Jul 2020 12:01:00 +0200 Subject: [PATCH] - Bump to version 2.0.8 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b7586bad..6c5ed4c548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log +## 2.0.8 [2020-07-31] + +### Main features + +- Install `pip install django-mapstore-adapter>=2.0.4` instructions [Here](https://pypi.org/project/django-mapstore-adapter/) +- Install `pip install django-geonode-mapstore-client==2.0.8` instructions [Here](https://pypi.org/project/django-geonode-mapstore-client/2.0.8/) +- Based on [GeoNode MapStore Adapter v2.0.4+](https://github.com/GeoNode/django-mapstore-adapter/releases/tag/2.0.4) +- Based on [MapStore2 - v2020.02.00](https://github.com/geosolutions-it/MapStore2/releases/tag/v2020.02.00) + + ### Main Features + - **Story Map**: build your fascinating stories using MapStore contents and more. You are invited to discover this new interesting functionality by looking at the online documentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/exploring-stories/). Special thanks to the MapStore team for this. + - **Application Contexts**: as administrator you can now build and configure your own map viewer, share it and create maps on it, learn more looking at the online documentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/managing-contexts/). Special thanks to the MapStore team for this. + + ### Other Improvements + + - **Attribute Table**: the features selection by clicking on map now available, the online docomentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/filtering-layers/#quick-filter-by-clicked-point) + - **Measurements**: more advanced improvements have been provided, look at the online documentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/measure/) to learn more + - **Import/Export**: the WMC format is now available, the online documentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/import/) + - **Catalog Tool**: new source types are available like TMS and WFS, the online documentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/catalog/#catalog-types) + - **Identify Tool**: some new entries like the identify popup mode and the posibility to switch in edit mode by opening the attribute table, the online documentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/side-bar/#identify-tool) + - **Layer Settings**: you can now edit the legend size, look at the online documentation [here](https://mapstore.readthedocs.io/en/latest/user-guide/layer-settings/#display) + + + ### Links + + - **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2020.01.01...v2020.02.00)** + + - **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222020.02.00%22+is%3Aclosed+label%3Aenhancement)** + + - **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222020.02.00%22+is%3Aclosed+label%3Abug)** + + - **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222020.02.00%22+is%3Aclosed)** + +[Full Changelog](https://github.com/GeoNode/geonode-mapstore-client/compare/2.0.7...2.0.8) + +
  • 2020-07-31: afabiani - Bump MapStore2 to v2020.02.00 (https://github.com/geosolutions-it/MapStore2/releases/tag/v2020.02.00)
  • + ## 2.0.7 [2020-07-14] - Print Button not showing up anymore with latest updates diff --git a/VERSION b/VERSION index 6a0ca2d59d..e8f41f06d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.7 \ No newline at end of file +2.0.8 \ No newline at end of file