You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We're calling 3rd party services to get GeoJson objects and sometimes they are returning invalid GeoJson objects. We use NetTopologySuite for deserialization and would like to be able to skip invalid geometries instead of throwing an exception.
What would be the easiest way to achieve this? We could probably have our own implementation of the converter, but maybe there's a better option.
Thanks in advance 🙏
The text was updated successfully, but these errors were encountered:
Hello,
We're calling 3rd party services to get
GeoJson
objects and sometimes they are returning invalid GeoJson objects. We useNetTopologySuite
for deserialization and would like to be able to skip invalid geometries instead of throwing an exception.What would be the easiest way to achieve this? We could probably have our own implementation of the converter, but maybe there's a better option.
Thanks in advance 🙏
The text was updated successfully, but these errors were encountered: