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

Points id on Isochrones #37

Closed
AngelNieves opened this issue Sep 6, 2019 · 3 comments
Closed

Points id on Isochrones #37

AngelNieves opened this issue Sep 6, 2019 · 3 comments

Comments

@AngelNieves
Copy link

Hi Riccardo, I just installed your plugin and I think that is a very good tool. The only problem that I found is when you run the isochrones calculator for multiple addresses the tool doesn't save an id or somenthing to link the starts shapefile and the isochrones shapefile.

@riccardoklinger
Copy link
Owner

thanks for the enhancement wish. I will try to incoprorate this as soon as I have the time to.

@riccardoklinger
Copy link
Owner

Hi AngelNieves,
I've just checked the code again and I see an attribut called "origin_id" in the isochrone batch vector layer which should hold the original id:

fet.setAttributes([
    fid,
    originFeature.id(),
    poly["range"],
    self.dlg.metricBatch.currentText().lower(),
    mode,
    traffic,
    timestamp,
    type
])

could you check again, please?

@riccardoklinger
Copy link
Owner

closing as no response so far. please reopen if needed.

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

No branches or pull requests

2 participants