Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
51–60 of 78 posts
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#52Anybody using Mapbox GL JS? Basically Leaflet with WebGL and some other useful tricks.
I just hope leaflet will be there one day with smooth degradation for browser that don't have webgl enabled
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#53Leaflet author here. Thanks for the kind words everyone! A few core developers are here too. Ask us anything. :)
From a user perspective the difference is huge
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#54Leaflet author here. Thanks for the kind words everyone! A few core developers are here too. Ask us anything. :)
From a user perspective the difference is huge
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#55Leaflet author here. Thanks for the kind words everyone! A few core developers are here too. Ask us anything. :)
From a user perspective the difference is huge
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#56Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#57We've been looking for a good bathymetric layer (with depth contours) for Leaflet. Has anyone done this?
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#58Leaflet is an amazingly powerful tool. As others have mentioned, it makes it easy to use a variety of sources for the underlying map tiles; in my case I was able to replace the modern-day base map with a map of the Roman Empire for an interactive academic publication[1]. Another great feature that doesn't get as much attention is Leaflet's ability to handle non-geographic images. In the same publication I'm also usin…
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#59Leaflet author here. Thanks for the kind words everyone! A few core developers are here too. Ask us anything. :)
Any plan to support webgl in the future as mapbox gl does? From a user perspective the difference is huge
One of our core devs (Ivan) works on Leaflet WebGL renderer, but I'd like it to remain a plugin, so that Leaflet stays true to its goal — to be as small and simple as possible.
Re: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
#60Leaflet author here. Thanks for the kind words everyone! A few core developers are here too. Ask us anything. :)
Hey, again great stuff. I have a small question while you are here... In my application, when a user zooms the map.. the tiles and markers seem to get get zoomed at different rates, then finally snap back together at the end of the zoom. Is this something I'm doing wrong. Is there anyway to mitigate that effect? Thanks again.