mapedit icon indicating copy to clipboard operation
mapedit copied to clipboard

Interactive editing of spatial data in R

Results 42 mapedit issues
Sort by recently updated
recently updated
newest added

I get these warnings when using mapedit. ``` Warning: `select_()` was deprecated in dplyr 0.7.0. Please use `select()` instead. ``` See [usages in codebase here](https://github.com/r-spatial/mapedit/search?q=select_%28)

``` r library(mapedit) #> Warning: multiple methods tables found for 'crop' #> Warning: multiple methods tables found for 'extend' #> Warning: replacing previous import 'DT::dataTableOutput' by #> 'shiny::dataTableOutput' when loading...

Dear Creators, First of all i really enjoy the package that you develop. I am using this tool every day since i have discovered. I would like to ask you...

this is an updated version of the addin from open pr #85. The original pr included code that assigned the output of the addin to the global environment. This work...

fixes issue where editAttributes() causes an error. Default behaviour is now for map to zoom to Africa when no other indication is given by the user.

I'm trying to create a shiny app with mapedit that will allow me to load a feature (in this example it is the nc.shp from the sf package as an...

I'm not sure I'm doing this correctly, but I would like to trace vectors on a raster using mapedit. I tried using raster and stars objects and they both produce...

I am using `mapedit` in Shiny using the `callModule` as here https://github.com/r-spatial/mapedit/blob/b5bad16e046a27447b09194ea9d759b4b3192239/inst/examples/shiny_modules.R#L16 I want to run some code when a polygon is finished drawing and another code when polygon is...

enhancement
question

This feature is great but it would be a great extension to be able to have a button to download the data that was edited in a leaflet map into...

Hi, I can export drawn objects into sf, or as plain text of geometry, saving it into file, by ``` nf