Closed Issue: EndOfStreamException when trying to add a layer to the map [353]
Hi,I can't load an shp file that has been modified within Quantum GIS.I first generate my shp file from my DotSpatial project.It has point and line layers.If I then modify only the point layer (add...
View ArticleClosed Issue: Error opening a dspx project with a raster layer [422]
If I have a map with a raster layer (.bgd file), save my project as dspx, close DemoMap and re-open the dspx project, an unhandled TargetInvocationException (inner exception is ArgumentNullException)...
View ArticleClosed Issue: Legend View Attributes Error [359]
I took DemoMap and Added a second map and legend and was able to reproduce this bug.Inside the Legend constructor a new SymbologyEventManager is created. The SymbologyEventManager instantiates a...
View ArticleClosed Unassigned: ProjectionInfo.AuthorityCode = 0 for known coordinate...
Reproduce:```var projInfo = KnownCoordinateSystems.Projected.NationalGridsSweden.SWEREF99TM;```Result:projInfo.AuthorityCode = 0Expected result:projInfo.AuthorityCode = 3006This causes problem when...
View ArticleClosed Unassigned: Export Feature and FeatureLayerActions [25949]
Hi,I am translating DotSpatial.Symbology.Forms and I made changes in the FeatureLayerActions.cs and the SymbologyFormsMessageStrings.resxHere my changes to localize the message box output```public void...
View ArticleClosed Issue: Filter Expression required but unassigned [185]
Error: private IEnumerable<string> DistinctFieldsInExpression(string expression){// Fields should be indicated by [ ] characters. List<string> allNames = new List<string>(); bool...
View ArticleClosed Unassigned: Layer Property editor dialog box aren't the same as the...
We setup the colors on a shape file using a polygon scheme and it renders correctly, but when we go to the layer properties pop up, the coloration scheme listed is the automatically generated one that...
View ArticleClosed 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 ArticleClosed Issue: SQLExpressionDialog Not Returning OK Result [191]
On button press of Ok dialog result returns Cancel. Reason seems to be the Ok button DialogResult property is set to None instead of OK.
View ArticleClosed Issue: Topology: Area for a Polygon with Holes [20]
The area of a polygon with holes in the DotSpatial.Topology.dll is slightly different from the area in the NetTopologySuite. See the PolygonHoles Test Method in the PointsLinesPolygons class in the...
View ArticleClosed Unassigned: Extensions not loaded after migrating to v 1.8 [63605]
At least for me, extensions are not loaded in experimental release 1.8. After appManager.LoadExtensions() has been called, appManager.Extensions list is empty. All extensions have been replaced with...
View ArticleClosed Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleClosed Task: Change Localizable to False on All Forms. [192]
Microsoft failed utterly in their effort to support serialization of forms in a way that would tolerate switching frameworks back and forth. To reduce maintenance overhead, and prevent all the null...
View ArticleClosed Issue: DotSpatial GeoAPI converter [412]
The code in DotSpatial.Topology does not resemble the current version of the archetype JTS. If I'm right, it resembles JTS 1.7 plus some custom additions.NetTopologySuite, from which...
View ArticleClosed Unassigned: TopologyPreservingSimplifier is not thread safe [25866]
Hello,I noticed that `TopologyPreservingSimplifier` doesn't appear to be thread-safe. This is a bit of a bottleneck for my application. Since `Simplify` is a static method of this class, is there any...
View ArticleNew Post: How to zoom to a specific location?
Hi, How can this be applied to C#? I ended up copying parts of the CoordinateDialog.cs code, which is not good if it already exists.
View ArticleNew Post: How to zoom to a specific location?
In C# the code above would be:using (CoordinateDialog = new ZoomToCoordinatesDialog(Map1)) { CoordinateDialog.ShowDialog(); } You can find ZoomToCoordinatesDialog inside DotSpatial.Controls and Map1...
View ArticleNew Post: How to zoom to a specific location?
**jany_ wrote:** You can find ZoomToCoordinatesDialog inside DotSpatial.Controls and Map1 would be the DotSpatial.Controls.IMap you're using in your program. Thank you for your reply. I want to clarify...
View ArticleNew Post: Porting from MapWinGIS 4 to DotSpatial
I am investigating porting an application from MapWinGIS 4.7 to DotSpacial. Does DotSpacial provide a superset of the functionality provided by MapWinGIS? I would think this would have to be true since...
View Article