Source code checked in, #73624
Allow to find Transforms by alternative names (space instead of underscore, and vice versa). #23223
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 ArticleSource code checked in, #73625
Allow to load PointZ shapefiles without M-values. #23123
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 ArticleNew Post: Writing NMEA string
I have programmed using the Geoframeworks 2.x dlls and bought a license back in 2006. In the programs that I made, I was reading NMEA data from sailboat instruments and then recording them to a GPS I...
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 ArticleSource code checked in, #73634
DBF files: Write text field size according to MaxLength. #24181
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 ArticleSource code checked in, #73648
Allow to read and export lineshape files with NullShapes. #23945
View ArticleCommented 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 ArticleUpdated Wiki: Home
Contents:Overview, Contribute, SupportOverview DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis and mapping...
View ArticleUpdated Release: DotSpatial 1.6
Changes since 1.5.1 WebMap plugin: use latest Bruitle map providers such as OpenStreetMap, Google, Bing, Yahoo. Added WMS support. Improved speed and stabilty.Various projections fixes: Bug with...
View Article