Class Index | File Index

Classes


Class WMSLayer


Extends RasterLayer.
A layer to display WMS (Web Map Service) data.
Defined in: WMSLayer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
WMSLayer(options)
Method Summary
Method Attributes Method Name and Description
 
getUrl(tile)
Get an url for the given tile
Methods borrowed from class BaseLayer:
opacity, visible
Class Detail
WMSLayer(options)
Parameters:
options
Configuration properties for the WMSLayer. See RasterLayer for base properties :
  • baseUrl : the base Url to access the WMS server
  • layers : the list of layers to request (WMS parameter)
  • srs : the spatial system reference to use, default is EPSG:4326 (WMS parameter)
  • format : the file format to request, default is image/jpeg (WMS parameter)
Method Detail
getUrl(tile)
Get an url for the given tile
Parameters:
tile

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Mar 21 2013 10:38:11 GMT+0100 (CET)