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

Function msInitWmsParamsObj

mapwmslayer.c:52–60  ·  view source on GitHub ↗

* msInitWmsParamsObj() * **********************************************************************/

Source from the content-addressed store, hash-verified

50 *
51 **********************************************************************/
52int msInitWmsParamsObj(wmsParamsObj *wmsparams)
53{
54 wmsparams->onlineresource = NULL;
55 wmsparams->params = msCreateHashTable();
56 wmsparams->numparams=0;
57 wmsparams->httpcookiedata = NULL;
58
59 return MS_SUCCESS;
60}
61
62/**********************************************************************
63 * msFreeWmsParamsObj()

Callers 3

msDrawMapFunction · 0.85
msWMSGetFeatureInfoURLFunction · 0.85
msPrepareWMSLayerRequestFunction · 0.85

Calls 1

msCreateHashTableFunction · 0.85

Tested by

no test coverage detected