Closed Issue: Min\max updates for in memory rasters [24000]
If you open a raster in memory and change the values of it, the min/max properties don't change (e.g. if you open a raster DEM with elevation values, then set all the values in the raster to zero, the...
View ArticleCommented Issue: Min\max updates for in memory rasters [24000]
If you open a raster in memory and change the values of it, the min/max properties don't change (e.g. if you open a raster DEM with elevation values, then set all the values in the raster to zero, the...
View ArticleCommented Issue: Latest changes to ExtensionManager lead to...
I tried to adapt my project to the latest version on Trunk, but activating the extension leads to a series of InvalidOperationExceptions (illegal cross thread call). I tried to wrap some of the...
View ArticleClosed Issue: Problem with IFeatureSet.Intersection [23963]
An error was encountered during an IFeatureSet.Intersection operation. The code to duplicate the error is as follows: ```//Open the three data setsIFeatureSet siteDesignArea =...
View ArticleCommented Issue: Latest changes to ExtensionManager lead to...
I tried to adapt my project to the latest version on Trunk, but activating the extension leads to a series of InvalidOperationExceptions (illegal cross thread call). I tried to wrap some of the...
View ArticleCommented Issue: DotSpatial.Data.Rasters.GdalExtension w/ GDAL NuGet package...
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 ArticleCreated Issue: Missing epsg codes in projection infos [24006]
I try to implement a projection lookup based on epsg codes. I noticed that the ProjectionInfo i get by using a lookup via ProjectionInfo.FromEpsgCode(int) always has epsg code 0.Also ProjectionInfos...
View ArticleCommented Issue: Missing epsg codes in projection infos [24006]
I try to implement a projection lookup based on epsg codes. I noticed that the ProjectionInfo i get by using a lookup via ProjectionInfo.FromEpsgCode(int) always has epsg code 0.Also ProjectionInfos...
View ArticleCommented Issue: Latest changes to ExtensionManager lead to...
I tried to adapt my project to the latest version on Trunk, but activating the extension leads to a series of InvalidOperationExceptions (illegal cross thread call). I tried to wrap some of the...
View ArticleCommented Issue: Missing epsg codes in projection infos [24006]
I try to implement a projection lookup based on epsg codes. I noticed that the ProjectionInfo i get by using a lookup via ProjectionInfo.FromEpsgCode(int) always has epsg code 0.Also ProjectionInfos...
View ArticleCommented Issue: Latest changes to ExtensionManager lead to...
I tried to adapt my project to the latest version on Trunk, but activating the extension leads to a series of InvalidOperationExceptions (illegal cross thread call). I tried to wrap some of the...
View ArticleCommented Issue: Latest changes to ExtensionManager lead to...
I tried to adapt my project to the latest version on Trunk, but activating the extension leads to a series of InvalidOperationExceptions (illegal cross thread call). I tried to wrap some of the...
View ArticleCreated 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 ArticleCommented 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 ArticleCommented 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.Comments: ** Comment from web user: danames...
View ArticleCommented 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.Comments: ** Comment from web user: aparks...
View ArticleCommented 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.Comments: ** Comment from web user: danames...
View ArticleCommented 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.Comments: ** Comment from web user: danames...
View ArticleCreated Issue: Multiply legends bug [24036]
When application has a several legends, then the clicking on any FeatureLayer context actions (e.g. Properties, Join Excel, Export data, etc..) executes the action associated with this context menu...
View ArticleCommented Issue: Problem with LAEA projection [23987]
Hello,I'm new to Dot Spatial and really enthusiast to play with this great tool. I am trying to convert lat/lng values to ETRS LAEA Europe coordinate system (EPSG:3035) but I always get NAN values (Not...
View Article