Changeset 2327 in josm for trunk/src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java
- Timestamp:
- 27.10.2009 01:21:32 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java
r1946 r2327 45 45 if(b != null) 46 46 { 47 visit(b. min);48 visit(b. max);47 visit(b.getMin()); 48 visit(b.getMax()); 49 49 } 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.
