tim-salabim

Results 38 issues of tim-salabim

Dear Bhaskar, as inquired on Twitter, I think it would be great to have the [sidebar-v2 plugin](https://github.com/Turbo87/sidebar-v2) accessible via leaflet.extras. It is particularly valuable to polish a "to-be-delivered" map with...

See: https://stackoverflow.com/questions/71621920/mapview-highlight-spatiallines-upon-hover

mapview has become quite a beast to maintain... Therefore, we should break several components out of the package into smaller packages - function (package): - [x] cubeview (cubeview) - [x]...

In order to make mapview a bit nicer to use and more versatile to control on a per-session basis, we're going to refactor the `mapviewOptions` so they include all relevant...

Investigate whether this provides a better solution to sync/latticeView https://github.com/rte-antares-rpackage/manipulateWidget ping @timelyportfolio

It would be great if we could 1. define a keystroke that freezes the mouseCoordinates 2. enable copying of the contents in the mouseCoordinates strip

Is it possible to use `onRender` or `onRenderStaticComplete` to read and display (on mouse hover) a data matrix which we write to disk when adding a raster/stars image? @timelyportfolio @edzer...

help wanted
question

The following came up on R-sig-Geo today. I have mirgrated to here as I don't know if @timelyportfolio is on that mailing list: Hi I am putting together a shiny...

If we use the new `leafpm` editor to delete holes in polygons, the returned feature is invalid: ```r library(sf) library(mapview) library(leaflet) library(lwgeom) # devtools::install_github("r-spatial/mapedit@leafpm") library(mapedit) # devtools::install_github("r-spatial/leafpm") library(leafpm) outer1 =...

See https://stackoverflow.com/questions/51580551/convert-xy-to-lat-long-in-r We should probably add a check whether drawing happened / is happening within acceptable `longlat` bounds (-180/180 & -90/90)