Skip to content

Releases: 3liz/lizmap-pgrouting-module

1.1.2

24 Jul 13:02
Compare
Choose a tag to compare

🐛 Fixed

  • JS: Using addToolLayer
  • Tests: environnement for LWC 3.8

Full changelog between 1.1.1 and 1.1.2: 1.1.1...1.1.2

1.0.9

18 Jan 14:32
Compare
Choose a tag to compare

🐛 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

11 Jul 15:23
Compare
Choose a tag to compare

🐛 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

06 Jul 08:40
Compare
Choose a tag to compare

♻ 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

30 Jun 14:29
Compare
Choose a tag to compare

♻ 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

29 Jun 09:31
Compare
Choose a tag to compare

🐛 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

27 Jun 14:33
Compare
Choose a tag to compare

♻ Changed

  • QGIS Project - use a project variable lizmap_pgrouting_enabled=yes to activate the module.
    Before, the project file name must contain the word pgrouting 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

27 Jun 07:57
Compare
Choose a tag to compare

🐛 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

26 Jun 11:01
Compare
Choose a tag to compare

⭐ 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

21 Jun 07:43
Compare
Choose a tag to compare

⭐ 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 parameter user_group)

Full changelog between 1.0.0 and 1.0.1: 1.0.0...1.0.1