add heightOffset for Line- and MeshLayer
This commit is contained in:
@@ -117,7 +117,7 @@ public class MapScaleBar extends Layer implements UpdateListener {
|
||||
mPrevLatitude = latitude;
|
||||
|
||||
double groundResolution = MercatorProjection
|
||||
.calculateGroundResolution(latitude, mapPosition.scale);
|
||||
.groundResolution(latitude, mapPosition.scale);
|
||||
|
||||
int[] scaleBarValues;
|
||||
if (mImperialUnits) {
|
||||
|
||||
Reference in New Issue
Block a user