opengeospatial / geoapi

GeoAPI provides a set of interfaces in programming languages (currently Java and Python) for geospatial applications. The GeoAPI interfaces closely follow OGC specifications, adaptated to match the expectations of programmers.
http://www.geoapi.org
Apache License 2.0
118 stars 37 forks source link

Fix typo in CylindricalCS class name #95

Closed dmeaux closed 4 months ago

dmeaux commented 4 months ago

Just a quick fix. The CylindricalCS class was misspelled as CylindralCS. The "ic" was missing.

desruisseaux commented 4 months ago

Thanks! Merged to the TestBed-19 branch, and I will cherry-pick to the master branch a little bit later today.