-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
GeoJson Point has inconsistent input and output types #2826
Comments
bram209
changed the title
Inconsistent spatial input and output types
GeoJson Point has dnconsistent spatial input and output types
Jan 6, 2021
bram209
changed the title
GeoJson Point has dnconsistent spatial input and output types
GeoJson Point has inconsistent input and output types
Jan 6, 2021
Input types are not meant to be geojson as json isn't really a graphql input but I am curious to see what Pascals opinion is |
Or is the issue the plurality of coordinates? You might explain yourself and why you posted those links so we don't have to infer and assume |
This issue's conversation has been locked. Please file a new issue if you would like to continue the discussion. |
ghost
locked as resolved and limited conversation to collaborators
Jan 7, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The input type of a GeoJsonPoint is inconsistent with it's output type:
GeoJson Point spec
Spatial/src/Types/GeoJsonPointType.cs#L17
NetTopologySuite/Geometries/Point.cs#L77
The text was updated successfully, but these errors were encountered: