-
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
1 parent
b4cab68
commit 224a349
Showing
2 changed files
with
7 additions
and
12 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
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,21 +3,15 @@ name=ORS Tools | |
qgisMinimumVersion=3.4.8 | ||
description=openrouteservice routing, isochrones and matrix calculations for QGIS | ||
|
||
version=1.5.0 | ||
version=1.5.1 | ||
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=2021/12/08 v1.5.0 | ||
Added: | ||
- isochrone center lat and lon to isochrone attribute table | ||
- implement `options`-parameter for routing and isochrones | ||
- prepare `options`-parameter for matrix | ||
- custom request timeouts for providers | ||
- exception on network failures due to unresponsive provider | ||
Changed: | ||
- default url for new provider entry to default ors backend url | ||
changelog=2022/01/11 v1.5.1 | ||
Fixed: | ||
- matrix algorithm parsing hidden options | ||
|
||
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 | ||
|