Skip to content

Commit

Permalink
Lizmap-Web-Client - Release version 3.0.0
Browse files Browse the repository at this point in the history
Localizations:
* Polish from Slawomir Bienias
* Russian from Petr Tsymbarovich

Features:
* Review map HTML page
* Improve performance
* Enhancement modularity with a Dock System
* Enhancement of the Attribute table module
* Review Edition module
* Add WMTS - Publishing cahced layers as WMTS layer
* Add WMTS seeding in cli
* Add Tooltips module
* Add Geobookmarks module
* Add IGN Cadastral baselayer
* Add export layers
* Edition - Manage relations
* Edition - Use QGIS drag&drop form layout with tabs and groups if available
* Edition - Layer with textual primary key field(s) can be edited
* Popup - Add GetFeatureInfo tolerance to improve object detection on mobile devices
* Popup - Query external WMS layer
* Add short name support
* Media JS and CSS files - load files in order and improve mime-type detection
* Map - Add WMTS service URL in description and metadata panel

Bugfixes:
* https://github.com/3liz/lizmap-web-client/issues?q=milestone%3A3.0+is%3Aclosed
  • Loading branch information
rldhont committed Jun 6, 2016
1 parent c836fda commit afd0553
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
20 changes: 13 additions & 7 deletions README.md
@@ -1,4 +1,4 @@
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.0beta4
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.0.0
================================================================

Lizmap web application, by 3LIZ.
Expand All @@ -21,15 +21,21 @@ The Initial Developer of the Original Code are René-Luc D'Hont <rldhont@3liz.co
Contributors
--------------

* Paolo Cavallini <cavallini@faunalia.it>
* Salvatore Larosa <lrssvtml@gmail.com>
* Giovanni Manghi <giovanni.manghi@gmail.com>
* Paolo Cavallini
* Salvatore Larosa
* Giovanni Manghi
* Vitor Jorge
* Nicolas Boisteault
* Arno <ntelerm@yahoo.gr>
* vherreros
* jaitor1
* Arnaud Deleurme
* Víctor Herreros
* Aitor Gil
* Felix Kuehne
* João Gaspar
* Sławomir Bienias
* Petr Tsymbarovich
* Alessandro Fanna
* Marta Puppo
* Pietro Rossin

Documentation
--------------
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
@@ -1,5 +1,5 @@
Upgrading to Lizmap 3.0
=======================
========================

First, be sure that your lizmap installation has been upgraded to the latest version
of 2.x.
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/admin/module.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="info@3liz.com" name="admin" createdate="2012-07-27">
<version date="2016-04-04">3.0beta4</version>
<version date="2016-06-06">3.0.0</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
@@ -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="2016-01-13">3.0beta3</version>
<version date="2016-06-06">3.0.0</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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="info@3liz.com" name="lizmap" createdate="2011-06-15">
<version date="2016-05-05">3.0beta4.1</version>
<version date="2016-06-06">3.0.0</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
@@ -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="2015-03-13">0.1pre</version>
<version date="2016-06-06">3.0.0</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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="info@3liz.com" name="view" createdate="2011-09-12">
<version date="2016-04-04">3.0beta4</version>
<version date="2016-06-06">3.0.0</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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://jelix.org/ns/project/1.0">
<info id="info@3liz.com" name="lizmap" createdate="2011-08-01">
<version date="2016-04-04">3.0beta4</version>
<version date="2016-06-06">3.0.0</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 afd0553

Please sign in to comment.