Sunday, March 12, 2017

Leaflet

"Leaflet is a widely used open source JavaScript library used to build web mapping applications. First released in 2011, it supports most mobile and desktop platforms, supporting HTML5 and CSS3. Along with OpenLayers, and the Google Maps API, it is one of the most popular JavaScript mapping libraries and is used by major web sites such as FourSquare, Pinterest and Flickr.

Leaflet allows developers without a GIS background to very easily display tiled web maps hosted on a public server, with optional tiled overlays. It can load feature data from GeoJSON files, style it and create interactive layers, such as markers with popups when clicked.

Leaflet supports Web Map Service (WMS) layers, GeoJSON layers, Vector layers and Tile layers natively. Many other types of layers are supported via plugins.

Like other web map libraries, the basic display model implemented by Leaflet is one basemap, plus zero or more translucent overlays, with zero or more vector objects displayed on top."

https://en.wikipedia.org/wiki/Leaflet_%28software%29

http://leafletjs.com/

PLUGINS AND ADD-ONS

http://leafletjs.com/plugins.html

leaflet.wms - a Leaflet plugin for WMS

https://github.com/asascience-open/leaflet.wms

No comments:

Post a Comment