New Post: DotSpatial 2.0
If you're talking about issue 946, this will be fixed as soon as it gets fixed in NTS. If you're not talking about that, not sure what fix you're waiting for. Every commit gets a build so check out the...
View ArticleNew Post: DotSpatial 2.0
I asked around January about a problem I had found. When creating a Polyline, M values were not showing up (If I remember correctly, they were showing up as NaN or null). After a few days, I think it...
View ArticleNew Post: DotSpatial 2.0
Yes that was me that answered to your old post. I figured you have the link to issue 935 in that post and I told you to download the finished dlls after the post was closed so everything was there. No...
View ArticleNew Post: DotSpatial 2.0
Thanks for your help. This should really help me with this project.
View ArticleNew Post: DotSpatial 2.0
To tag onto this, will there be any "official" releases? I've been waiting for a 2.0 or something to signify stability.
View ArticleNew Post: DotSpatial 2.0
There currently is an alpha release of 2.0. There are a few major points on the list we are thinking about including in 2.0 because 2.0 already contains a lot of breaking changes and those things would...
View ArticleNew Post: How to use webmap plugin in code with c#??????
Hi everyone, I want to use webmap plugin with c# in code, but can't find any sample about that. Is there any sample?
View ArticleNew Post: Adding Lines and attributes to a shapefile
Hi, I am trying to create a line shapefile using a set of points. Can I use LineSegement ? If so how should I convert it to geomtry to add to the featureset. Sample code shows use of LineString....
View ArticleNew Post: Problem after updating DLLs
Since I updated the dlls from Github, I now get an error when adding features to a polyline shapefile using these lines of code Where: lineF = FeatureSet ShapeInfo(i).coords = List of Coordinate CODE:...
View ArticleNew Post: Adding Lines and attributes to a shapefile
Why would you want to use LineSegment if the sample code shows how to do it correctly?
View ArticleNew Post: Reprojection Issue
I have been trying to get points reprojected but I am having problems with the outcome. I have points X Y 2397780.50079,1060229.77611591 2397783.37053491,1060232.54546733...
View ArticleNew Post: Reprojection Issue
After looking at the EsriString, I see this is reprojection is in Meters. I was thinking, does this need to be changed to US Feet? If so, how is that done?
View ArticleNew Post: Missing wiki page: DotSpatial.Analysis
Hello, The documentation on the following page seems to be missing:...
View ArticleNew Post: Reprojection and grids
Hello everyone, I'm trying to reproject coordinates from the "KnownCoordinateSystems.Geographic.World.WGS1984" ProjectionInfo Object to a Lambert conical conform system, defined with a proj4 string. I...
View ArticleNew Post: In Dotspatial.Plugins.WebMap...
Hi ProjectionInfo.FromEpsgCode(5181) is Not working ArgumentOutOfRangeException is thrown when a ProjectionInfo.FromEpsgCode(5181) How to use EPSG:5181 Projection?
View ArticleNew Post: Label ANGLE
Hi Am am testing this samples but I can not add Angle to the Label 'Error Additional information: Conversion from string "[ANGLE]" to type 'Double' is not valid. '...
View ArticleNew Post: Label ANGLE
If you want to use an angle from a field use LabelAngleField instead of Angle and set UseLabelAngleField to true. Angle can only take double values.
View ArticleNew Post: Change units
Once a UTM projection is selected, can it be converted to feet instead of meters.
View ArticleNew Post: Connection to Oracle locator
Hi, is it possible with DotSpatial to connect to Oracle locator (spatial)
View Article