Iván Sánchez Ortega
Iván Sánchez Ortega
@WebMechanic The #2297 & #2299 PRs are targeting `main`, which means it'd be into the 3.0 roadmap. The actual changes are rather minimal, so I guess it'd be possible to...
@WebMechanic You can check the current changelog for yourself: https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md - see changes marked with `[breaking]`. Those shouldn't have a big impact on the userbase.
This is already done at https://github.com/IvanSanchez/Leaflet.ImageOverlay.Rotated/blob/gh-pages/Leaflet.ImageOverlay.Rotated.js#L129 . Can you publish a fiddle/codepen/[playground](https://playground-leaflet.rhcloud.com/) that displays this behaviour? That should make it easier to see where the `FeatureGroup` needs the `_bounds`, and...
Can you publish a fiddle/codepen/[plunkr](https://leafletjs.com/edit) that displays this behaviour?
Please write this as a bug report rather than as a question.
Can you publish a fiddle/codepen/[plunkr](https://leafletjs.com/edit) that displays this behaviour?
No error trace and no reproducible example means I have no idea of what's going wrong. Please read ["How to Report Bugs Effectively"](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) so you can make good bug reports,...
I'm getting a 404 on the JSON that your example is trying to access. Please provide a working example.
Not currently. That would require to add a `latlng` to the fired `snake` event, and then implement some `panTo` calls in the user core, outside of the `SnakeAnim` functionality.
This is actually difficult than it sounds. The snaking algorithm works with _pixels_, not _map units_, so calculating the length of the line and making sure everything works is hard....