[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/data
Torsten Rahn
tackat at kde.org
Sun Aug 9 00:22:11 CEST 2009
SVN commit 1009012 by rahn:
- Fill this implementation with something meaningful.
M +1 -6 GeoDataPolygon.cpp
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataPolygon.cpp #1009011:1009012
@@ -84,12 +84,7 @@
GeoDataLatLonAltBox GeoDataPolygon::latLonAltBox() const
{
- if (p()->m_dirtyBox) {
- // calculate LatLonAltBox
- }
- p()->m_dirtyBox = false;
-
- return GeoDataLatLonAltBox();
+ return p()->outer.latLonAltBox();
}
GeoDataLinearRing& GeoDataPolygon::outerBoundary() const
More information about the Marble-commits
mailing list