orbisgis / cts

Projection library in Java
GNU Lesser General Public License v3.0
49 stars 15 forks source link

GeographicExtent getEasternBound returns westernBound incorrectly #136

Closed hramlee closed 3 years ago

hramlee commented 3 years ago

Hi,

I was trying to use GeographicExtent to write a version of isInside, but ignoring the modulo, when I noticed that the getter for EasternBound returns westernBound instead in org.cts.cs.GeographicExtent

public double getEasternBound() {
    return westernBound;
}
ebocher commented 3 years ago

@mukoki if you have time

mukoki commented 3 years ago

Sorry for the late answer and thanks for the reminder. Should be fixed by #137