- Timestamp:
- 2021-03-16T18:15:25+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxImageEntry.java
r17553 r17565 552 552 public BBox getBBox() { 553 553 // new BBox(LatLon) is null safe. 554 return new BBox(this.getExifCoor()); 554 // Use `getPos` instead of `getExifCoor` since the image may be coorelated against a GPX track 555 return new BBox(this.getPos()); 555 556 } 556 557
Note:
See TracChangeset
for help on using the changeset viewer.