Skip to content

Commit

Permalink
Update sip binding for MapToPixel rotation support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Nov 20, 2014
1 parent 0dd2c99 commit 517197f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/qgsmaptopixel.sip
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ class QgsMapToPixel
//! Return current map units per pixel
double mapUnitsPerPixel() const;

//! Set map rotation in degrees (clockwise)
void setMapRotation( double degrees );

//! Return current map rotation in degrees
double mapRotation() const;

//! Set maximum y value
void setYMaximum( double ymax );
//! Set minimum y value
Expand Down

0 comments on commit 517197f

Please sign in to comment.