Fix qt rotate

This commit is contained in:
Victor Shcherb 2014-11-20 19:24:48 +01:00
parent bb72d43ee7
commit 4b13460764

View file

@ -93,7 +93,7 @@ public class MapVectorLayer extends BaseMapLayer {
if (mapRenderer != null) {
// opengl renderer
mapRenderer.setTarget(new PointI(tilesRect.getCenter31X(), tilesRect.getCenter31Y()));
mapRenderer.setAzimuth(tilesRect.getRotate());
mapRenderer.setAzimuth(-tilesRect.getRotate());
mapRenderer.setZoom((float) (tilesRect.getZoom() /*+ tilesRect.getZoomScale() */+ tilesRect.getZoomAnimation()));
} else {
if (!view.isZooming()) {