You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: de/book/versions.rst
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,23 @@ Die Übersicht der Meilensteine finden Sie auf Github unter: https://github.com/
8
8
Version 3.0.6.2
9
9
---------------
10
10
11
-
Release Datum: dd.mm.2017
11
+
Release Datum: 20.07.2017
12
12
13
13
**Bugfixes:**
14
14
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)
18
20
* ScaleHint bei Sublayern von 1:1 korrigiert (#565)
19
-
* SRS: Definitionen aktualisiert (#550, #562) und YAML-Standard-Anwendungen angepasst (#561)
20
21
* 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)
22
24
* Anpassungen Default-Wert "immediate" bei Messtool (#538)
25
+
* SRS: Definitionen aktualisiert (#550, #562) und YAML-Standard-Anwendungen angepasst (#561)
23
26
* Anpassungen an der Doku bei den Translations.
24
27
25
-
26
28
**Zusätzliche Update Schritte:**
27
29
28
30
**(1) Aktualisierung der EPSG-Codes**
@@ -31,7 +33,7 @@ Führen Sie nochmals den Befehl ``app/console doctrine:fixtures:load --fixtures=
31
33
32
34
**(2) Aktualisierung der Parameter im Map-Control**
33
35
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
Copy file name to clipboardExpand all lines: en/book/versions.rst
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,42 @@ Version history
5
5
6
6
You find the milestones at: https://github.com/mapbender/mapbender/milestones
7
7
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
0 commit comments