New Post: Map.Layers.LayerAdded and Map.Layers.LayerRemoved Events
So, I finally got a chance to go back in investigate this issue. It basically comes down to following: In Legend.cs in DotSpatial.Controls.Legend on lines 702 and 723699 ILegendItem potentialParent =...
View ArticleCreated Issue: Bess_nam should be bess_nam [25288]
The BesselNambibia is defined on line 56 of the spheroid class as: proj4Names.put(Proj4Ellipsoid.BesselNamibia, "Bess_nam");Which is capitalized and so inconsistent with its use...
View ArticleCreated Issue: DeirezZorLevant [25289]
For some reason in DotSpatial.Projections.ProjectedCategories.NationalGrids the proj4 string appears to have been shortened for some projections. This prevents the transform from being defined, which...
View ArticleCreated Unassigned: KertauRSOMalaya [25290]
DotSpatial.Projections.ProjectedCategories.NationalGridsaround line 455 and 456 should be:KertauRSOMalayaChains = ProjectionInfo.FromProj4String("+proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905...
View ArticleClosed 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 ArticleCreated Unassigned: IsSimple returns true without checking [25307]
I found three Classes (Polygon, Multipolygon, LinearRing) in Dotspatial.Topology where IsSimple returns true without checking, whether the Geometry is simple.In LinearRing.cs there is also the problem...
View ArticlePatch Uploaded: #16066
jany_ has uploaded a patch.Description:Corrected comments for Geometry.IsSimple and Buffer.AddBuffer.Added ParameterComment for RandomGeometry.RandomPoints.
View ArticlePatch Uploaded: #16067
jany_ has uploaded a patch.Description:Removed unused variable bla in Dotspatial.Controls.MapFunctionKeyNavigation.cs Line 162.
View ArticlePatch Uploaded: #16068
jany_ has uploaded a patch.Description:Fixed an Error in Dotspatial.Plugins.ExtensionManager.GetPackage.cs which popped up if GetPackageFromExtension stumbled over an Extension without a dot.
View ArticlePatch Uploaded: #16069
jany_ has uploaded a patch.Description:In Dotspatial.Plugins.Menubar.ZoomToCoordinatesDialog.Designer.cs I changed the names of the AcceptButton and CancelButton because of the following...
View ArticlePatch Uploaded: #16070
jany_ has uploaded a patch.Description:Corrected IsSimple and IsClosed in Dotspatial.Topology.LinearRing.cs.
View ArticleCreated Unassigned: FeatureLookup is empty [25308]
Like written in [discussion:252794 Find Feature Geometry from attribute query](https://dotspatial.codeplex.com/discussions/252794) I got the Error"The given key was not present in the dictionary."...
View ArticleNew Post: Search geo-spatial images by Shapefile
I am developing a windows application in c# in which I have a repository of geo-spatial images. User will search those images by providing shape-file. Those images which are coming inside provided...
View ArticleSource code checked in, #74073
Removed unused variable bla in Dotspatial.Controls.MapFunctionKeyNavigation.cs. Patch 16067.
View ArticlePatch Applied: #16069
mogikanin has applied patch #16069.Comment:Commit 74074. Thanks for contributing :)
View ArticleSource code checked in, #74075
Corrected comments for Geometry.IsSimple and Buffer.AddBuffer. Added ParameterComment for RandomGeometry.RandomPoints. Patch 16066.
View Article