Fix build
This commit is contained in:
parent
850f56904f
commit
a7b7c32fbc
1 changed files with 2 additions and 2 deletions
|
@ -44,13 +44,13 @@ public class RasterMapMenu {
|
|||
mapTransparencyPreference = settings.MAP_OVERLAY_TRANSPARENCY;
|
||||
mapTypePreference = settings.MAP_OVERLAY;
|
||||
mapTypeString = R.string.map_overlay;
|
||||
mapTypeString = R.string.overlay_transparency;
|
||||
mapTypeStringTransparency = R.string.overlay_transparency;
|
||||
} else if (type == OsmandRasterMapsPlugin.RasterMapType.UNDERLAY){
|
||||
rasterMapLayer = plugin.getUnderlayLayer();
|
||||
mapTransparencyPreference = settings.MAP_TRANSPARENCY;
|
||||
mapTypePreference = settings.MAP_UNDERLAY;
|
||||
mapTypeString = R.string.map_underlay;
|
||||
mapTypeString = R.string.map_transparency;
|
||||
mapTypeStringTransparency = R.string.map_transparency;
|
||||
} else {
|
||||
throw new RuntimeException("Unexpected raster map type");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue