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

Function msMapSetRotation

mapobject.c:355–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353/************************************************************************/
354
355int msMapSetRotation( mapObj *map, double rotation_angle )
356
357{
358 map->gt.rotation_angle = rotation_angle;
359 if( map->gt.rotation_angle != 0.0 )
360 map->gt.need_geotransform = MS_TRUE;
361 else
362 map->gt.need_geotransform = MS_FALSE;
363
364 return msMapComputeGeotransform( map );
365}
366
367/************************************************************************/
368/* msMapSetSize() */

Callers 4

loadMapInternalFunction · 0.85
msUpdateMapFromURLFunction · 0.85
msWMSLoadGetMapParamsFunction · 0.85
mapObj_setRotationFunction · 0.85

Calls 1

msMapComputeGeotransformFunction · 0.85

Tested by

no test coverage detected