We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f3c32 commit 3c1091dCopy full SHA for 3c1091d
docs/Changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## New since 0.6.0-rc1
4
+
5
+- Minor improvements and bug fixes
6
7
## Version 0.6.X
8
9
**Version 0.6.0-rc1 (2016-10-08)**
vtm/src/org/oscim/core/BoundingBox.java
@@ -267,7 +267,7 @@ public double getLatitudeSpan() {
267
* @return the longitude span of this BoundingBox in degrees.
268
*/
269
public double getLongitudeSpan() {
270
- return getMaxLongitude() - getMinLatitude();
+ return getMaxLongitude() - getMinLongitude();
271
}
272
273
/**
0 commit comments