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

QGIS - Rename of Isochrones from layer tool breaking code #232

Open davidlgalt opened 3 months ago

davidlgalt commented 3 months ago

Two things:

Number 1 - renaming means I need to go in and change all my code Number 2 - the new name which generates the variable: Isochrones_from_Point-Layer breaks the code as QGIS models won't process variables with hyphens and sees the variable as Layer_from_Point, excluding the part before the hyphen.

merydian commented 3 months ago

Hi @davidlgalt,

we'd need a little more information on this. Could you provide us with the a model you're having issues with? Then we can have a closer look. Some info on your setup may also be of help: OS, QGis Version, plugin version etc.

Best regards