new GoCapabilities()
Map/GoCapabilities.ts, line 9
This class is used for the capabilities of a WMS server.
Methods
-
getCapabilities(layer){any}
Map/GoCapabilities.ts, line 79 -
This function allow to get the capabilities of a layer.
Name Type Description layermodule:types~GoVectorLayer Description of the condition
Returns:
Type Description any Return promise. -
getLayerExtent(layer){any}
Map/GoCapabilities.ts, line 35 -
This function allow to get the extent of the layer.
Name Type Description layermodule:types~GoVectorLayer The layer.
Returns:
Type Description any Return promise.
