Skip to content

Commit

Permalink
Version 3.1.1 - bugfix release
Browse files Browse the repository at this point in the history
Bugfix:
* SelectionTool: hide layers in dropdown menu when hideLayer option is True
* change layer style - drop-down list always shows default style
* Selection tool: Draw box irregular
* base layer - zoom to layer extent (external zoom to map max extent)

Bugfix from release 3.0 :
* Popups do not work after zoom
* Activate Grid on Composer map only if one is activated.
* Configure default max width and height for GetMap requests
* Print background: verifying the corresponding QGIS layer
* edition tool - upload files (more than one)
* not display the content (text or HTML) of the file for symbolik links
* Problems with sending point data to EPSG 2276

Locales:
* Update Brazilian
  • Loading branch information
rldhont committed Apr 18, 2017
1 parent c971ddf commit 70dca52
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.1.0
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.1.1
================================================================

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-03-07">3.1.0</version>
<version date="2017-04-18">3.1.1</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-03-07">3.1.0</version>
<version date="2017-04-18">3.1.1</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-03-07">3.1.0</version>
<version date="2017-04-18">3.1.1</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-03-07">3.1.0</version>
<version date="2017-04-18">3.1.1</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-03-07">3.1.0</version>
<version date="2017-04-18">3.1.1</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-03-07">3.1.0</version>
<version date="2017-04-18">3.1.1</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 70dca52

Please sign in to comment.