Skip to content

Commit

Permalink
Version 3.1.2 - bugfix release
Browse files Browse the repository at this point in the history
Bugfix:
* Fix errors when there is no public projects
* Correctly apply baselayer at startup when layername contains accentuated chars
* OSM Stamen Toner to https
* Enhance getLayerMetadataHtml
* base layer - zoom to layer extent
* Tooltip on LineString: strokeWidth too thin
* startupBaselayer - enhance get clean name

Locales:
* Update Portuguese
* Update Russian
  • Loading branch information
rldhont committed Jun 14, 2017
1 parent ef96ca3 commit 341fc66
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.1
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.1.2
================================================================

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-04-18">3.1.1</version>
<version date="2017-06-14">3.1.2</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-04-18">3.1.1</version>
<version date="2017-06-14">3.1.2</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-04-18">3.1.1</version>
<version date="2017-06-14">3.1.2</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-04-18">3.1.1</version>
<version date="2017-06-14">3.1.2</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-04-18">3.1.1</version>
<version date="2017-06-14">3.1.2</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-04-18">3.1.1</version>
<version date="2017-06-14">3.1.2</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 341fc66

Please sign in to comment.