try screen refresh

This commit is contained in:
sonora 2013-04-07 16:57:59 +02:00
parent 6607c870d9
commit e22a012884

View file

@ -74,6 +74,7 @@ public class SRTMPlugin extends OsmandPlugin {
if (HILLSHADE.get()) {
activity.getMapView().addLayer(hillshadeLayer, 0.6f);
hillshadeLayer.setAlpha(100);
mapView.refreshMap();
}
}