-
```
Hello.
I'm using the latest version of nettopologysuite.
There is problem with MultiPoint embedded in GeometryCollection.
List geom = new List();
foreach (var point in Points)
{
geom.Add…
-
I created a custom OData Resource Serializer as part of the migration into dotnet core 8 and OData 9
This was mainly to maintain out previous syntax and suppor Geometry type from SQL spatial an…
-
```
Should be extremely cool to implement some kind of support for TopoJson inside
NetTopologySuite, mainly because SharpMap can use this stuff and be able to
made crazy stuff like this one: http://…
-
```
Should be extremely cool to implement some kind of support for TopoJson inside
NetTopologySuite, mainly because SharpMap can use this stuff and be able to
made crazy stuff like this one: http://…
-
Hi,
Currently we are using the NetToplogySuite library with EF Core and everything works fine, except we cannot use OData with these properties. We simply want to be able to query for objects which…
RobTF updated
3 years ago
-
As a follow up to https://github.com/dotnet/efcore/issues/13752, I'm attempting to use `HasDbFunction` with my `GeoCoordinate` value object to call the database function `STDistance`.
I already ha…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
I am trying to use spatial types in gateway layer, but receiving …
-
I'm using the GeometryPrecisionReducer to adjust the precision of a geometry. This works but the precision model of the output geometry is not changed although this is explicitly enabled with `setChan…
ch-k updated
2 months ago
-
When I use `NetTopologySuite.Geometries.Envelope` in my model, and generate a migration, I get:
```The entity type 'Envelope' requires a primary key to be defined. If you intended to use a keyless en…
-
I am aware that CGAL offers package to create a[ offset polygon with a uniform offset value](https://doc.cgal.org/latest/Straight_skeleton_2/index.html#title12), at either the interior or the exterior…