I have used this and it is excellent. It is a tremendous alternative to all the paid GIS/mapping suites.
LeafletJS: a JavaScript library for interactive maps
11–20 of 91 posts
Re: LeafletJS: a JavaScript library for interactive maps
#12If you're looking for an actual demo of the product, it seems that the weather map on https://www.msn.com/en-us/weather/maps?lat=47.6032&lon=-122.... is powered by leaflet. I really like the work they've done with the wind animations and historical air quality maps
Re: LeafletJS: a JavaScript library for interactive maps
#13I have used this and it is excellent. It is a tremendous alternative to all the paid GIS/mapping suites.
You will pretty much always have to pay for the tileserver service though. The main benefit I saw was that you could trivially switch to any other tile service without being tied in to a particular one like if you used the google maps library.
Re: LeafletJS: a JavaScript library for interactive maps
#14Re: LeafletJS: a JavaScript library for interactive maps
#15Re: LeafletJS: a JavaScript library for interactive maps
#16Re: LeafletJS: a JavaScript library for interactive maps
#17I have used this and it is excellent. It is a tremendous alternative to all the paid GIS/mapping suites.
I've also used Mapbox which provides a much fancier OpenGL map with fancy things like continuous (smooth) zoom levels. Mapbox feels a lot more like a modern Google Maps-esque mapping widget. https://docs.mapbox.com/mapbox-gl-js/example/
Re: LeafletJS: a JavaScript library for interactive maps
#18If you're looking for an actual demo of the product, it seems that the weather map on https://www.msn.com/en-us/weather/maps?lat=47.6032&lon=-122.... is powered by leaflet. I really like the work they've done with the wind animations and historical air quality maps
That's pretty cool, it reminded me of Windy which is also pretty awesome. In fact, peeking at the source of windy, it looks like it also uses Leaflet! https://www.windy.com
Re: LeafletJS: a JavaScript library for interactive maps
#19LeafletJS is not just limited to mapping applications, it is used in LibreOffice online [1] to present pixmaps of rendered documents in the web client. [1] https://git.libreoffice.org/online/+/master/loleaflet/README
So it can be used in pretty much any native desktop application. Including desktop games that use DX11, DX12, Vulkan or Metal graphics.
Re: LeafletJS: a JavaScript library for interactive maps
#20If you're looking for an actual demo of the product, it seems that the weather map on https://www.msn.com/en-us/weather/maps?lat=47.6032&lon=-122.... is powered by leaflet. I really like the work they've done with the wind animations and historical air quality maps
That's pretty cool, it reminded me of Windy which is also pretty awesome. In fact, peeking at the source of windy, it looks like it also uses Leaflet! https://www.windy.com