trafficonese
trafficonese
I cannot reproduce the File Size problem. When I use the following example, the `rdeck` map is bigger (3.7MB) and `leafgl` is around 1.8MB. Concerning the "blurriness".. I guess this...
This is still a problem in the underlying library https://github.com/robertleeplummerjr/Leaflet.glify/issues/137
No worries :) but let's keep it open, as it's still a bug in this library aswell.
ok, I'll push a PR in a bit. I'll add some more tests aswell
This plugin is included at `leaflet.extras`. See https://trafficonese.github.io/leaflet.extras/reference/addGroupedLayersControl.html
partial duplicate of https://github.com/robertleeplummerjr/Leaflet.glify/issues/5 We do have mouseover and mouseout events for all shapes, although they could be further optimized..
unfortunately the plugin is only for overlay groups..
There’s already a branch in `leaflet.extras2` for this plugin, but I didn’t quite finish it: https://github.com/trafficonese/leaflet.extras2/tree/prunecluster The main issue back then was that the categories were hardcoded to 0–7, so...
Maybe you want to use `colorBin` or `colorFactor` instead? For example: ``` pal
Thank you, @orangejulius, for the quick and detailed reply! In our case, we would indeed need a custom polygon, since combining multiple WOF boundaries wouldn’t fully align with our routing...