Created Issue: Setting a projection with CentralMeridian = null Issue [24058]
When setting a projection with CentralMeridian = null for the active map, everythings looks okay.But when you try to change the projection of the map again you will get an error.I have found the cause...
View ArticleNew Post: Converts a WKT or GML data to a Geometry
Hi, There is a gml.dll in mapwindows anybody knows how to use this in dotspatial?http://www.mapwindow.org/apps/wiki/doku.php?id=open_gml_files Thomas
View ArticleSource code checked in, #71513
Added RandomGeometry tool that wraps the Analysis.RandomPoints method (so far only the one that takes a featureset as a parameter).
View ArticleSource code checked in, #71515
ToolManager now adds any selected FeatureSets to the list of DataSets that it passes to a tool.
View ArticleSource code checked in, #71525
RasterToPolygon: added overload method that takes into account connection grid. This is a part 2 of #23952. (smoothing of boundary cells is not fully implemented yet)
View ArticleCommented Issue: RasterToPolygon Issue [23952]
There are two parts to this issue:Part 1:DotSpatial.Tools.RasterToPolygon isn't always working. Some sample data is in the attachment. DEM_w.tif is the raster file we start with. It is a grid...
View ArticleSource code checked in, #71529
Changed RandomGeometry functions to accept ints rather than longs.
View ArticleSource code checked in, #71530
RasterToPolygon: more smarter smoothing for boundary edges
View ArticleClosed Issue: RasterToPolygon Issue [23952]
There are two parts to this issue:Part 1:DotSpatial.Tools.RasterToPolygon isn't always working. Some sample data is in the attachment. DEM_w.tif is the raster file we start with. It is a grid...
View ArticleNew Post: Is Map.ExtendBuffer completely bugged or am I being stupid?
Hm looks like nobody knows, hu? No wonder, actually. Additional info: The "self.ImageRectangle" ends up being 0.33 x the size of the Map control. Obviously the idea is that "self.ImageRectangle" is...
View ArticleSource code checked in, #71531
Slight refactoring of update.cs and extensionsmanagerform.cs
View ArticleCommented Issue: Iesi.Collections in Topology conflicts with other assembies...
Why is Iesi.Collections embedded as source code inside of the Topology project and either not renamed or instead not referenced to as a DLL? When using other projects such as NHibernate where a...
View ArticleClosed Issue: LabelSetup.cs lblHelp.Text hard coded [23961]
Hi,For localizing this is bad, can we move this strings to SymbologyFormsMessageStrings.resx``` tabs.Selecting += TabsSelecting; lblHelp.Text = "Each symbol group can define a separate string...
View ArticleCommented Issue: Iesi.Collections in Topology conflicts with other assembies...
Why is Iesi.Collections embedded as source code inside of the Topology project and either not renamed or instead not referenced to as a DLL? When using other projects such as NHibernate where a...
View ArticleCommented Issue: Latest changes to ExtensionManager lead to...
I tried to adapt my project to the latest version on Trunk, but activating the extension leads to a series of InvalidOperationExceptions (illegal cross thread call). I tried to wrap some of the...
View ArticleNew Post: Set default webmap provider
I am trying (with limited success) to have a webmap provider set on entry, rather than _emptyProvider. I have added the following code to the Activate entry: EnableBasemapFetching("Google Map", null);...
View ArticleNew Post: Can Dotspatial load data of geoserver
Hi all, Can Dotspatial load data from geoserver, like wfs or wcs ?. if possible,how? Thanks
View ArticleNew Post: adding points to a new layer
Is there a correct way to create a new layer and add points to it? I have done what I think is correct, but after adding the points I can no longer change the webmap provider. This is what I have done:...
View ArticleNew Post: adding points to a new layer
OK, apparently the issue was setting the map projection after it was loaded from the webprovider. Here is what works: ProjectionInfo wgs = this.map1.Projection; // The FeatureSet starts with no data;...
View Article