anyways-open / impact-qgis-plugin

QGIS plugin as part of the ANYWAYS Impact tools.
https://www.anyways.eu
MIT License
2 stars 0 forks source link

Feature/api upgrade #31

Closed pietervdvn closed 2 years ago

pietervdvn commented 2 years ago

First version which works with the new (prototype) publish API.

Before this can be merged, a few finishing touches should be made:

pietervdvn commented 2 years ago

Note that the new publish-API uses lon,lat in more places then the previous version. As such, lon,lat has been switched in some places too.

The old routing api still uses lat,lon, so some logic is included to swap coordinates when needed.

Other work includes removing some obsolete (and unnused) parameters and cleaning up the logging.

pietervdvn commented 2 years ago

I did test the 'Wechel-scenario' for (routing from point layer to point layer and routing from linelayers) * (routing against live OSM and routing against a scenario) - all four usecases work.