MCPcopy Index your code
hub / github.com/MapServer/MapServer / msWCSIsLayerSupported

Function msWCSIsLayerSupported

mapwcs.c:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243/************************************************************************/
244
245int msWCSIsLayerSupported(layerObj *layer)
246{
247 /* only raster layers, are elligible to be served via WCS, WMS rasters are not ok */
248 if((layer->type == MS_LAYER_RASTER) && layer->connectiontype != MS_WMS) return MS_TRUE;
249
250 return MS_FALSE;
251}
252
253/************************************************************************/
254/* msWCSGetRequestParameter() */

Calls

no outgoing calls

Tested by

no test coverage detected