Skip to content

Commit

Permalink
更新ArcGis工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
秋逸 committed Jul 13, 2018
1 parent f516fa5 commit b58e727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void initAcrMap(final Context mContext, final MapView mMapView, fi
@Override
public void mapScaleChanged(MapScaleChangedEvent mapScaleChangedEvent) {
double s = (int) RxMapTool.screenPixelToMetre(RxImageTool.dp2px(30) * 1.5, mapScaleChangedEvent.getSource().getMapScale(), mContext);
mTvPlottingScale.setText(RxDataTool.changeDistance(s));
mTvPlottingScale.setText(RxDataTool.changeDistance(s,false));
}
});
}
Expand Down

0 comments on commit b58e727

Please sign in to comment.