Source code checked in, #73673
MapWindowCompatibility: allow to load latest MapWindow project files ("projectfile.2"). #24715
View ArticleCommented Issue: DotSpatial.Plugins.MapWindowProjectFileCompatibility has...
In DemoMap application, we can go to menu\files\open and choose a Mapwindow4Project (Mwprj) to open.However, it go down to a bug. The bug is in...
View ArticleEdited Issue: DotSpatial.Plugins.MapWindowProjectFileCompatibility has...
In DemoMap application, we can go to menu\files\open and choose a Mapwindow4Project (Mwprj) to open.However, it go down to a bug. The bug is in...
View ArticleNew Post: georeference a map( jpg)
is there any way to georeference a map (jpg) in dotspatial??? Thanks
View ArticleEdited Issue: SyntaxErrorException in DotSpatial.Simbology.DrawingFilter...
I have a polygon shapefile that I want to convert to a raster (.bgd file).If I use an Integer Field I have no problem with it: var rasterOut = DotSpatial.Analysis.VectorToRaster.ToRaster(fs, 0.0,...
View ArticleSource code checked in, #73674
Fixed culture issue in DotSpatial.Simbology.DrawingFilter ApplyScheme. #23377
View ArticleClosed Issue: SyntaxErrorException in DotSpatial.Simbology.DrawingFilter...
I have a polygon shapefile that I want to convert to a raster (.bgd file).If I use an Integer Field I have no problem with it: var rasterOut = DotSpatial.Analysis.VectorToRaster.ToRaster(fs, 0.0,...
View ArticleCommented Issue: Loading large SID files failes due to pointer error [22838]
During the MWI creation process, trying to load a 358mb SID file it fails at 2.14GB with this message Error: An attempt was made to move the file pointer before the beginning of the file. at...
View ArticleCommented Issue: FID issue (0 or 1) [22980]
FID starts with 0 if the attribute table is not manually opened through legend control, otherwise it starts with 1. This create alot of problems in keeping track of the features while doing analysis....
View ArticleCommented Issue: .SID Image Layer not working when zoomed out [22507]
As discussed http://dotspatial.codeplex.com/discussions/352222 I tried it in the DemoMap application with the same result.I thought it might be something to do with the pyramid files from previous...
View ArticleCommented Issue: Reloading Project files fails [23004]
Have created several shapefiles with Dotspatial and save the project setting into a .dspx file. but can't reload the file into the environment. with the follow error 'An incompatible feature type was...
View ArticleNew Post: How change de project of WMS using class of BruTileLayer??
Thank very much FObermainer. I have had many problems to compile it provided that it did not have the last dll and have them had unload and to compile them. After all that I have tried again and do not...
View ArticleCreated Unassigned: Print Layout bug [25095]
Hello: The following figure shows the print layout view that I used for testing.
View ArticleClosed Issue: No Projection recognition [23821]
Dear all,I'm devoloping a little app using dotspatial toolbar. This is a screenshot When I use the green Add button to add this file...
View ArticleNew Post: Project (dspx) serialization and GDAL Imagery
It appears that when I add a GDAL image to a DotSpatial Map and save the dspx file the serialization works, however if I go back and open that dspx file up again it always fails and says "Failed to...
View ArticleNew Post: Map.Layers.LayerAdded and Map.Layers.LayerRemoved Events
I had setup my application to watch for these two events, so that on changes made the interface updates with the changes made to the map, I thought this was working fine but have come to discover that...
View ArticleNew Post: Map.Layers.LayerAdded and Map.Layers.LayerRemoved Events
Hi, i think it is a bug that Add event always has a null layer in this case. It should contains a reference to moved layer.
View Article