Commented Unassigned: ShapeReader - Error moving from one page to the next...
Hello,there is a error in the [`DotSpatial.Data.ShapeReader`](http://dotspatial.codeplex.com/SourceControl/latest#Trunk/DotSpatial.Data/ShapeReader.cs).The move next function is incrementing the...
View ArticleCreated Unassigned: Clone a featureset with CopyFeatures throws exception...
I was following the sample code here https://dotspatial.codeplex.com/wikipage?title=Adding%20a%20Geographic%20Coordinate%20System%20to%20a%20Feature%20Set&referringTitle=DotSpatial.Projections#vb...
View ArticleCreated Unassigned: Reproject.ReprojectPoints not working for more than 1...
It took me some time to debug this but I dont think Reproject.ReprojectPoints is working like it should. I take two points on my map (NorthPoleStereographic) and want to reproject them to WGS84. I...
View ArticleCreated Unassigned: Multiple map reprojections fail + drawings not included...
So I am adding an option to my map to change projections between WGS84 and NorthPoleStereographic. The first time the user changes, it works well but then if they want to change it back it just results...
View ArticleClosed Task: Nant Build [101]
In order to do a set of automated builds for Mono, we should have an NAnt build.This should incorporate the unit tests, even if they fail.Comments: Not actual
View ArticleClosed Issue: EntryPointNotFound error while symbolizing layer [61]
Using the latest version from Codeplex (as of 9/28) on line 1202 of FeatureLayer.cs (IEnumerable<IFeatureCategory> categories = _scheme.GetCategories();) I get the error at the bottom of the...
View ArticleClosed Task: Topology FX Cop Breaking Issues - 467 [121]
Critical Error 1Critical Warning 12Error 358Warning 96Comments: Not actual
View ArticleClosed Issue: PInvokeStackImbalance caused by interaction with Proj4 proj.dll...
This issue is flagged by the debugger when running unit tests.Comments: Not actual
View ArticleClosed Issue: Projections.CoordinateSystemCategory.ToArray() returns null [411]
Methods GetProjection() and ToArray() both have hard-coded null results for DotSpatial.Projections.CoordinateSystemCategory. Both methods are not virtual and have valid result variables, so null result...
View ArticleClosed Issue: Gdal extension has a dependency on DotSpatial.Data.Forms [219]
Isn't the gdal extension dependency on DotSpatial.Data.Forms a violation of the architectural principles...
View ArticleClosed Issue: Projection data [194]
I am sending you my line shape files in zip which works fine with my MW4 and MW6 applications. Also all our TIF files works great in MW4 and MW6.Please see why MapDemo DotSpatial can not open them (The...
View ArticleClosed Unassigned: ParseEsriString leaves datums.xml open [25737]
ParseEsriString is leaving the file datums.xml open and in use such that subsequent calls fail.Comments: https://github.com/DotSpatial/DotSpatial/issues/713
View ArticleClosed Task: DotSpatial.Projections dll file is very big [31]
The file DotSpatial.Projections.dll is very large (19 MB). I think the size of the dll file should be reduced. I think we need to find a better way how to embed the resources within the dll file so...
View ArticleClosed Unassigned: Prevent projection dialog popup [63611]
Hi,Does anyone know how to prevent the projection dialog box to automatically open when adding a (raster) layer to a map.VS 2015, VB.Net, DS 1.8.CheersComments:...
View ArticleClosed Unassigned: How to convert polygon into raster [25725]
Hi, I want to convert a shape file with many polygons into a raster file. And the pixel value of the new raster would be the polygon index. I will be very plateful if anyone could answer me with code...
View ArticleClosed Feature: Mono\Windows Plugins compatibility [25044]
Need to verify which plugins is Mono compatible and fix build paths.Move to "Plugins" folder all plugins which working on both Windows and Mono.Move to "Windows Extensions" all plugins which working...
View ArticleCommented Issue: Krovak Projection has Error [377]
There is a serious error in Krovak (S-JTSK) projection. Results are completely incorrect.double[] myOut = new double[2]; myOut[0] = 12.8069888666667; myOut[1] = 49.4522626972222; double[] myZ = new...
View ArticleClosed Issue: Krovak Projection has Error [377]
There is a serious error in Krovak (S-JTSK) projection. Results are completely incorrect.double[] myOut = new double[2]; myOut[0] = 12.8069888666667; myOut[1] = 49.4522626972222; double[] myZ = new...
View ArticleClosed Issue: Cannot write DBF doubles with value NaN [391]
If a double attribute has a value of NaN, it causes an exception complaining about fitting in a decimal. This used to work before [changeset (92f2374c73c6) Called overload instead of duplicating...
View ArticleCreated Unassigned: MOVED TO GITHUB [63632]
Please do not use this issue tracker any more. All old issues have been moved to https://github.com/DotSpatial/DotSpatial. New issues and discussions should be posted there! Thanks, Dan
View Article