Ignore:
Timestamp:
2020-10-29T18:48:26+01:00 (5 years ago)
Author:
simon04
Message:

fix #19972 - pbf: downgrade to protobuf-java 2.5.0, downgrade to osmpbf 1.3.3, resolve osmpbf from mkgmap.org.uk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pbf/src/org/openstreetmap/josm/plugins/pbf/io/PbfReader.java

    r35035 r35631  
    7575            if (header.hasBbox()) {
    7676                HeaderBBox bbox = header.getBbox();
    77                 if (bbox != null) {
    7877                    double minlat = parseRawDegrees(bbox.getBottom());
    7978                    double minlon = parseRawDegrees(bbox.getLeft());
     
    8685                        Logging.error("Invalid Bounds: "+b);
    8786                    }
    88                 }
    8987            }
    9088        }
Note: See TracChangeset for help on using the changeset viewer.