-
When producing a reader expression for NTS column, spatial type mappings use their own converters to modify the valueExpression in the `CustomizeDataReaderExpression` rather than going through normal…
-
When using ConformingDelaunayTriangulationBuilder to triangulate including constraints, some of the triangulated points on the constraint doesn't have a Z value.
Original code:
```
List geometries…
-
A coworker pointed me to this block:
https://github.com/NetTopologySuite/NetTopologySuite/blob/e4e6f3f4e1f19e57d0d2ea71183b04a8332a97e2/src/NetTopologySuite/Simplify/DouglasPeuckerSimplifier.cs#L19…
-
Hi, I posted the same enhancement request here:
https://github.com/NetTopologySuite/NetTopologySuite/issues/142
But I was told I should post it here or in the mailing list.
In short, a very simple …
-
Calling `Geometry.buffer(double)` on a `Polygon` with interior ring that was created using a `GeometryFactory` with a fixed `PrecisionModel` might remove the interior ring:
```java
public void tes…
-
See also: NetTopologySuite/NetTopologySuite#213
We think that there's a reasonably straightforward way to do `equalsTopo` for `GeometryCollection`s, by comparing the polygon, line, and point compon…
-
I took your advice and looked into using an assembly redirect to get Spatial4n.Core.NTS 0.3.0.0 working with NetTopologySuite 1.13.2.0. The redirect is as follows:
```
…
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am running the latest version of NetTopologySuite
- [x] I have verified if the problem exist in both …
-
Hi there,
what is the status of this project? I'm working on a project and would like to see curve support in NetTopologySuite. More than happy to contribute :)
Chris
-
Beacuse the NuGet for SharpMap is out of date, I'm building from source. I've cloned this repo, built and added references to the projects to my WinForms app, but every time I run it, I get this:
…