trafficonese

Results 130 comments of trafficonese

Indeed this doesnt seem to work and the browser console throws this error: > this.searchControlOSM.removeFrom is not a function I made a little shinyapp and tried to remove the elements...

I know how to make a shiny app work with the velocity plugin, but I would also be interested in knowing how to incorporate that in a `leaflet.extras` function. I...

There is now [`leaflet.extras2`](https://github.com/trafficonese/leaflet.extras2), which supports this plugin.

Unfortunately the package is not well maintained at the moment. Please read the comments of #188. As soon as the PR is merged, you can install the new version with...

Yes, using this PR it should be possible to remove the draw-toolbar and the drawn shapes. This example works for me: ``` library(shiny) library(leaflet) library(leaflet.extras) ui % removeDrawToolbar(clearFeatures = T)...

Can you reinstall `leaflet.extras` on the server? Something went obviously wrong there, as R is looking in the `directoryPath` for the files, but `C:/Program Files` is definitly not a Linux...

@tim-salabim Thanks, I saw this package when I finished implementing it here. The implementation differs a bit and I modified the JS source to give the user more options and...

I decided to transfer my open PRs with new features in a separate package [leaflet.extras2](https://github.com/trafficonese/leaflet.extras2). I will try to integrate the remaining feature requests there to make maintenance of this...

The problem is here (or in the corresponding minified file): https://github.com/bhaskarvk/leaflet.extras/blob/05c7e4f2cd1cf9ef586f875271cf03673c081e1d/inst/htmlwidgets/bindings/lfx-search-bindings.js#L29 `options.textPlaceholder` is hardcoded, so you wont be able to change it.

Yes, I would leave it opened, as the issue is not resolved yet, although it would be an easy fix. My biggest problem for changing existing bindings is how the...