Skip to content

Commit 7259fa7

Browse files
committed
Version 1.0.4
1 parent 9e04e12 commit 7259fa7

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22

33
## Unreleased
44

5+
## 1.0.4 - 2023-06-27
6+
7+
### Changed
8+
9+
* QGIS Project - use a **project variable** `lizmap_pgrouting_enabled=yes` to activate the module.
10+
Before, the project file name must contain the word `pgrouting` so that the module was activated,
11+
which was not very practical.
12+
* Docs - Improve the installation documentation.
13+
* Docs - Adapt the SQL import example to the new field names of the BDTOPO road datasource.
14+
*
515
## 1.0.3 - 2023-06-27
616

717
### Fixed
818

9-
* Handle other projections than 4326 and 3857
19+
* Handle other map projections than `4326` and `3857`
1020

1121
## 1.0.2 - 2023-06-26
1222

pgrouting/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="pgrouting3liz.com" name="pgrouting" createdate="2021-04-29">
4-
<version date="2023-06-27">1.0.3</version>
4+
<version date="2023-06-27">1.0.4</version>
55
<label lang="en_US">pgrouting</label>
66
<description lang="en_US" />
77
<license URL="">Mozilla Public License : http://www.mozilla.org/MPL/</license>

0 commit comments

Comments
 (0)