MCPcopy 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}
357int mapObj_applySLDURL(mapObj *self, char *sld)
358{
359 return msSLDApplySLDURL(self, sld, -1, NULL);
360}
361
362char *mapObj_generateSLD(mapObj *self)
363{

Callers 1

map.cFile · 0.85

Calls 1

msSLDApplySLDURLFunction · 0.85

Tested by

no test coverage detected