Commented Unassigned: Bug: MultiPolygon shapefile with holes with nested part...
I would like to report the following bug in DotSpatial 1.8. The reproduction scenario is as follows:1. Create a polygon shapefile (I've used QGis 2.2.0-Valmiera, a RD New coordinate system and the...
View ArticleNew Post: DotSpatial 1.8 - NuGet?
As you tagged the next version now... will this one get uploaded to nuget?
View ArticleNew Post: DotSpatial 1.8 - NuGet?
Yes we're working on releasing 1.9 as download here as well as as nuget release.
View ArticleReleased: DotSpatial 1.9 (Apr 28, 2016)
Removed obsolete branches Fixed issue #63608 Bug Fix RasterT.cs public override IRaster ReadBlock(int xOff, int yOff, int sizeX, int sizeY)Fixed issue #63618 Improved performance in...
View ArticleUpdated Release: DotSpatial 1.9 (Apr 28, 2016)
Removed obsolete branchesFixed issue #63608 Bug Fix RasterT.cs public override IRaster ReadBlock(int xOff, int yOff, int sizeX, int sizeY)Fixed issue #63618 Improved performance in...
View ArticleUpdated Wiki: Home
What is DotSpatial?DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis and mapping functionality into their applications...
View ArticleCommented Unassigned: Not able to open contents of zip or use it at all [63609]
It wont unzip and wont let me use it.Comments: Looks like reported into wrong project.
View ArticleClosed Unassigned: Not able to open contents of zip or use it at all [63609]
It wont unzip and wont let me use it.
View ArticleNew Post: Function like "Definition Query" for layer
Maybe this will helphttps://dotspatial.codeplex.com/discussions/237489
View ArticleNew Post: Check to see if added polygon to featureset intersect error
Please can someone help me resolve the error in my code for checking intersect is added polygon overlaps. if (e.Button == MouseButtons.Left) { //left click - fill array of coordinates Coordinate coord...
View ArticleCommented Unassigned: ShapeReader - Error moving from one page to the next...
Hello,there is a error in the [`DotSpatial.Data.ShapeReader`](http://dotspatial.codeplex.com/SourceControl/latest#Trunk/DotSpatial.Data/ShapeReader.cs).The move next function is incrementing the...
View ArticleNew Post: Function like "Definition Query" for layer
I saw that post a couple days ago but doesn't work for me. I think the way to do this in DotSpatial is only with categories. Although not exactly the approach I envisioned in the end it works. My...
View ArticleNew Post: Function like "Definition Query" for layer
Still not sure what you mean by work with. Are you referring to what the user would see on the screen (i.e. some features would not be visible) or do you want your internal code to just have a subset...
View ArticleNew Post: Function like "Definition Query" for layer
So when you load a featureset then all features are available to you to view and process. Those are the features that I would call the workable features. With a definition query it is exactly the same...
View ArticleNew Post: Split a line with another line
I have been scoring the documentation and google for a method to split a polyline with another polyline. Basically I have a trip line and it can cross a polyline boundary. If it does I want to split...
View ArticleNew Post: Clone a featureset with CopyFeatures throws exception
I was following the sample code here https://dotspatial.codeplex.com/wikipage?title=Adding%20a%20Geographic%20Coordinate%20System%20to%20a%20Feature%20Set&referringTitle=DotSpatial.Projections#vb...
View ArticleCommented Unassigned: ShapeReader - Error moving from one page to the next...
Hello,there is a error in the [`DotSpatial.Data.ShapeReader`](http://dotspatial.codeplex.com/SourceControl/latest#Trunk/DotSpatial.Data/ShapeReader.cs).The move next function is incrementing the...
View ArticleNew Post: Split a line with another line
Here is a example that works given there is only one intersection:public class TempTools { // Returns an an array with two linestrings from lineToSplit, if lineToSplit is intersected by traversingLine....
View ArticleNew Post: Split a line with another line
I have another method I am working on but I will try yours as well. Thanks ~AGP
View ArticleNew Post: Skinny line with fat end caps
So I am trying to symbolize a line with a skinny line but with fat end caps. Using the CartographicStroke it seems it uses the same value for both the line width and the end cap size. The only way I...
View Article