-
Notifications
You must be signed in to change notification settings - Fork 46
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
How to serialize/deserialize asp.net web api end points as GeoJson #56
Comments
I'm wondering as well. Example provided in Wiki is working well Using NTS.IO.GeoJSON4STJ with ASP.NET Core MVC |
@okwaroissa At the moment, the best we have is some samples on the wiki: https://github.com/NetTopologySuite/NetTopologySuite.IO.GeoJSON/wiki I'll keep this open as a bit more of a general "improve README" issue. @GiviKDev if your issue is specific to Swagger, can you please open a new issue for this with more details? |
Can you elaborate on the question a bit? |
@HarelM I've started to look into swagger. What you have is a good start, but there's still more to be done, for example: I think we should have a dedicated project to integrate with Microsoft.OpenAPI. I'll open a new issue for this, since I actually could use this at work. |
I have no objection for a dedicated project. I'm sure my code is not complete as can be seen in the example above. |
@airbreather i see that this issue is still open. May you provide the information when it will be closed? |
I do not have any near-term plans to work on this. |
How can I Use NetTopologySuite.IO.GeoJSON to return GeoJson formated response from asp.net core API end point?
The text was updated successfully, but these errors were encountered: