MCPcopy 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
79int mapObj_setRotation(mapObj* self, double rotation_angle ) {
80 return msMapSetRotation( self, rotation_angle );
81 }
82
83layerObj *mapObj_getLayer(mapObj* self, int i) {
84 if(i >= 0 && i < self->numlayers)

Callers 1

map.cFile · 0.85

Calls 1

msMapSetRotationFunction · 0.85

Tested by

no test coverage detected