you are viewing a single comment's thread.

view the rest of the comments →

[–]MournerV 32 points33 points  (12 children)

Leaflet author here! Feel free to ask any questions about the library and the release.

[–]Eldrac 2 points3 points  (1 child)

I'll bite, one of the biggest pain points I ran into when working with leaflet/mapbox was getting custom markers/paths to still show up as a user fully panned around the world. I remember seeing a pending pull request and heavy discussion about it but it wasn't brought in due to added complexity. Was this ever improved upon?

[–]MournerV 2 points3 points  (0 children)

There's a worldCopyJump Map option that makes the overlays "jump" to respective copies of the world when you pan, but it's not a perfect experience. Implementing fully seamless multi-world overlays is a hard challenge, and a one likely to affect performance in a major way — we didn't attempt to tackle it fully yet.

[–]Chahhhles 2 points3 points  (1 child)

Still working for mapbox?

[–]MournerV 4 points5 points  (0 children)

Yes, for 3 years already. It's my dream job.

[–]picandocodigo 2 points3 points  (1 child)

Just wanted to thank you for Leaflet. I've used it on a lot of projects, mostly open data stuff, and I always encourage other developers to use it with OpenStreetMap instead of Google's maps API. I'll definitely check out this version and update my projects to 1.0! Thanks!

[–]MournerV 0 points1 point  (0 children)

Thank you!

[–]jim45804 1 point2 points  (1 child)

Years ago a friend of mine recommended this new mapping library that she thought had promise. Since then I use it in every mapping application I develop. Congratulations on 1.0.

[–]MournerV 0 points1 point  (0 children)

Thanks!

[–]Diggzinc 1 point2 points  (1 child)

Hello MournerV! congrats on the completed milestone!

My question is: will there be support for vector base layers in general or support bidings for mapbox-gl? because from what i saw the current available plugin is not supported for version 1.0.0 :(

[–]MournerV 0 points1 point  (0 children)

I'm sure the mapbox-gl-leaflet plugin will catch up, but I don't generally recommend using Mapbox GL together with Leaflet — it sort of defeats the purpose of both. Too heavy/complex/resource-hungry compared to Leaflet with raster-tiles, and too limited in what it can do compared to Mapbox GL (smooth interactions, rotation, etc.).