Edited Issue: Polygon.Buffer sometimes returns empty geometry [24205]
Buffering the polygon shown below by a value of 0.01 returns an empty geometry. The actual defect is in the DotSpatial.Topology.PrecisionModel.MakePrecise(double val) method when _modelType is...
View ArticleClosed Issue: Polygon.Buffer sometimes returns empty geometry [24205]
Buffering the polygon shown below by a value of 0.01 returns an empty geometry. The actual defect is in the DotSpatial.Topology.PrecisionModel.MakePrecise(double val) method when _modelType is...
View ArticleCreated Issue: Newbie question: Layer Extents [24210]
Hi, I'm new to DotSpatial but I've managed to create a map with a point layer and line layer. This all works fine but I'm having trouble getting the map view to zoom to the extents of the visible...
View ArticleCreated Issue: Newbie question #2: IndexOutofRangeException [24211]
Hi again, another newbie question. I'm getting an exception when trying to clear a featureset (in readyness to re-populate it).IndexOutOfRangeException was unhandledThe given DataRow is not in the...
View ArticleCommented Issue: Newbie question #2: IndexOutofRangeException [24211]
Hi again, another newbie question. I'm getting an exception when trying to clear a featureset (in readyness to re-populate it).IndexOutOfRangeException was unhandledThe given DataRow is not in the...
View ArticleCommented Issue: Newbie question: Layer Extents [24210]
Hi, I'm new to DotSpatial but I've managed to create a map with a point layer and line layer. This all works fine but I'm having trouble getting the map view to zoom to the extents of the visible...
View ArticleCommented Issue: Problem with LAEA projection [23987]
Hello,I'm new to Dot Spatial and really enthusiast to play with this great tool. I am trying to convert lat/lng values to ETRS LAEA Europe coordinate system (EPSG:3035) but I always get NAN values (Not...
View ArticleCommented Issue: Problem with LAEA projection [23987]
Hello,I'm new to Dot Spatial and really enthusiast to play with this great tool. I am trying to convert lat/lng values to ETRS LAEA Europe coordinate system (EPSG:3035) but I always get NAN values (Not...
View ArticleCommented Issue: Newbie question: Layer Extents [24210]
Hi, I'm new to DotSpatial but I've managed to create a map with a point layer and line layer. This all works fine but I'm having trouble getting the map view to zoom to the extents of the visible...
View ArticleCreated Issue: Can't find MapControl in Visual Studio 2012 [24217]
I create a Winform project in Visual Stduio 2012 with .Net framework 4. Then install DotSpatial.Control and its dependency by NuGet. Every thing is OK. But when I choose DotSpatial.Control to add...
View ArticleCreated Issue: Legend to image file [24221]
Hi everybody,I have a MapRasterLayer and I would like to render its associated simbology to disk as a PNG file, getting a simple image from its 'legend'. I would like to know the minimum set of classes...
View ArticleCommented Issue: Legend to image file [24221]
Hi everybody,I have a MapRasterLayer and I would like to render its associated simbology to disk as a PNG file, getting a simple image from its 'legend'. I would like to know the minimum set of classes...
View ArticleCommented Issue: Problem with LAEA projection [23987]
Hello,I'm new to Dot Spatial and really enthusiast to play with this great tool. I am trying to convert lat/lng values to ETRS LAEA Europe coordinate system (EPSG:3035) but I always get NAN values (Not...
View ArticleCreated Issue: Labels.LineOrientation [24232]
In mapWindow 4.x one can easily place labels parallel to line features by setting the Labels.LineOrientation property for a given shape file.I expected that this method should be easy to port to...
View ArticleClosed Issue: Removing layer with map.layers.remove destroys underlying FS...
When using map.layers.remove the underlying featureset is no longer available.This is problematic when using IMPLs with another control to add/remove layers.
View ArticleClosed Issue: Ribbon download not working [23887]
When setting up a new user to use a DS app with the ribbon control the download dies with the attached error screen. Aaron Parks
View ArticleClosed Issue: Unnecessary creation of PyramidImage in GdalImageProvider [23813]
If a raster is loaded that has a Width of Height > 8000, GdalImageProvider always creates a pyramid image even if the image itself contains overviews. This is slow and unnecessary.The attached patch...
View ArticleClosed Issue: Bug in SerializationMap [23793]
The SerializationMap prevents setting values for fields that are marked as readonly, even when they have the SerializeAttribute with a ConstructorArgumentIndex >= 0.
View ArticleClosed Issue: TableEditor Plugin [23788]
The TableEditor __falsely__ assumes every layer has at least two ContextMenuItems, as it always wants to place its own entry at index 2.IMHO, for basemap/background image layers an attribute table...
View ArticleClosed Issue: Unrestricted Zooming Out [23748]
Zooming in or out on any given map does not have any constraints. Zooming out specifically should be limited to the point where the user does not go beyond the map image itself into white space.
View Article