aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormax-klaus <53395422+max-klaus@users.noreply.github.com>2019-10-16 18:51:00 +0300
committerGitHub <noreply@github.com>2019-10-16 18:51:00 +0300
commitf9d12ca36b117db9ae96d00da0c9e895fbdb7191 (patch)
treec297981b59111008b2cbf7a0ec8dc3aa6388d163
parentd62b2748001da0bc3a9ec12446ab2fc8ad2fa78c (diff)
parente51e19ee22e6c59594059dfbfe1c9c279e6e390c (diff)
downloadOsmand-f9d12ca36b117db9ae96d00da0c9e895fbdb7191.tar.gz
Merge pull request #7679 from osmandapp/Fix_7602
Fix #7602
-rw-r--r--OsmAnd/src/net/osmand/plus/myplaces/TrackBitmapDrawer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/OsmAnd/src/net/osmand/plus/myplaces/TrackBitmapDrawer.java b/OsmAnd/src/net/osmand/plus/myplaces/TrackBitmapDrawer.java
index efc0376ffa..0f803f960f 100644
--- a/OsmAnd/src/net/osmand/plus/myplaces/TrackBitmapDrawer.java
+++ b/OsmAnd/src/net/osmand/plus/myplaces/TrackBitmapDrawer.java
@@ -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();