Docstrings: non-standard WMS parameters as L.TileLayer.WMS options (#4531)
This commit is contained in:
parent
1b405dc10e
commit
03dc9697b6
@ -20,6 +20,9 @@ L.TileLayer.WMS = L.TileLayer.extend({
|
||||
|
||||
// @section
|
||||
// @aka TileLayer.WMS options
|
||||
// If any custom options not documented here are used, they will be sent to the
|
||||
// WMS server as extra parameters in each request URL. This can be useful for
|
||||
// [non-standard vendor WMS parameters](http://docs.geoserver.org/stable/en/user/services/wms/vendor.html).
|
||||
defaultWmsParams: {
|
||||
service: 'WMS',
|
||||
request: 'GetMap',
|
||||
|
Loading…
Reference in New Issue
Block a user