- Timestamp:
- 2020-06-17T00:05:05+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/Bounds.java
r16643 r16664 16 16 /** 17 17 * This is a simple data class for "rectangular" areas of the world, given in 18 * lat/lon min/max values. The values are rounded to LatLon.OSM_SERVER_PRECISION18 * lat/lon min/max values. The values are {@linkplain LatLon#roundToOsmPrecision(double) rounded to server precision} 19 19 * 20 20 * @author imi
Note:
See TracChangeset
for help on using the changeset viewer.