Source code checked in, #74076
Fixed an Error in Dotspatial.Plugins.ExtensionManager.GetPackage.cs which popped up if GetPackageFromExtension stumbled over an Extension without a dot. Patch 16068
View ArticlePatch Applied: #16068
mogikanin has applied patch #16068.Comment:Commit 74076. Thanks for this patch.
View ArticleSource code checked in, #74077
Corrected IsSimple and IsClosed in Dotspatial.Topology.LinearRing.cs. Patch 16070
View ArticlePatch Applied: #16070
mogikanin has applied patch #16070.Comment:Commit 74077. Thanks for contributing again :)
View ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleSource code checked in, #74078
- Corrected proj4 definitions for some projections. - Fixed argument out of range exception in NewZealandMapGrid.OnInverse(). see #22271
View ArticleClosed Issue: New Zealand Map Grid reprojection errors due to inline...
I was having a problem re-projecting polygons into New Zealand Map Grid. The end-points of polygons should be identical. However, when I passed the polygon coordinates into the Projections library, the...
View ArticleSource code checked in, #74084
Added unit test which proves that Central_Parallel is correctly parsed from esri string. #22934
View ArticleClosed Issue: ESRI .prj not being interpreted correctly "AEA [SHG]" [22934]
Hi, I think this will be an easy fix that will hopefully be addressed soon. The following ESRI projection is not being converted correctly and is therefore incorrectly reprojecting coordinates. I...
View ArticleClosed Issue: Saved Int32 value in DBF is read as Int64 [24177]
If have created a test to write Int32 values with the FeatureSet to the DBF. When reading the data back a cast exception is thrown, because the FeatureSet reader has determined that the value is of...
View ArticleSource code checked in, #74090
Fixed issue when LayerAdded fires with null layer when reordering layers in legend. see https://dotspatial.codeplex.com/discussions/515420
View ArticleNew Post: Map.Layers.LayerAdded and Map.Layers.LayerRemoved Events
Commenting suspending\resuming events it not good solution. In fact we not need LayerAdded/LayerRemoved events when we just reordering layers in legend. There is a separate event to handle this -...
View ArticleClosed 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: Problem displaying world country layer in state plane...
If a world country polygon shapefile contains Antarctica region and the map projection is set to state plan coordinate system California zone 5, the map display becomes very strange. The ocean becomes...
View ArticleNew Post: Suspending the ViewExtentsChanged Event
Is there anyway to suspend the ViewExtentsChangedEvent? I have tried: Map.Layers.SuspendEvents(); Map.MapFrame.SuspendEvents(); var mapFrame = Map.MapFrame as MapFrame; mapFrame.SuspendChangeEvent();...
View ArticleNew Post: Attribute Table with zoom to and edit, save and query features
public string FeatureLayerType( Map dsMap, int index) { string r = dsMap.Layers[index].ToString(); return r; }
View ArticleNew Post: Suspending the ViewExtentsChanged Event
Yes, you need to create your own inheritor of MapFrame, inside which you can use protected methods SuspendExtentChanged()/ResumeExtentChanged().
View Article