You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CoordinateSystemWktReader does not currently support GEOCCS WKT strings. Please add support for reading these strings.
I have already made the changes and manually built the library so I could use this right away. If acceptable, I will post a pull request once I get something integrated into the project's unit tests.
The text was updated successfully, but these errors were encountered:
* make adjustments to MapProjection classes to benefit
from new Transform overload (e.g. RadiansToMeters,
MetersToRadians, ...)
* remove unnecessary overloads of other Transform
methods
* Add Converter class that helps with ICoordinateSequence
and Span<double>
#32
* make adjustments to MapProjection classes to benefit
from new Transform overload (e.g. RadiansToMeters,
MetersToRadians, ...)
* remove unnecessary overloads of other Transform
methods
* Add Converter class that helps with ICoordinateSequence
and Span<double>
#32
The CoordinateSystemWktReader does not currently support GEOCCS WKT strings. Please add support for reading these strings.
I have already made the changes and manually built the library so I could use this right away. If acceptable, I will post a pull request once I get something integrated into the project's unit tests.
The text was updated successfully, but these errors were encountered: