try screen refresh
This commit is contained in:
parent
6607c870d9
commit
e22a012884
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ public class SRTMPlugin extends OsmandPlugin {
|
|||
if (HILLSHADE.get()) {
|
||||
activity.getMapView().addLayer(hillshadeLayer, 0.6f);
|
||||
hillshadeLayer.setAlpha(100);
|
||||
mapView.refreshMap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue