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

Function styleObj_setSymbolByName

mapscript/php/mapscript_i.c:1427–1430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1425}
1426
1427int styleObj_setSymbolByName(styleObj *self, mapObj *map, char* pszSymbolName) {
1428 self->symbol = msGetSymbolIndex(&map->symbolset, pszSymbolName, MS_TRUE);
1429 return self->symbol;
1430}
1431
1432styleObj *styleObj_clone(styleObj *style){
1433 styleObj *newstyle = NULL;

Callers 1

style.cFile · 0.85

Calls 1

msGetSymbolIndexFunction · 0.85

Tested by

no test coverage detected