Closed 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 ArticleClosed Issue: Label spatialite layer [24339]
The code for adding new layer from SQL Spatialite database in DotSpatial map works OK: SpatiaLiteHelper slh = new SpatiaLiteHelper(); GeometryColumnInfo item = r.DataBoundItem as GeometryColumnInfo;...
View ArticleClosed Issue: Documentation on open an existing shapefile [23686]
The code here doesn't work: http://dotspatial.codeplex.com/wikipage?title=OpeningCS&referringTitle=Desktop_SampleCode
View ArticleClosed Issue: Unicode Character Support in Attribute Data [22524]
There is a problem in showing unicode characters, UTF-8, Persian and other languages character sets when loading .dbf file attribute data fields. These characters are shown by "?" character.Please...
View ArticleClosed Issue: Removing layer with map.layers.remove destroys underlying FS...
When using map.layers.remove the underlying featureset is no longer available.This is problematic when using IMPLs with another control to add/remove layers.
View ArticleClosed Issue: Shapefile Reader does not allow exponents [24032]
I discovered that the shapefile reader (specifically in the AttributeTable class) does not allow exponent notation (e.g. "1.23e04") in floating point fields. I'm not sure if this is officially...
View ArticleClosed Issue: Minnesota Country Coordinates still wrong [23660]
Things seem to have changed since my last visit. A year ago I checked in changes to correct the parameters. There is no record of those changes, my previous issue...
View ArticleClosed Task: Unit-tests refactoring [24052]
1. Use one framework - Nunit2. Use package from nuget instead SupportFiles\NUnit
View ArticleClosed Issue: Iesi.Collections in Topology conflicts with other assembies...
Why is Iesi.Collections embedded as source code inside of the Topology project and either not renamed or instead not referenced to as a DLL? When using other projects such as NHibernate where a...
View ArticleClosed Feature: Add WMS Support [22174]
We need to be able to display any map returned by an OGC WMS (Web Map Service) in the DotSpatial map control using the WebMap plugin. Currently the plugin only supports a list of predefined tile-map...
View ArticleClosed Task: debug vs release [24510]
Source code pulled from source code download yield different results when compiled in release mode. The extension, plugins and windowsextension are populated not the same as debug version.
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 ArticleUpdated Release: DotSpatial 1.6 (Jan 13, 2014)
DotSpatial.Core - includes only DotSpatial core librariesDotSpatial.Full - includes all DotSpatial libraries, extensions and DemoMap applicationChanges since 1.5.1 WebMap plugin: use latest Bruitle map...
View ArticleUpdated Release: DotSpatial 1.6 (Jan 13, 2014)
DotSpatial.Full - includes all DotSpatial libraries, extensions and DemoMap applicationDotSpatial.Core - includes only DotSpatial core librariesChanges since 1.5.1 WebMap plugin: use latest Bruitle map...
View ArticleReleased: DotSpatial 1.6 (Jan 13, 2014)
DotSpatial.Full - includes all DotSpatial libraries, extensions and DemoMap applicationDotSpatial.Core - includes only DotSpatial core libraries Entire list of changes see in the issue tracker. Main...
View ArticleUpdated Release: DotSpatial 1.6 (Jan 13, 2014)
DotSpatial.Full - includes all DotSpatial libraries, extensions and DemoMap applicationDotSpatial.Core - includes only DotSpatial core librariesEntire list of changes see in the issue tracker.Main...
View ArticleUpdated Wiki: Home
NewsJanuary 13, 2014: Released DotSpatial 1.6. Details here.Overview DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis...
View ArticleUpdated Wiki: Home
NewsJanuary 13, 2014: Released DotSpatial 1.6. Details here.Overview DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis...
View ArticleCommented Issue: Poor performance using AddShape [23740]
I need to create point layer with many points. The performance is poor. Tracing into DS source, the slowdown occurs in DotSpatial.Data.FeatureSet Vertex property. Each time a shape is added, all prior...
View ArticleCreated Unassigned: MapLabelLayer : Index was outside the bounds of the array...
System.IndexOutOfRangeException: Index was outside the bounds of the array. at DotSpatial.Controls.MapLabelLayer.DrawFeatures(MapArgs e, IEnumerable`1 features) in...
View Article