New 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