Changeset 33164 in osm for applications/editors/josm/plugins/o5m/src
- Timestamp:
- 2017-02-26T05:25:20+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java
r33012 r33164 221 221 if (!b.isCollapsed() && LatLon.isValidLat(minlat) && LatLon.isValidLat(maxlat) 222 222 && LatLon.isValidLon(minlon) && LatLon.isValidLon(maxlon)) { 223 ds. dataSources.add(new DataSource(b, header));223 ds.addDataSource(new DataSource(b, header)); 224 224 } else { 225 225 Main.error("Invalid Bounds: "+b);
Note:
See TracChangeset
for help on using the changeset viewer.