- Timestamp:
- 2008-01-13T00:50:52+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmReader.java
r367 r521 133 133 String bbox = atts.getValue("box"); 134 134 String origin = atts.getValue("origin"); 135 if (origin == null) origin = ""; 135 136 if (bbox != null) { 136 137 String[] b = bbox.split(","); 137 Bounds bounds = n ull;138 Bounds bounds = new Bounds(); 138 139 if (b.length == 4) 139 140 bounds = new Bounds(
Note:
See TracChangeset
for help on using the changeset viewer.