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

Show coordinates in point list in project crs #200

Open merydian opened 6 months ago

merydian commented 6 months ago

Here's what I did


I added points to the points list in the main plugin.

Here's what I got


Points in epsg: 4326.

Here's what I was expecting


The points to be in the epsg of the project.

Here's what I think could be improved

Transform the points into EPSG: 4326 when pressing start and not initially.