Skip to content

Commit 9f67cee

Browse files
committed
version information 3.0.6.2
1 parent 7a84cb8 commit 9f67cee

2 files changed

Lines changed: 42 additions & 9 deletions

File tree

de/book/versions.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@ Die Übersicht der Meilensteine finden Sie auf Github unter: https://github.com/
88
Version 3.0.6.2
99
---------------
1010

11-
Release Datum: dd.mm.2017
11+
Release Datum: 20.07.2017
1212

1313
**Bugfixes:**
1414

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

25-
2628
**Zusätzliche Update Schritte:**
2729

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

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

34-
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
36+
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
3537

3638

3739

en/book/versions.rst

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,42 @@ Version history
55

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

8+
Version 3.0.6.2
9+
---------------
10+
11+
Release date: 20.07.2017
12+
13+
**Bugfixes:**
14+
15+
* Search Router: Error with OpenLayers fixed (#543)
16+
* Search Router: Auto Close after Click in mobile application (#548)
17+
* Coordinate order (axis order) on requests to WMS 1.3.0 fixed (#529)
18+
* Print: Rendering of points and labels on high-resolution Print (#573, #574, #492)
19+
* Saving of WMC in WMC editor dialog (#577)
20+
* ScaleHint for sub-layers of 1:1 fixed (#565)
21+
* Widen the Title-Columns on Layerset-Instances (#559)
22+
* Command to update the image-path in existing map-elements (#530)
23+
* Translation of Print-button in FeatureInfo dialog (#552)
24+
* Change of default-value of "immediate" in measure-tools (#538)
25+
* SRS: Update of definitions (#550, #562) and update of YAML standard applications (#561)
26+
* Update documentation for handling of translations.
27+
28+
**Additional update steps:**
29+
30+
**(1) Update of EPSG-Codes**
31+
32+
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)).
33+
34+
**(2) Update of parameters im Map-Control**
35+
36+
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
37+
38+
839

940
Version 3.0.6.1
1041
---------------
1142

12-
Release Datum: 24.05.2017
43+
Release date: 24.05.2017
1344

1445
**Bugfixes:**
1546

0 commit comments

Comments
 (0)