Commented Unassigned: Attribute table corruption [63615]
List<Coordinate> coords = new List<Coordinate>(); coords.Add(new Coordinate(1, 2, 3)); coords.Add(new Coordinate(1, 2, 4)); coords.Add(new Coordinate(1, 2, 5)); coords.Add(new...
View ArticleNew Post: Text Soundings or Elevations in Map
Hello, How can I show in a map the soundings or elevations in the way that is showed in the image. I want to show a colored text, not only a raster grid or points.LINK TO IMAGE Thanks in advance for...
View ArticleClosed Unassigned: Attribute table corruption [63615]
List<Coordinate> coords = new List<Coordinate>(); coords.Add(new Coordinate(1, 2, 3)); coords.Add(new Coordinate(1, 2, 4)); coords.Add(new Coordinate(1, 2, 5)); coords.Add(new...
View ArticleNew Post: Please tell me how to add a legend to the map, is not on the form,...
Hi, You Need to do this in 3 Steps Take a Picture from you map frameDim MapBitmap As New Bitmap(Map1.MapFrame.ImageRectangle.Width, Map1.MapFrame.ImageRectangle.Height) Dim MapImage As Image...
View ArticleNew Post: euclidean distance dotspatial samples for point,lines and polygons
Hi, I want to create a raster of euclidean distance for points,lines and polygons..Is there any source or things like that which I can start from using dotspatial? Thank you so much
View ArticleUpdated Wiki: ReadProj4Strings
Sample code that demonstrates how to read a prog4 string and then project a pointC# Codeusing DotSpatial.Projections; //Code that allows the user to input a Proj4 string and reproject a WGS 1984 GCS to...
View ArticleUpdated Wiki: ReadProj4Strings
Sample code that demonstrates how to read a prog4 string and then project a pointC# Codeusing DotSpatial.Projections; //Code that allows the user to input a Proj4 string and reproject a WGS 1984 GCS to...
View ArticleUpdated Wiki: ReadESRIPrjFiles
Sample code to project a point using the ESRI Projection File This sample is now out of date, but may be used as a starting point. VB.Net Sample CodeImports DotSpatial.Projections 'Sample code that...
View ArticleNew Post: How can I convert pixel coordinate to map coordinate for a gridline?
am2 wrote: **jany_ wrote:** You have to use pixel coordiates for g.DrawLine. In your example you'd simply use g.DrawLine(bluePen, ptf1, ptf2); because that are the pixel coordinates that correspond to...
View ArticleNew Post: How can i add raster (.tif) layer (VS 2012, VB)
I have this problem, whenever i add raster (.tif) layer, i can't get the right coordinates. i use standard command "Map1.AddLayer()". i read some references that suggest to use GDAL, but i can't...
View ArticleNew Post: How can i add raster (.tif) layer (VS 2012, VB)
Hi, Try to load GDAL plugin using this tuturialhttps://dotspatial.codeplex.com/discussions/560116
View ArticleNew Post: How can i add raster (.tif) layer (VS 2012, VB)
https://dotspatial.codeplex.com/discussions/649478https://dotspatial.codeplex.com/discussions/644611 above topics might help you too
View ArticleClosed Unassigned: Polygon with hole [63600]
HelloI am sorry for my EnglishI have short fragment of code``` static void Main(string[] args){ FeatureSet fs = new FeatureSet(FeatureType.Polygon); fs.Projection =...
View ArticleEdited Feature: ShapeEditor: undo operation [63598]
Hi,in my application, I intragrated the ShapeEditor plugin.It is possible implement a function for the "undo operation" of the modify executed by user?Is there a way to intercept what is the layer...
View ArticleNew Post: where is dockingmanager extension
Hi, I also need dotspatial.plugins.ribbon plugin source code.Could you please share it if you have? Thank you
View ArticleCreated Unassigned: Problem in GPGSA Sentence [63617]
if i create a new GPGSA sentence, the Fix Indicator is always on NOFIX, no matter what is given to the Constructor var sateliteList = new List<Satellite>{ new Satellite(19, new Azimuth(30.3), new...
View ArticleNew Post: where is dockingmanager extension
https://dotspatialapp.codeplex.com/SourceControl/latest
View ArticleNew Post: ShapeEditor Snap function
On Using ShapeEditor I found the following:Snapfunction doesn't work when editing a polygon feature class - unless editing a point or polyline feature class before. Snapping occurs even though it is...
View ArticleNew Post: ShapeEditor Snap function
Claudia, can you share the code so the community can look at it and offer some help Worlanyo
View ArticleNew Post: ShapeEditor Snap function
Hi Worlanyo, It's the same with the original ShapeEditor Plugin. So you might have a look at the original source code of DotSpatial.Plugins.ShapeEditor. Thanks Claudia
View Article