Add links onto wikipedia page about WMS

This commit is contained in:
Alexander Myshov 2016-06-02 16:29:52 +06:00
parent f5b3cf0535
commit 1a3f56701b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* @aka L.CRS
* Abstract class that defines coordinate reference systems for projecting
* geographical points into pixel (screen) coordinates and back (and to
* coordinates in other units for WMS services). See
* coordinates in other units for [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services). See
* [spatial reference system](http://en.wikipedia.org/wiki/Coordinate_reference_system).
*
* Leaflet defines the most usual CRSs by default. If you want to use a

View File

@ -2,7 +2,7 @@
* @class TileLayer.WMS
* @inherits TileLayer
* @aka L.TileLayer.WMS
* Used to display WMS services as tile layers on the map. Extends `TileLayer`.
* Used to display [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services as tile layers on the map. Extends `TileLayer`.
*
* @example
*