- Timestamp:
- 2009-11-22T18:45:12+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
r2468 r2505 159 159 double eastMax = Math.max(p1.east(), p2.east()); 160 160 double northMin = Math.min(p1.north(), p2.north()); 161 double northMax = Math.m in(p1.north(), p2.north());161 double northMax = Math.max(p1.north(), p2.north()); 162 162 double deltaEast = (eastMax - eastMin) / 10; 163 163 double deltaNorth = (northMax - northMin) / 10;
Note:
See TracChangeset
for help on using the changeset viewer.