v4.9.0
What's Changed
- Auth in Step function by @sboivinsystra in #269
- Delete outputs when simulation is launch @sboivinsystra in #341
- Polygon BBOX for OSM import by @sboivinsystra in #403
- matrix road caster fix by @sboivinsystra in #401
- Add preset in result page by @sboivinsystra in #400
- min and max width inverse in result map UI by @sboivinsystra in #399
- Enable Click on NaN OD in result map. by @sboivinsystra in #395
- remove scenario in model api payload (unused) by @sboivinsystra in #393
- Origin destination layer and editor by @sboivinsystra in #390
- reduce latency on list project by @sboivinsystra in #359
- bug fix: road links not visible when they should be by @sboivinsystra in #398
- bug fixes and optimization.
Description
Origin-destination layer
OD layer now available as Linestrings. This layer is optional.
Layer saved under inputs/od/od.geojson.
This layer is editable and new od can be created in alongside the PT and road links.
Vizualisation Presets
Preset can now be used and created in the map results. They are saved at the root directory as styles.json.
Vizualisation and selected links are saved. (ex: only show subway volume with plasma color map)
Polygon OSM importer
can now draw a multipoint polygon to request a precise road network.
also added living_street and pedestrian highway tag for import.
Full Changelog: v4.8.1...v4.9.0