Skip to content

Commit

Permalink
Add links onto wikipedia page about WMS
Browse files Browse the repository at this point in the history
  • Loading branch information
myshov committed Jun 2, 2016
1 parent f5b3cf0 commit 1a3f567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/geo/crs/CRS.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/layer/tile/TileLayer.WMS.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 1a3f567

Please sign in to comment.