-
Some or all vector type records are not displaying the preview single-record feature in the record page that presents the underlying tabular record for that feature. The problem seems to be the same f…
-
Investigating further into HasZ shows some inconsistencies between types. These are expected:
```bash
for geom_type in POINT LINESTRING LINEARRING POLYGON; do
geom="$geom_type Z EMPTY"
echo "$…
-
1. Snapping is sometimes unnecessary. For example, if the entryway is inside the archway of a house, it will stick to the outline of the house. Also relate to this #471
2. As long as sticking points …
-
![image](https://github.com/dabreegster/polygon-width/assets/1664407/7ebf17ad-a618-4ebc-95e0-084af887381a)
It's due to https://github.com/dabreegster/polygon-width/blob/251633663e4523c3b121ab235b9fff…
-
Hi!
Is it possible to add a third dimension to the function?(z height)
Something like:
polygon = [(0,1,2), (-1, 0, 2.5), (0, -1, 2.5), (1, 0, 2)]
I tried it but get the error:
triangles = …
-
## Issue Details
In some "simple" cases (No three points are aligned) optimal_convex_partition_2 does not return the optimal convex partition.
The source code below shows a 10 points polygon tha…
-
How hard would it be to make a function that maps a point in the first BZ to its symmetrically identical point in the irreducible BZ? I am trying to integrate/sum over the first BZ and it would be nic…
-
### Discussed in https://github.com/ObjectVision/GeoDMS/discussions/63
Originally posted by **jipclaassens** January 9, 2023
Maarten Hilferink [28 Feb 2022 at 17:09](https://trello.com/c/Ov4Y…
-
sql/tests.TestRandomSyntaxGeneration [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/17305135?buildTab=log) with [artifacts](https://teamcity.co…
-
Using Boost: 1.84
C++ 17
I am attempting to go from a Point to a Polygon using a positive buffer value and then using the resulting Polygon to generate a smaller Polygon with a negative buffer. Ho…