Commented Issue: FeatureSet.Open crashes with ArgumentOutOfRangeException...
When opening a shape file, the FeatureSet.Open method raise an ArgumentOutOfRangeException. The code raising the exception is really basic:DotSpatial.Data.FeatureSet fs =...
View ArticleEdited Issue: FeatureSet.Open crashes with ArgumentOutOfRangeException [23945]
When opening a shape file, the FeatureSet.Open method raise an ArgumentOutOfRangeException. The code raising the exception is really basic:DotSpatial.Data.FeatureSet fs =...
View ArticleCreated Unassigned: DotSpatial.Topology vs NetTopologySuit [25064]
At the moment in the NetTopologySuit there are a lot of fixes\improvements, which not included into DotSpatial.Topology. I think we need to think how to syncronize these two projects. I think we should...
View ArticleCommented Unassigned: DotSpatial.Topology vs NetTopologySuit [25064]
At the moment in the NetTopologySuit there are a lot of fixes\improvements, which not included into DotSpatial.Topology. I think we need to think how to syncronize these two projects. I think we should...
View ArticleCommented Unassigned: DotSpatial.Topology vs NetTopologySuit [25064]
At the moment in the NetTopologySuit there are a lot of fixes\improvements, which not included into DotSpatial.Topology. I think we need to think how to syncronize these two projects. I think we should...
View ArticleCommented Unassigned: DotSpatial.Topology vs NetTopologySuit [25064]
At the moment in the NetTopologySuit there are a lot of fixes\improvements, which not included into DotSpatial.Topology. I think we need to think how to syncronize these two projects. I think we should...
View ArticleCommented Unassigned: Patch to FeatureSetExt.cs Intersection [24345]
FeatureSetExt.cs's Intersection is buggy in the FieldJoinType.ForeignOnly case. I believe this has been reported previously.Not sure if this _ever_ worked. See patch for 3 bug...
View ArticleCommented Unassigned: DotSpatial.Plugins.MapWindowProjectFileCompatibility...
In DemoMap application, we can go to menu\files\open and choose a Mapwindow4Project (Mwprj) to open.However, it go down to a bug. The bug is in...
View ArticleCommented Unassigned: Display problem form about maximizing the minimal...
When the form is initialized, the SHP file to display properly, the maximum at a minimum, the SHP file does not display.Comments: ** Comment from web user: mogikanin ** Hi, can you explain your problem...
View ArticleEdited Issue: PolygonShapefile throws ArgumentException on NOAA Medium...
Loading the standard NOAA medium resolution coastline shp file located at (downloaded from) http://coastalmap.marine.usgs.gov/GISdata/basemaps/coastlines/nos80k/nos80k.zip via...
View ArticleClosed Issue: PolygonShapefile throws ArgumentException on NOAA Medium...
Loading the standard NOAA medium resolution coastline shp file located at (downloaded from) http://coastalmap.marine.usgs.gov/GISdata/basemaps/coastlines/nos80k/nos80k.zip via...
View ArticleClosed Issue: Reading shapefile with null values throws exception [24969]
Hi,I have a shapefile with some columns having null values. When I attempt to get the feature set from it, it throws the following exception:Value cannot be null.Parameter name: src at...
View ArticleClosed Issue: Crash upon loading .shp-file without M-values [23123]
I have created a .shp-file from a Oracle database via ogr2ogr.exe, this can't be loaded into DotSpatial and my research seems to be because the .shp-file doesn't have any M-values. Tried the trial...
View ArticleClosed Issue: Alternative (or wrong?) name in...
In the constructor for TransverseMercator so does a line say: Name = "Transverse_Mercator"; In my .prj file so is the name actually "Transverse Mercator" (space instead of underscore). I don't know if...
View ArticleClosed Issue: bug IndexOutOfRange EnvelopeExt.Intersection(this IEnvelope...
DotSpatial.Topology.EnvelopeExt.Intersection(this IEnvelope self, ILineSegment segment)This method throws an IndexOutOfRangeException because we try to check more than two borderpointsif we already...
View ArticleClosed Feature: Legend detailed properties [23701]
You should definitely include the full path to the shape file referenced by this layer in these properties.Also, consider removing some properties that are not helpful (e.g., DrawnStates array).
View ArticleClosed Issue: ProjectionInfo.Over not used in Reproject.ConvertToLatLon [23809]
Reproject is not taking source.Over into account before it calls Adjlon near the end of ConvertToLatLon. I suggest to wrap the line withif (!source.Over){ xy[i * 2] = Adjlon(xy[i * 2]);}This is similar...
View ArticleClosed Issue: File is not closed after Raster.Save() [23885]
Trying to open a tif raster file after calling Save method results in IOExcetpion "File is being used by another process"Sample code:```AppManager app = new AppManager();app.LoadExtensions();IRaster...
View ArticleClosed Unassigned: Can't find MapControl in Visual Studio 2012 [24217]
I create a Winform project in Visual Stduio 2012 with .Net framework 4. Then install DotSpatial.Control and its dependency by NuGet. Every thing is OK. But when I choose DotSpatial.Control to add...
View ArticleClosed Task: DotSpatial.Data.Rasters.GdalExtension w/ GDAL NuGet package [23782]
The current implementation of GDAL Rasters and OGR Vectors is limited to x86 platform.This could be avoided when using the [GDAL NuGet packages](http://www.nuget.org/packages?q=gdal).Advantages of the...
View Article