Merge pull request #7679 from osmandapp/Fix_7602

Fix #7602
This commit is contained in:
max-klaus 2019-10-16 18:51:00 +03:00 committed by GitHub
commit f9d12ca36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ public class TrackBitmapDrawer {
.setLocation(clat, clon)
.setZoom(15)
.density(density)
.setMapDensity(density)
.setPixelDimensions(widthPixels, heightPixels, 0.5f, 0.5f);
rotatedTileBox = boxBuilder.build();