Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ mapObj_setRotation
Function
mapObj_setRotation
mapscript/php/mapscript_i.c:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
int mapObj_setRotation(mapObj* self, double rotation_angle ) {
80
return msMapSetRotation( self, rotation_angle );
81
}
82
83
layerObj *mapObj_getLayer(mapObj* self, int i) {
84
if(i >= 0 && i < self->numlayers)
Callers
1
map.c
File · 0.85
Calls
1
msMapSetRotation
Function · 0.85
Tested by
no test coverage detected