Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ mapObj_applySLDURL
Function
mapObj_applySLDURL
mapscript/php/mapscript_i.c:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
return msSLDApplySLD(self, sld, -1, NULL);
356
}
357
int mapObj_applySLDURL(mapObj *self, char *sld)
358
{
359
return msSLDApplySLDURL(self, sld, -1, NULL);
360
}
361
362
char *mapObj_generateSLD(mapObj *self)
363
{
Callers
1
map.c
File · 0.85
Calls
1
msSLDApplySLDURL
Function · 0.85
Tested by
no test coverage detected