Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Reading WKT #22

Open
jhudsonWA opened this issue Mar 30, 2016 · 2 comments
Open

Error Reading WKT #22

jhudsonWA opened this issue Mar 30, 2016 · 2 comments

Comments

@jhudsonWA
Copy link

Trying to read a WKT that is in a SRID (2927) and it keeps telling me:

Specified argument was out of the range of valid values.

Does this reader only work with regular lat/longs?

WKT:
POINT (1231668.2539279764 968951.39716555178)

Code:

var reader = new WktReader();
var geometry = reader.Read(roadsideFeature.FeatureGeometryString); // reading a string

@sibartlett
Copy link
Owner

Yeah, this library only works with regular lat/longs; SRID 4326 / WGS84.

@jhudsonWA
Copy link
Author

Ok, thanks anyway!

Sent from my iPhone

On Mar 30, 2016, at 10:28 PM, Simon Bartlett [email protected] wrote:

Yeah, this library only works with regular lat/longs; SRID 4326 / WGS84.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants