Releases: 3liz/lizmap-pgrouting-module
Releases · 3liz/lizmap-pgrouting-module
1.1.2
1.0.9
🐛 Fixed
- Fix:
copy-route
button not visible when active with Lizmap 3.7
♻ Changed
- Update QGIS test project to 3.28 for Lizmap 3.7
- Add a localized string for the dock title instead of
pgRouting
- Fix some typo
Full changelog between 1.0.8 and 1.0.9: 1.0.8...1.0.9
1.0.8
🐛 Fixed
- Fix: correct built JS
- Install assets outside the assets/ directory, as it is reserved to Lizmap.
Full changelog between 1.0.7 and 1.0.8: 1.0.7...1.0.8
1.0.7
♻ Changed
- Rename pgrouting.umd.cjs to pgrouting.umd.js for better web server support
🐛 Fixed
- Fix rights on pgrouting schema sequences to allow the user to set or reset
the PostgreSQL sequences when re-importing edges and nodes
Full changelog between 1.0.6 and 1.0.7: 1.0.6...1.0.7
1.0.6
♻ Changed
- Improve the style of the route and start, intermediate & end points
🐛 Fixed
- Geometry saved to local storage & WKT exported - Export all the missing nodes.
Full changelog between 1.0.5 and 1.0.6: 1.0.5...1.0.6
1.0.5
🐛 Fixed
- Upgrade method - Overwrite the existing JavaScript and CSS files by the new versions
when running the upgrade.
Full changelog between 1.0.4 and 1.0.5: 1.0.4...1.0.5
1.0.4
♻ Changed
- QGIS Project - use a project variable
lizmap_pgrouting_enabled=yes
to activate the module.
Before, the project file name must contain the wordpgrouting
so that the module was activated,
which was not very practical. - Docs - Improve the installation documentation.
- Docs - Adapt the SQL import example to the new field names of the BDTOPO road datasource.
Full changelog between 1.0.3 and 1.0.4: 1.0.3...1.0.4
1.0.3
🐛 Fixed
- Handle other projections than 4326 and 3857
Full changelog between 1.0.2 and 1.0.3: 1.0.2...1.0.3
1.0.2
⭐ Added
Missing script to call during the upgrade, to set write access to a group on the pgrouting schema
Full changelog between 1.0.1 and 1.0.2: 1.0.1...1.0.2
1.0.1
⭐ Added
- Trigger a Lizmap event
lizmapPgroutingWktGeometryExported
containing the generated WKT
to allow JavaScript scripts for LWC <= 3.6 to use the generated route geometry.
♻ Changed
- Installation - Grant the write access on the schema
pgrouting
and its content to the
given group (use installation parameteruser_group
)
Full changelog between 1.0.0 and 1.0.1: 1.0.0...1.0.1