north-road / qgis-processing-r

QGIS Processing R Provider Plugin
https://north-road.github.io/qgis-processing-r/
GNU General Public License v3.0
63 stars 14 forks source link

Point input does not become an R variable #75

Closed diegojgris closed 3 years ago

diegojgris commented 3 years ago

When you use the point input to capture a coordinate from the map in QGIS, the string produced by the coordinate capture does not become an R variable to be used in the code. I had to create another text field and ask the user to copy and paste the coordinates in this field that I could read. Please, fix this issue.

nyalldawson commented 3 years ago

Fixed by #76