New Post: Download documentation as chm: No Unblock option in Properties of...
SkeeterDeeter wrote: Copy the file to your local computer. .chm files can't be opened over a network Cheers SkeeterDeeter.
View ArticleCommented Task: 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 Task: 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: Distance.Parse is inconsistant with invalid input [24937]
Distance.Parse throws an exception when a number with an unrecognized unit is entered:```Distance.Parse("3 this should not be valid");```This is fine, but if the number is...
View ArticleNew Post: Projections for Hawaii
Mogikanin,I have finally solved my problem, at least to my satisfaction. I am still not sure if it is the correct way to implement but it gives me the answers I need. Here is a snipped from my VB code....
View ArticleSource code checked in, #73706
Fixed #25121: Project (dspx) serialization and GDAL Imagery.
View ArticleClosed Issue: Project (dspx) serialization and GDAL Imagery [25121]
This seems to happen even when using the DemoMap.exe.1.) Start up DemoMap.exe2.) Add a gdal imagery layer to the application3.) Save the project file4.) Close DemoMap.exe5.) Reopen DemoMap.exe6.) Open...
View ArticleCommented Issue: Setting FilePath property of a FeatureSet doesn't populate...
I have the following test code: var fs = new FeatureSet()fs.FilePath = ("c:\\temp\\test.shp")Assert.Greater(fs.Features.Count) //fails - Features.Count is still zero The test fails, because setting the...
View ArticleNew Post: How to disable the "invalid or Missing Projection Message box"
Can you also explain where to put this part of code?
View ArticleEdited Issue: Problem with GDAL write filter [23730]
I am using the default set of GDAL providers. When I try to set my SaveFileDialog.Filter to DotSpatial.Data.DataManager.DefaultDataManager.DialogWriteFilter, an error appears saying invalid format. The...
View ArticleClosed Issue: Problem with GDAL write filter [23730]
I am using the default set of GDAL providers. When I try to set my SaveFileDialog.Filter to DotSpatial.Data.DataManager.DefaultDataManager.DialogWriteFilter, an error appears saying invalid format. The...
View ArticleSource code checked in, #73708
Fixed #22237: FeatureToRaster tool doesn't recognize GeoTiff as valid output format
View ArticleCommented Feature: FeatureToRaster tool doesn't recognize GeoTiff as valid...
Steps to duplicate:Run Demo MapAdd a polygon shapefileRun the FeatureToRaster toolIn the Output file dialog, BGD is offered as the only possible file type. Expectation: If GDALExtension is loaded, then...
View ArticleClosed Feature: FeatureToRaster tool doesn't recognize GeoTiff as valid...
Steps to duplicate:Run Demo MapAdd a polygon shapefileRun the FeatureToRaster toolIn the Output file dialog, BGD is offered as the only possible file type. Expectation: If GDALExtension is loaded, then...
View ArticleClosed Issue: Point Symbology possible error [23339]
Have some problems with diffined symbology for a point layer, have attached a project which reproduces the error. after pressing button1, on mouse click within the mapcontrol should add a point to one...
View ArticleClosed Unassigned: Cross-thread operation not valid [24848]
I am attempting to reproject a raster. When I get to the point of output.saveas(outputfilename) I get a cross-thread error with the ribbonstatusbar (see below). Is there a way to work around this or...
View ArticleClosed Unassigned: 一个问题 [25052]
DotSpatial.Data.IFeatureSet fs = DotSpatial.Data.FeatureSet.Open(fileName); foreach (DotSpatial.Data.IFeature f in __fs.Features__){//}从外部导入一个shp文件(我的测试文件大小为5MB),每当调用fs.Features时,内存直线上升。Comments: Not...
View Article