We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Yeah, this library only works with regular lat/longs; SRID 4326 / WGS84.
Sorry, something went wrong.
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
On Mar 30, 2016, at 10:28 PM, Simon Bartlett [email protected] wrote:
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: