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

Function styleObj_setGeomTransform

mapscript/php/mapscript_i.c:1445–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443}
1444
1445void styleObj_setGeomTransform(styleObj *style, char *transform){
1446 if (!style)
1447 return;
1448
1449 msStyleSetGeomTransform(style, transform);
1450}
1451
1452
1453cgiRequestObj *cgirequestObj_new()

Callers 1

style.cFile · 0.85

Calls 1

msStyleSetGeomTransformFunction · 0.85

Tested by

no test coverage detected