diff --git a/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolLayer.java b/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolLayer.java index 2a2a869ff6..2fbb4a0c80 100644 --- a/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolLayer.java +++ b/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolLayer.java @@ -59,8 +59,8 @@ public class MeasurementToolLayer extends OsmandMapLayer implements ContextMenuL centerIconDay = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_ruler_center_day); centerIconNight = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_ruler_center_night); - pointIcon = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_pedestrian_location); - applyingPointIcon = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_mapillary_location); + pointIcon = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_measure_point_day); + applyingPointIcon = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_measure_point_move_day); bitmapPaint = new Paint(); bitmapPaint.setAntiAlias(true);