-
Can't rebuild Sharpmap solution, because can't update solution to GeoAPI 1.7.5 library .
The same question in [https://github.com/NetTopologySuite/GeoAPI/issues/51].
Can't anybody get me full v…
-
DotSpatial version: 2.0
So I am writing a function that requires the Extent of a FeatureSet as well as each individual Feature.
For FeatureSet it was easy. I just use FeatureSet.Extent
For Fe…
-
Hi,
i want to display the the cooridnates of the cursor position in lat/long values. Right now i achive this this with the [SRIDReader](https://github.com/NetTopologySuite/ProjNet4GeoAPI/blob/develop…
-
Hello I have a question regarding your implementation of spatial indexes. I'm wondering why you only have read-only R trees? I do not know if it is a common need but at least in my case I would like t…
-
In the GeometryExtensions, the GeometryTransform type is not recognized. Was this written for an older version of ProjNet4GeoAPI?
---
#### Document Details
⚠ *Do not edit this section. It is require…
-
There is a way with this plugin , to determinate if a Position results inside a Polygon defined on the map ?
Thanks.
-
Hi there,
Using Reverse Engineer, SQL Server geography type columns no longer import and are dropped from models.
I've tried the latest build, 2.3.90 and it still doesn't work.
Thanks,
David
-
After #49, both GeoAPI and this project have their own `IProjection`. Since NTS uses GeoAPI's I cannot use Projections from here with NTS.
-
Model:
public partial class Acc
{
public Acc()
{
AccDetail = new HashSet();
CollisionPoints = new HashSet();
}
public lo…
-
MSSQL doesn't actually support WKT as specified in OGC 06-103r4.
|OGC WKT|Apparent MSSQL Equivalent|
|-|-|
|`POINT (1 2)`|`POINT (1 2)`|
|`POINT Z (1 2 3)`|`POINT (1 2 3)`|
|`POINT ZM (1 2 3 4)…