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

Feature request - connect API response to a feature #27

Open
GitHubMLee opened this issue Apr 11, 2019 · 2 comments
Open

Feature request - connect API response to a feature #27

GitHubMLee opened this issue Apr 11, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@GitHubMLee
Copy link

When generating isochrones from multiple addresses, it would be great if the resulting layer includes a field that represents a join with an attribute from the original 'From address' layer, rather than just having a sequential Origin ID field.

For example, the 'Isochrone - Multiple Addresses' page in the Hqgis plugin could have the 'From address' parameter where you select the origin points, and then underneath this you could specify a 'Name field' parameter from the From address layer which is then retained after parsing through the HERE API so that the results layer includes the name field as the Origin ID.

@riccardoklinger
Copy link
Owner

Hi @GitHubMLee ,

sorry for the late reply. And yes, you're absolutely right. Currently it uses the origin_id of the feature layer and let you create the joins after processing:
Result layer:
Bildschirmfoto 2019-05-29 um 13 49 06
Original layer with appended $id column with name "origin_id"
Bildschirmfoto 2019-05-29 um 13 51 20
So currently you can create joins based on $id in the address layer and "origin_id" in the isochrone layer. Yet I do understand that having a field that can be configured for the join makes it more convenient.

@riccardoklinger riccardoklinger self-assigned this May 29, 2019
@riccardoklinger riccardoklinger added the enhancement New feature or request label May 29, 2019
@zhangyixinSarah
Copy link

dear GitHubMLee, I can not generate isochrones. I want to generate isochrones of 100 points in the QGIS3.2. I Generated the API Key and followed the instructions and online tutorials, but nothing works. Clicking on "save credentials" I get the message "credentials saved to QGIS Global Settings", there is no file called credentials.json in my computer. thanks.

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