trafficonese

Results 26 issues of trafficonese

Adds `handlersOptions` and `toolbarOptions` for `addDrawToolbar` which let you customize the drawing toolbar / tooltips. This should close #174 This should also close #148, close #156 and close #165 ....

Adds support for the plugin: - [https://github.com/lizardtechblog/Leaflet.OpacityControls]() I changed and expanded the JS-code, so that it works without errors in R/Shiny. I also opened a [PR](https://github.com/lizardtechblog/Leaflet.OpacityControls/pull/10) at the original repo...

By using the `addDrawToolbar` in shiny modules on different tabs, the following Javascript error comes up in the console. > **TypeError: t is undefined leaflet.js:5:10033** To trigger the error, start...

wontfix

I need a `pickerInput` which allows to select max. 2 different groups. Since there is no option for this restriction, I came up with a server-part using `updatePickerInput`. But interestingly,...

I want to overlay an already visible Polyline with another one, with a different popup. Interestingly that does not work if the data is part of the already visible layer....

I dont think this is really a `leafgl` error and more a bug of the underlying JS-libraries (webshot, html2canvas, FileSaver?) but taking a screenshot of a map with `leafgl` data...

Since Leaflet.glify switched to Typescript, popups were throwing errors with the current method. I managed to get it working, but I dont really understand what or where the problem was....

Makes popups and Shiny-click events work with *Src functions. Also, since `layerId` is normally a vector, I changed how the attributes in JS are read. They now take the `group`...

If a *Src function is used the remove/clear-bindings are not included. I moved them to a new file "GlifyUtils.js" and included that dependency to all data-types.

When `popup=FALSE` it is changed to `"{}"` and throws a browser error > Cannot read property 'toString' of undefined The PR should fix that problem. Setting `popup=NA` causes an R-error....