Quantcast
Channel: DotSpatial
Browsing all 3973 articles
Browse latest View live
↧

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 Article


Commented 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 Article


Edited 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 Article

Updated 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 Article

Updated 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 Article


Updated 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 Article

Edited 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 Article

Edited 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 Article


Edited 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 Article


Commented 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 Article

Closed 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 Article

Commented 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 Article

Closed 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 Article


New Post: Export to jpg

I need export map to jpg. How is possible ?

View Article

Source code checked in, #73590

Made changes so that the progress bar on the splash screen will be properly updated.

View Article


New 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 Article

Updated Release: DotSpatial 1.6

DotSpatial 1.6 Release

View Article


Edited 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 Article

Created 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 Article

Commented 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
Browsing all 3973 articles
Browse latest View live