-
Notifications
You must be signed in to change notification settings - Fork 0
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
SGroe
committed
Mar 23, 2021
1 parent
fff725f
commit 5d03ab1
Showing
2 changed files
with
39 additions
and
16 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ name=Graphium | |
# QGIS-version 3.6 QgsNetworkAccessManager.blockingGet() | ||
qgisMinimumVersion=3.6 | ||
description=QGIS extention for the road network management tool Graphium. | ||
version=1.0 | ||
version=1.1 | ||
author=Simon Gröchenig @ Salzburg Research | ||
[email protected] | ||
|
||
|
@@ -27,21 +27,24 @@ repository=https://github.com/graphium-project/graphium | |
# Recommended items: | ||
|
||
# Uncomment the following line and add your changelog: | ||
changelog=v1.0 (2020-07-08) | ||
* [Feature] New algorithm UpdateGraphVersionValidity | ||
* [Feature] Add valid_from and valid_to parameters to gip2graphium and osm2graphium algorithms | ||
* [Improvement] Menu button to launch all AddGraphVersion algorithms (add/gip/osm) in manager | ||
* [Improvement] Add request type to url in feedback in api | ||
* [Improvement] QgsNetworkAccessManager, timeout and downloadProgress for all requests (including PUT/DELETE) in api | ||
* [Improvement] Simplify output of remove_graph_version_algorithm to state only | ||
* [Improvement] Graphium icons for all algorithms | ||
* [Improvement] Use checkParameterValues to check new date in UpdateGraphVersionValidityAlgorithm | ||
* [Fixed] Provide useful error feedback at AddGraphVersion algorithm | ||
* [Fixed] Better message in case of decode error at osm2graphium/gip2graphium | ||
* [Fixed] Allow aborting GET and POST requests | ||
* [Fixed] Select correct server at gip2graphium algorithm if set via parameter | ||
* [Fixed] Never use processing.QgisAlgorithm to improve stability | ||
* [Fixed] Disable unused keepDownloadFile and forceDownload parameters in gip2graphium and osm2graphium algorithms | ||
changelog=v1.1 (2021-03-23) | ||
* [Feature] Read-only flag for Graphium connections | ||
* [Feature] Double click table to download graph version in manager | ||
* [Feature] Include algorithm pointsToTrajectory | ||
* [Feature] Add connection json string as attribute to output layer in download_graph_version_algorithm | ||
* [Feature] Enable adding and removing hd graph versions (optional feature) | ||
* [Feature] Enable downloading hd graph data (optional feature) | ||
* [Feature] Set authentication for server connection (optional feature) | ||
* [Improvement] Read metadata to detect graph type in add_graph_version_algorithm | ||
* [Improvement] Save output direction in qgis settings in osm2graphium and gip2graphium | ||
* [Improvement] Disable buttons that cannot be used before selecting graph name or version | ||
* [Improvement] Sort connections in combo box by name in manager | ||
* [Improvement] Double click to select graph name or download graph version in manager | ||
* [Improvement] Add status code to error feedback in api | ||
* [Fixed] Correct progress value in download_graph_version_algorithm | ||
* [Fixed] long datatype for id/startNodeId/endNodeId in download_graph_version_algorithm | ||
* [Fixed] long datatype for segmentId in download_graph_version_algorithm | ||
* [Fixed] Remove unreliable segment count check in download_graph_version_algorithm | ||
|
||
# Tags are comma separated with spaces allowed | ||
tags=network analysis, vector, postgis | ||
|