Hllshade setAlpha(100)

This commit is contained in:
sonora 2013-04-07 16:20:10 +02:00
parent 09b3722b05
commit e619aba535

View file

@ -73,6 +73,7 @@ public class SRTMPlugin extends OsmandPlugin {
hillshadeLayer = new HillshadeLayer(activity, this);
if (HILLSHADE.get()) {
activity.getMapView().addLayer(hillshadeLayer, 0.6f);
hillshadeLayer.setAlpha(100);
}
}