mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 19:49:15 +02:00
Fixed projection comparison
This commit is contained in:
@ -199,5 +199,5 @@ bool PolarStereographic::operator==(const CT &ct) const
|
||||
&& _originLongitude == other->_originLongitude
|
||||
&& _falseEasting == other->_falseEasting
|
||||
&& _falseNorthing == other->_falseNorthing && _two_a == other->_two_a
|
||||
&& _es == other->_es);
|
||||
&& _es == other->_es && _southernHemisphere == other->_southernHemisphere);
|
||||
}
|
||||
|
Reference in New Issue
Block a user