r-spatial / mapedit

Interactive editing of spatial data in R
https://www.r-spatial.org/r/2019/03/31/mapedit_leafpm.html
Other
218 stars 33 forks source link

[feature request] for selectFeatures return the selector features #65

Open tim-salabim opened 6 years ago

tim-salabim commented 6 years ago

I think for reproducibility, similar to the recorder attribute in editFeatures, it would be good to not only return the selected features, but also the features/locations used (drawn/clicked) for the selection. For mode = "draw" this is straight forward, but for mode = "click" this may require some effort @timelyportfolio?

timelyportfolio commented 6 years ago

@tim-salabim, will look into this.