Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ mapObj_generateSLD
Function
mapObj_generateSLD
mapscript/php/mapscript_i.c:362–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
char *mapObj_generateSLD(mapObj *self)
363
{
364
return msSLDGenerateSLD(self, -1, NULL);
365
}
366
367
368
int mapObj_loadOWSParameters(mapObj *self, cgiRequestObj *request,
Callers
1
map.c
File · 0.85
Calls
1
msSLDGenerateSLD
Function · 0.85
Tested by
no test coverage detected