Changeset 35631 in osm for applications/editors/josm/plugins/pbf/src/org
- Timestamp:
- 2020-10-29T18:48:26+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pbf/src/org/openstreetmap/josm/plugins/pbf/io/PbfReader.java
r35035 r35631 75 75 if (header.hasBbox()) { 76 76 HeaderBBox bbox = header.getBbox(); 77 if (bbox != null) {78 77 double minlat = parseRawDegrees(bbox.getBottom()); 79 78 double minlon = parseRawDegrees(bbox.getLeft()); … … 86 85 Logging.error("Invalid Bounds: "+b); 87 86 } 88 }89 87 } 90 88 }
Note:
See TracChangeset
for help on using the changeset viewer.