August 2014
Intermediate to advanced
180 pages
3h 41m
English
Another type of tile layer that can be added to a Leaflet map is a Web Mapping Service (WMS) tile layer. WMS is a way to request and transfer map images over the Web through HTTP. It is an Open Geospatial Consortium (OGC) specification.
For detailed technical information on the WMS specification, see the OGC website: http://www.opengeospatial.org/standards/wms.
With an understanding of how to add tile layers, and having seen several examples, you may have noticed that none of the examples were of satellite imagery. The first WMS layer you will add to your map is the United States Geological Survey (USGS) Imagery Topo.
Like the L.tileLayer() function that we used previously, the L.tileLayer.wms() function ...
Read now
Unlock full access