-
In the current draft OGC API - DGGS we introduce [DGGS-JSON](https://docs.ogc.org/DRAFTS/21-038.html#rc_data-json) (and corresponding binary UB-JSON encoding) as a JSON schema for efficiently transmit…
-
Polygons currently cannot be started where a shape is complex. this is because the size of the edge point marker cannot be adjusted, so opening a shape and continuing wit ha second near-by point is no…
-
This code simply takes the union of two simple polygons. But with these specific polygons the result is a "double wound" polygon, i.e. the path goes around the rim twice. Fails with 1.83 and 1.84, but…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
`lineIntersect` on polygons leads to unexpected result. In TurfJs we get all 3 points of the polygon, in TurfDart we only get one Point.
- [playground](https://jsfiddle.net/9nu716fz/27/)
- [inpu…
-
Help please.
I didn't use shape to specify the obstacles. I just manually input the polygons like:
polys = [[vg.Point(0.0,1.0), vg.Point(3.0,1.0), vg.Point(1.5,4.0)],[vg.Point(4.0,4.0), vg.Point(7.…
-
Hi -
Thanks for the awesome code. Can you show how you get multiple different GEOS geometry fields into 1 admin map (polygon, line, points)?
This example only brings in the Point:
import floppy…