- Timestamp:
- 2011-11-30T00:07:53+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/BBox.java
r4420 r4622 175 175 return new LatLon(ymin, xmax); 176 176 } 177 178 public LatLon getCenter() { 179 return new LatLon(ymin + (ymax-ymin)/2.0, xmin + (xmax-xmin)/2.0); 180 } 177 181 178 182 @Override
Note:
See TracChangeset
for help on using the changeset viewer.