Merge remote-tracking branch 'origin/master'
BIN
OsmAnd/res/drawable-hdpi/bg_shadow_quick_input_left.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
OsmAnd/res/drawable-hdpi/bg_shadow_quick_input_right.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
OsmAnd/res/drawable-mdpi/bg_shadow_quick_input_left.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
OsmAnd/res/drawable-mdpi/bg_shadow_quick_input_right.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
OsmAnd/res/drawable-xhdpi/bg_shadow_quick_input_left.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
OsmAnd/res/drawable-xhdpi/bg_shadow_quick_input_right.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/bg_shadow_quick_input_left.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/bg_shadow_quick_input_right.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
|
@ -312,6 +312,7 @@ public class MeasurementEditingContext {
|
|||
WptPt pt = new WptPt();
|
||||
pt.lat = loc.getLatitude();
|
||||
pt.lon = loc.getLongitude();
|
||||
pt.ele = loc.getAltitude();
|
||||
pts.add(pt);
|
||||
}
|
||||
calculatedPairs++;
|
||||
|
|