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

Function layerObj_generateSLD

mapscript/php/mapscript_i.c:687–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687char *layerObj_generateSLD(layerObj *self)
688{
689 return msSLDGenerateSLD(self->map, self->index, NULL);
690}
691
692int layerObj_moveClassUp(layerObj *self, int index)
693{

Callers 1

layer.cFile · 0.85

Calls 1

msSLDGenerateSLDFunction · 0.85

Tested by

no test coverage detected