Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1445
void styleObj_setGeomTransform(styleObj *style, char *transform){
1446
if (!style)
1447
return;
1448
1449
msStyleSetGeomTransform(style, transform);
1450
}
1451
1452
1453
cgiRequestObj *cgirequestObj_new()
Callers
1
style.c
File · 0.85
Calls
1
msStyleSetGeomTransform
Function · 0.85
Tested by
no test coverage detected