Skip to content

Commit

Permalink
Revert 6e1bd12 because it causes ImageOverlay to malfunction - revisi…
Browse files Browse the repository at this point in the history
…t later if necessary
  • Loading branch information
gwaldron committed Dec 13, 2023
1 parent e3ece4e commit 4e5302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarth/GeoData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ GeoExtent::area() const
double
GeoExtent::normalizeX(double x) const
{
if (is_valid(x) && isValid() && _srs->isGeographic())
if (is_valid(x) && _srs.valid() && _srs->isGeographic())
{
if (fabs(x) <= 180.0)
{
Expand Down

0 comments on commit 4e5302f

Please sign in to comment.