-
When creating a single point, an 32 byte empty envelope is also created in the GeoPackage header:
```C#
var GeometryFactory = NetTopologySuite.NtsGeometryServices.Instance.CreateGeometryFactory(2583…
-
I was led to do this by linq2db/linq2db.EntityFrameworkCore#49 saying to open new if still existing
I've followed all steps in the above adding the following mappings:
Linq2Db Config
```cs
…
-
I was testing large polygons across multiple tiles and noticed these weird breaks.
![image](https://github.com/user-attachments/assets/fa2a8bb1-592c-4b53-8b48-3ab7e75ad2f3)
I found this fix but it…
-
## Description
I recently added the `Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite` to work with the `Point` data structure, which represents the SQL Server `geographic` data type.
When…
-
Im trying to read shp-files in a Xamarin.Mac project with NetTopologySuite.IO.Shapefile 2.0.0.
Project is targeting Xamarin.Mac Full NET 4.8.
Calling _`reader = new ShapefileDataReader(file, _geom…
TomQv updated
3 months ago
-
### Description
In the past this type provider had support for `SqlServer.Types` a big part of which are the Spatial Data Types for SQLServer.
Today with the move to dotnetcore `Microsoft.SqlSer…
-
In order to use the polygon geometry in shapefile, you have to know the (projection spatial reference) in order to translate shapefile coordinates to WGS84. Can you point me a way to read .prj to cr…
-
```
Support for parsing and writing KML geometries.
```
Original issue reported on code.google.com by `felix.ob...@netcologne.de` on 17 Oct 2011 at 6:43
-
```
Support for parsing and writing KML geometries.
```
Original issue reported on code.google.com by `felix.ob...@netcologne.de` on 17 Oct 2011 at 6:43
-
With the latest release we are able to use NetCore 2.2 and relative EFCore 2.2 with all improvements and bugfixes (awesome!).
But I have a spatial query did with EFCore and new spatial's type present…