Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reusing last start and end points in Shortest path #11

Open
alesarrett opened this issue Jan 18, 2019 · 1 comment
Open

Reusing last start and end points in Shortest path #11

alesarrett opened this issue Jan 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@alesarrett
Copy link

Save and make resusable the last (at last) introduced start and end points so that they can be reused for subsequent analyses to compare results using different parameters.

@root676 root676 added the enhancement New feature or request label Jan 25, 2019
@josephholler
Copy link

josephholler commented May 30, 2019

With the algorithm as is, you can copy the point definition text and paste into new iterations of the algorithm, e.g. the point is defined as something like this: "453732.395554,149387.302460 [EPSG:3684]"

You can also open the "History" panel (go to Processing -> History, or Ctrl + Alt + H) and open the previous run of the algorithm with the same settings you had used.

That said, it might be nice to have a layer-to-layer version of this algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants