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

Function layerObj_applySLDURL

mapscript/php/mapscript_i.c:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 return msSLDApplySLD(self->map, sld, self->index, stylelayer);
681}
682int layerObj_applySLDURL(layerObj *self, char *sld, char *stylelayer)
683{
684 return msSLDApplySLDURL(self->map, sld, self->index, stylelayer);
685}
686
687char *layerObj_generateSLD(layerObj *self)
688{

Callers 1

layer.cFile · 0.85

Calls 1

msSLDApplySLDURLFunction · 0.85

Tested by

no test coverage detected