Commented Issue: ManhattanShapes error [24146]
I am experiencing a little problem in converting an integer raster to polygon shapefile using manhattanshapes.here is the code Dim a As New DotSpatial.Plugins.Taudem.Port.ManhattanShapes(fname) Dim g...
View ArticleCommented Unassigned: Multipolygon intersection problem [24400]
I found a bug in ClipPolygonWithLine.ClipPolygonFeatureSetWithPolygon.When multipolygon are input to the above sub it leads to no result, although debugging the code it seems it finds the right...
View ArticleCommented Issue: ManhattanShapes error [24146]
I am experiencing a little problem in converting an integer raster to polygon shapefile using manhattanshapes.here is the code Dim a As New DotSpatial.Plugins.Taudem.Port.ManhattanShapes(fname) Dim g...
View ArticleClosed Unassigned: Multipolygon intersection problem [24400]
I found a bug in ClipPolygonWithLine.ClipPolygonFeatureSetWithPolygon.When multipolygon are input to the above sub it leads to no result, although debugging the code it seems it finds the right...
View ArticleClosed Feature: Show dataset file location in layer properties window [23126]
Somewhere in the layer detailed properties, I would like to see the file path (or web url address or database name) of the dataset that is the source dataset of the map layer)Comments: Duplicate of...
View ArticleCommented Issue: ShapeFiles with PointZ are assumed to have four values, when...
DotSpatial assumes that ShapeFiles with PointZ have four values (x, y, z and m). Our ShapeFiles that are PointZ only have three values (x, y and z). This makes DotSpatial crash since it's trying to...
View ArticleCommented Issue: ShapeFiles with PointZ are assumed to have four values, when...
DotSpatial assumes that ShapeFiles with PointZ have four values (x, y, z and m). Our ShapeFiles that are PointZ only have three values (x, y and z). This makes DotSpatial crash since it's trying to...
View ArticleClosed Issue: ShapeFiles with PointZ are assumed to have four values, when it...
DotSpatial assumes that ShapeFiles with PointZ have four values (x, y, z and m). Our ShapeFiles that are PointZ only have three values (x, y and z). This makes DotSpatial crash since it's trying to...
View ArticleCommented Issue: ManhattanShapes error [24146]
I am experiencing a little problem in converting an integer raster to polygon shapefile using manhattanshapes.here is the code Dim a As New DotSpatial.Plugins.Taudem.Port.ManhattanShapes(fname) Dim g...
View ArticleCommented Issue: ManhattanShapes error [24146]
I am experiencing a little problem in converting an integer raster to polygon shapefile using manhattanshapes.here is the code Dim a As New DotSpatial.Plugins.Taudem.Port.ManhattanShapes(fname) Dim g...
View ArticleCommented 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 ArticleEdited 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 ArticleCommented 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 ArticleEdited 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 ArticleCommented Unassigned: OverflowException when adding shapefile with all...
Creating a shapefile with Dotspatial where all points are at 0, 0 (data returned from database query). When trying to add a shapefile with all points at 0, 0 Dotspatial throws an OverflowException.This...
View ArticleEdited 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 ArticleEdited Issue: DBF text field size from fs.SaveAs() [24181]
DBF text field size in a shapefile created through fs.SaveAs(“F:\...\test.shp”, true) is set to “254” rather than the maxwidth property of the input featureset datatable. The modified sample code...
View ArticleCommented Issue: DBF text field size from fs.SaveAs() [24181]
DBF text field size in a shapefile created through fs.SaveAs(“F:\...\test.shp”, true) is set to “254” rather than the maxwidth property of the input featureset datatable. The modified sample code...
View ArticleEdited Issue: DBF text field size from fs.SaveAs() [24181]
DBF text field size in a shapefile created through fs.SaveAs(“F:\...\test.shp”, true) is set to “254” rather than the maxwidth property of the input featureset datatable. The modified sample code...
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 Article