GIScience / orstools-qgis-plugin

Plugin for QGIS with a set of tools to use openrouteservice API´s, based on openstreetmap
https://plugins.qgis.org/plugins/ORStools/
MIT License
98 stars 31 forks source link

Add isochrone centers to isochrone attributes #161

Closed koebi closed 2 years ago

koebi commented 2 years ago

Addresses #137. Data can be extracted via the Create points layer from table builtin processing algorithm.

koebi commented 2 years ago

This is an example of the new feature at work. The green point is the input point to the algorithm (foot-walking, 5min), the yellow point has been extracted as above.

foo

TheGreatRefrigerator commented 2 years ago

As discussed in https://github.com/GIScience/orstools-qgis-plugin/issues/137 there should be a hint to the function Create points layer from table in the help text on the side

TheGreatRefrigerator commented 2 years ago

Also, need to rebase on main before merging!