-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,33 @@ name=ORS Tools | |
qgisMinimumVersion=3.4.8 | ||
description=openrouteservice routing, isochrones and matrix calculations for QGIS | ||
|
||
version=1.7.1 | ||
version=1.8.0 | ||
author=HeiGIT gGmbH | ||
[email protected] | ||
|
||
about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. | ||
|
||
changelog=2023/01/15 v1.7.1 | ||
Fixed | ||
- multiple minor issues regarding compatibility with older QGIS versions | ||
|
||
Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md | ||
Wiki: https://github.com/GIScience/orstools-qgis-plugin/wiki | ||
changelog=2024/05/17 v1.8.0 | ||
### Added | ||
- Add support for decimal ranges with isochrones | ||
- Add hint for joining with `Layer ID Field` | ||
- Add option to export order of optimization route points | ||
- Add `extra_info` parameter to directions processing algorithms | ||
|
||
### Changed | ||
- Rename `Ok` button in configuration window to `Save` for clarification | ||
- Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds | ||
|
||
### Fixed | ||
- QGis crashes when selecting more than two vertices for deletion | ||
- Vertices on canvas not depicted fully with n having more than one digit in length | ||
- Replace qt QSettings with QgsSettings for centralized configuration management | ||
- Point Annotations stay after saving project and not deleting them manually | ||
- Issue with MultiPoint-layers and optimization | ||
- Improved type hints | ||
|
||
Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md | ||
Wiki: https://github.com/GIScience/orstools-qgis-plugin/wiki | ||
|
||
tracker=https://github.com/GIScience/orstools-qgis-plugin/issues | ||
repository=https://github.com/GIScience/orstools-qgis-plugin.git | ||
|