Skip to content

Commit

Permalink
Version 3.0.17 - bugfix release
Browse files Browse the repository at this point in the history
Bugfix:
* LWC doesn't auto refresh the map in the case of related spatial tables ("on delete")
* Add EPSG2056
* Update admin unlocalize string
* Delete related features from popup - "no object has been found at this location" -> close popup
* cleanName: if aName in cleanNameMap return it.
* Attribute table and WFS url to get feature
* Force groupAsLayer
* Unknown inverted axis
* GetPrint for inverted axis projection
* Fix some CSS management
* Permalink module can be disabled
* the way the switcher height is calculated
* Dock height

Locales:
* Update French, Galician, Portuguese, German and Dutch
* Add Romanian
  • Loading branch information
rldhont committed Nov 2, 2017
1 parent 2174f66 commit 5dc925f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.0.16
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.0.17
================================================================

Lizmap web application, by 3LIZ.
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/admin/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="[email protected]" name="admin" createdate="2012-07-27">
<version date="2017-09-18">3.0.16</version>
<version date="2017-11-02">3.0.17</version>
<label lang="en_US">admin</label>
<description lang="en_US" />
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/dynamicLayers/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="dynamicLayers3liz.com" name="dynamicLayers" createdate="2015-10-05">
<version date="2017-09-18">3.0.16</version>
<version date="2017-11-02">3.0.17</version>
<label lang="en_US">dynamicLayers</label>
<description lang="en_US" />
<license URL="">All rights reserved</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/lizmap/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="[email protected]" name="lizmap" createdate="2011-06-15">
<version date="2017-09-18">3.0.16</version>
<version date="2017-11-02">3.0.17</version>
<label lang="en_US">lizmap</label>
<description lang="en_US" />
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/proj4php/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="proj4php3liz.com" name="proj4php" createdate="2015-03-13">
<version date="2017-09-18">3.0.16</version>
<version date="2017-11-02">3.0.17</version>
<label lang="en_US">proj4php</label>
<description lang="en_US" />
<license URL="https://www.gnu.org/licenses/lgpl.html">GNU LESSER GENERAL PUBLIC LICENSE Version 3</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/view/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="[email protected]" name="view" createdate="2011-09-12">
<version date="2017-09-18">3.0.16</version>
<version date="2017-11-02">3.0.17</version>
<label lang="en_US">view</label>
<description lang="en_US" />
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/project.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://jelix.org/ns/project/1.0">
<info id="[email protected]" name="lizmap" createdate="2011-08-01">
<version date="2017-09-18">3.0.16</version>
<version date="2017-11-02">3.0.17</version>
<label lang="en_US">Lizmap Web Client</label>
<description lang="en_US"/>
<license URL="http://www.mozilla.org/MPL/">Mozilla Public Licence</license>
Expand Down

0 comments on commit 5dc925f

Please sign in to comment.