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
The Ocient engine currently emits GIS objects that are incompatible with any of the deck.gl visualization charts. The existing implementation attempts to emit coordinate arrays which are invalid for polygons with holes and a few other edge cases.
The Ocient engine should emit geoJSON for all geospatial types.
Ocient alse has a... unique way of encoding geometry collections that results in Point or LineString objects being encoded as Polygons. Obviously, a geoJSON polygon containing a single point in its exterior ring produces invalid geoJSON,
I'd love to support this, but I'm not sure how. Is it something you'd be willing to propose/submit a fix for?
Closing this as stale since it's been silent for so long, and we're trying to steer toward a more actionable Issues backlog. We can re-open this if you think it's needed.
The Ocient engine currently emits GIS objects that are incompatible with any of the deck.gl visualization charts. The existing implementation attempts to emit coordinate arrays which are invalid for polygons with holes and a few other edge cases.
The Ocient engine should emit geoJSON for all geospatial types.
Ocient alse has a... unique way of encoding geometry collections that results in Point or LineString objects being encoded as Polygons. Obviously, a geoJSON polygon containing a single point in its exterior ring produces invalid geoJSON,
See: #23814
How to reproduce the bug
Expected results
N/A
Actual results
N/A
Screenshots
N/A
Environment
All environments
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: