New Post: Find all Polygons a Linestring intersects
You should go with NetTopologySuite's PreparedGeometry functionality. There is a conversion project between DotSpatial geometries/shapes and GeoAPI/NTS geometries if you rely on other DotSpatial...
View ArticleCommented Unassigned: Label spatialite layer [24339]
The code for adding new layer from SQL Spatialite database in DotSpatial map works OK: SpatiaLiteHelper slh = new SpatiaLiteHelper(); GeometryColumnInfo item = r.DataBoundItem as GeometryColumnInfo;...
View ArticleEdited Issue: Label spatialite layer [24339]
The code for adding new layer from SQL Spatialite database in DotSpatial map works OK: SpatiaLiteHelper slh = new SpatiaLiteHelper(); GeometryColumnInfo item = r.DataBoundItem as GeometryColumnInfo;...
View ArticleUpdated Wiki: OpeningCS
This code demonstrates how to open an existing shapefile as a new feature set using the System.Spatial.Desktop library.using DotSpatial.Data; publicvoid OpeningFS() { //Pass in the file path for the...
View ArticleUpdated Wiki: OpeningCS
This code demonstrates how to open an existing shapefile as a new feature set using the DotSpatial.Data library.using DotSpatial.Data; publicvoid OpeningFS() { //Pass in the file path for the standard...
View ArticleUpdated Wiki: OpeningVB
This code demonstrates how to open an existing shapefile as a new feature set using the DotSpatial.Data library.Imports System.Windows.Forms Imports DotSpatial.Data PrivateSub button1_Click(sender...
View ArticleEdited Issue: Documentation on open an existing shapefile [23686]
The code here doesn't work: http://dotspatial.codeplex.com/wikipage?title=OpeningCS&referringTitle=Desktop_SampleCodeComments: ** Comment from web user: mogikanin ** Documentation updated.
View ArticleEdited Issue: Bad Display of NetCDF File [22370]
Using DemoMap.exe with GDAL Extension. The attached .nc file is flipped (south USA is displayed in the north)
View ArticleEdited Issue: Bad Display of NetCDF File [22370]
Using DemoMap.exe with GDAL Extension. The attached .nc file is flipped (south USA is displayed in the north)
View ArticleCommented Unassigned: latest NuGet package missing key element [24496]
I downloaded the latest version (version 1.5.1) of dotSpatial assemby with NuGet, the map and legend controls are missing the dotSpatial.Controls.dll.LeeComments: ** Comment from web user: mogikanin **...
View ArticleClosed Unassigned: latest NuGet package missing key element [24496]
I downloaded the latest version (version 1.5.1) of dotSpatial assemby with NuGet, the map and legend controls are missing the dotSpatial.Controls.dll.Lee
View ArticleCommented Issue: ArgumentOutOfRange exception in LineShapeFile.cs [22528]
A counter in LineShapeFile.cs can get out of sync with what it is iterating over if there are any ShapeType.NullShape objects in the shp file. See the bottom of this bug report for what the I think the...
View ArticleClosed Issue: ArgumentOutOfRange exception in LineShapeFile.cs [22528]
A counter in LineShapeFile.cs can get out of sync with what it is iterating over if there are any ShapeType.NullShape objects in the shp file. See the bottom of this bug report for what the I think the...
View ArticleSource code checked in, #73590
Made changes so that the progress bar on the splash screen will be properly updated.
View ArticleNew Post: Export to jpg
I didn't do it myself, but Joska seems did it. You might find the answer in this posthttp://dotspatial.codeplex.com/discussions/394381 Oscar
View ArticleEdited Feature: Add WMS Support [22174]
We need to be able to display any map returned by an OGC WMS (Web Map Service) in the DotSpatial map control using the WebMap plugin. Currently the plugin only supports a list of predefined tile-map...
View ArticleCreated Unassigned: Mono\Windows Plugins compatibily [25044]
Need to verify which plugins is Mono compatible and fix build paths.Move to "Plugins" folder all plugins which working on both Windows and Mono.Move to "Windows Extensions" all plugins which working...
View ArticleCommented Unassigned: Cross-thread operation not valid [24848]
I am attempting to reproject a raster. When I get to the point of output.saveas(outputfilename) I get a cross-thread error with the ribbonstatusbar (see below). Is there a way to work around this or...
View Article