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
91 stars 31 forks source link

Isochrone coarseness/smoothness cannot be set #172

Closed pcopissa closed 6 months ago

pcopissa commented 2 years ago

According to ORS isochropne API (https://openrouteservice.org/dev/#/api-docs/v2/isochrones/{profile}/post) it is possible to use the optional field smoothing to specify the coarseness of the isochrone (in terms of how short a segment of the output polygon can be). It looks like that the default is 25. There is no GUI widget (or any other way ?) to specify the coarseness of the isochrones.

Expectation is that there should be a way to specify how coarse the isochrones should be.

koebi commented 2 years ago

Hey,

this is a similar issues as #171 and will probably require a similar fix.

Best regards

koebi commented 6 months ago

fixed in #176 and the corresponding #199