Yasir Kaheil
Results
2
comments of
Yasir Kaheil
> I am quite sure there is a typo in `inst/htmlwidgets/bindings/lfx-draw-bindings.js`, lines 8:11 : > > ``` > if(map.drawToolbar) { > map.drawToolbar.removeFrom(map); > delete map.drawToobar; > } > ``` >...
> @kaheil the immediate solution I think is to set `add_markers(, ... , focus_layer = TRUE)`. Using `focus_layer` will re-center the map to only what's included in the data for...