Update GPXLayer.java
This commit is contained in:
parent
f6052c62be
commit
abb98a9406
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ public class GPXLayer extends OsmandMapLayer implements ContextMenuLayer.IContex
|
|||
boolean track = false;
|
||||
List<TrkSegment> segments = selectedGpxFile.getPointsToDisplay();
|
||||
for (TrkSegment segment : segments) {
|
||||
track |= track(tb, segment.points, (int) (r * TOUCH_RADIUS_MULTIPLIER), mx, my);
|
||||
track |= track(tb, segment.points, (int) r, mx, my);
|
||||
}
|
||||
if (track) {
|
||||
res.add(selectedGpxFile);
|
||||
|
|
Loading…
Reference in a new issue