Skip to content

Commit

Permalink
version information 3.0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AxxL committed Jul 19, 2017
1 parent 7a84cb8 commit 9f67cee
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 9 deletions.
18 changes: 10 additions & 8 deletions de/book/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ Die Übersicht der Meilensteine finden Sie auf Github unter: https://github.com/
Version 3.0.6.2
---------------

Release Datum: dd.mm.2017
Release Datum: 20.07.2017

**Bugfixes:**

* Kommando, um den Imagepfad in bestehenden Map-Elementen zu aktualisieren (#530)
* Übersetzung Drucken im FeatureInfo Schaltfläche (#552)
* Legende in Druck-Client (#559)
* Search Router: Fehler mit OpenLayers gefixt (#543)
* Search Router: Auto Close nach dem Klick in der mobilen Anwendung (#548)
* Koordinaten-Reihenfolge bei Anfragen an WMS 1.3.0 gefixt (#529)
* Druck: Darstellung von Punkten und Labels bei hochauflösendem Druck (#573, #574, #492)
* Abspeichern von WMC im WMC Editor Dialog (#577)
* ScaleHint bei Sublayern von 1:1 korrigiert (#565)
* SRS: Definitionen aktualisiert (#550, #562) und YAML-Standard-Anwendungen angepasst (#561)
* Verbreiterung der Titel-Spalte bei Layerset-Instanzen (#559)
* Koordinaten-Reihenfolge bei Anfragen an WMS 1.3.0 gefixt (#529)
* Kommando, um den Imagepfad in bestehenden Map-Elementen zu aktualisieren (#530)
* Übersetzung Drucken Schaltfläche im FeatureInfo Dialog (#552)
* Anpassungen Default-Wert "immediate" bei Messtool (#538)
* SRS: Definitionen aktualisiert (#550, #562) und YAML-Standard-Anwendungen angepasst (#561)
* Anpassungen an der Doku bei den Translations.


**Zusätzliche Update Schritte:**

**(1) Aktualisierung der EPSG-Codes**
Expand All @@ -31,7 +33,7 @@ Führen Sie nochmals den Befehl ``app/console doctrine:fixtures:load --fixtures=

**(2) Aktualisierung der Parameter im Map-Control**

Führen Sie den Befehl ``app/console mapbender:upgrade:database`` aus, um den OL-ImagePath Parameter des Map-Controls anzupassen: Von ``bundles/mapbendercore/mapquery/lib/openlayers/img`` nach ``components/mapquery/lib/openlayers/img``. Andernfalls werden Sie bei der Nutzung des POI-Elements bzw. dem Aufruf des Mapbenders mit dem poi-Parameter, keine Sprechblase sehen. Beispiel: https://demo.mapbender3.org/application/mapbender_user?poi[point]=366164%2C5623183&poi[scale]=25000&poi[label]=Please+take+a+look+at+this+POI%3A
Führen Sie den Befehl ``app/console mapbender:upgrade:database`` aus, um den OL-ImagePath Parameter des Map-Controls anzupassen: Von ``bundles/mapbendercore/mapquery/lib/openlayers/img`` nach ``components/mapquery/lib/openlayers/img``. Das ist notwendig, falls Sie das POI-Elements nutzen bzw. Mapbender mit dem poi-Parameter aufrufen und keine Sprechblase für den POI sehen. Beispiel: https://demo.mapbender3.org/application/mapbender_user?poi[point]=366164%2C5623183&poi[scale]=25000&poi[label]=Please+take+a+look+at+this+POI%3A



Expand Down
33 changes: 32 additions & 1 deletion en/book/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,42 @@ Version history

You find the milestones at: https://github.com/mapbender/mapbender/milestones

Version 3.0.6.2
---------------

Release date: 20.07.2017

**Bugfixes:**

* Search Router: Error with OpenLayers fixed (#543)
* Search Router: Auto Close after Click in mobile application (#548)
* Coordinate order (axis order) on requests to WMS 1.3.0 fixed (#529)
* Print: Rendering of points and labels on high-resolution Print (#573, #574, #492)
* Saving of WMC in WMC editor dialog (#577)
* ScaleHint for sub-layers of 1:1 fixed (#565)
* Widen the Title-Columns on Layerset-Instances (#559)
* Command to update the image-path in existing map-elements (#530)
* Translation of Print-button in FeatureInfo dialog (#552)
* Change of default-value of "immediate" in measure-tools (#538)
* SRS: Update of definitions (#550, #562) and update of YAML standard applications (#561)
* Update documentation for handling of translations.

**Additional update steps:**

**(1) Update of EPSG-Codes**

Execute again the command ``app/console doctrine:fixtures:load --fixtures=mapbender/src/Mapbender/CoreBundle/DataFixtures/ORM/Epsg/ --append``. Two new coordinate-systems are added to the Mapbender database-table ``mb_core_srs``: EPSG:4839|ETRS89 / LCC Germany (N-E) and EPSG:5243|ETRS89 / LCC Germany (E-N)).

**(2) Update of parameters im Map-Control**

Execute the command ``app/console mapbender:upgrade:database``, to update the OL-imagePath Parameter from ``bundles/mapbendercore/mapquery/lib/openlayers/img`` to ``components/mapquery/lib/openlayers/img``. This is necessary if you use the POI-Elements or call Mapbender with the poi-parameter and see no bubble-icon for the poi. Example: https://demo.mapbender3.org/application/mapbender_user?poi[point]=366164%2C5623183&poi[scale]=25000&poi[label]=Please+take+a+look+at+this+POI%3A



Version 3.0.6.1
---------------

Release Datum: 24.05.2017
Release date: 24.05.2017

**Bugfixes:**

Expand Down

0 comments on commit 9f67cee

Please sign in to comment.