merge code
This commit is contained in:
parent
79af59bb02
commit
ad59a0efac
@ -249,7 +249,7 @@ public final class NIMapView extends RelativeLayout {
|
|||||||
|
|
||||||
// 增加比例尺图层
|
// 增加比例尺图层
|
||||||
NaviMapScaleBar naviMapScaleBar = new NaviMapScaleBar(getVtmMap());
|
NaviMapScaleBar naviMapScaleBar = new NaviMapScaleBar(getVtmMap());
|
||||||
naviMapScaleBar.initScaleBarLayer(GLViewport.Position.BOTTOM_LEFT, 20, 84);
|
naviMapScaleBar.initScaleBarLayer(GLViewport.Position.BOTTOM_CENTER, 128, 5);
|
||||||
|
|
||||||
// if (gridLayer == null) {
|
// if (gridLayer == null) {
|
||||||
// gridLayer = new TileGridLayer(getVtmMap());
|
// gridLayer = new TileGridLayer(getVtmMap());
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
android:id="@+id/navinfo_map_compass"
|
android:id="@+id/navinfo_map_compass"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_marginTop="50dp"
|
android:layout_marginBottom="72dp"
|
||||||
android:padding="@dimen/nimap_defalut_padding"
|
android:padding="@dimen/nimap_defalut_padding"
|
||||||
android:src="@mipmap/compass" />
|
android:src="@mipmap/compass" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user