-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
spatial transformations #2904
spatial transformations #2904
Conversation
src/HotChocolate/Spatial/src/Types/Transformation/GeometryProjector.cs
Outdated
Show resolved
Hide resolved
This looks pretty nice. |
It would be nice to add these two defaults from NTS that will be the most popular/common spatial references that folks will be using https://github.com/NetTopologySuite/ProjNet4GeoAPI/blob/6a6ee1c9c1eb27877c43e0a58ae280f7510ef444/src/ProjNet/CoordinateSystemServices.cs#L197-L198. I would propose to add an extension method to set |
@steveoh added webmercator and WGS84 as extension methods |
src/HotChocolate/Spatial/src/Types/Transformation/GeometryTransformerInterceptor.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: steveoh <sgourley@utah.gov>
…m/hotchocolate into pse/feat-spatial-reprojection
src/HotChocolate/Spatial/src/Types/Transformation/GeometryTransformer.cs
Show resolved
Hide resolved
src/HotChocolate/Spatial/src/Types/Transformation/GeometryTransformer.cs
Show resolved
Hide resolved
@michaelstaib do you have any comments besides code style? |
Is this done? |
src/HotChocolate/Spatial/src/Types/Configuration/ISpatialConventionDescriptor.cs
Show resolved
Hide resolved
src/HotChocolate/Spatial/src/Types/Transformation/GeometryTransformer.cs
Show resolved
Hide resolved
SonarCloud Quality Gate failed. |
@michaelstaib do you have any review comments besides code style? |
Adds reprojection features to spatial types