NetTopologySuite / ProjNet4GeoAPI

.NET Spatial Reference and Projection Engine
GNU Lesser General Public License v2.1
273 stars 83 forks source link

Typo in code sample on Wiki #88

Closed philipbelesky closed 3 years ago

philipbelesky commented 3 years ago

In Constructing-a-Coordinate-System-by-code.md the first code sample begins with:

GepAPI.CoordinateSystem.ICoordinateSystemFactory cFac

I think that should instead be:

GeoAPI.CoordinateSystems.ICoordinateSystemFactory cFac

Changes are "Gep" > "Geo" and "CoordinateSystem" into "CoordinateSystems". Sorry for the lack of PR - I couldn't immediately figure out how to PR against a wiki.

airbreather commented 3 years ago

Fixed, thanks