Commented Issue: Removing layer with map.layers.remove destroys underlying FS...
When using map.layers.remove the underlying featureset is no longer available.This is problematic when using IMPLs with another control to add/remove layers.Comments: ** Comment from web user: danames...
View ArticleCommented Issue: Removing layer with map.layers.remove destroys underlying FS...
When using map.layers.remove the underlying featureset is no longer available.This is problematic when using IMPLs with another control to add/remove layers.Comments: ** Comment from web user: danames...
View ArticleNew Post: Noob question: how to retrieve X Y from pointshape
Hello reader sofar i have a pretty complex programm but somehow i still cant retrieve the X Y from a layer/shapefile for now i make extra fields in the shape to add the X and Y and later i retrieve...
View ArticleNew Post: Great circle lines on a map
Thanks for the info. I have seen something like this in SkyView2 (an Aeronautical Information Management app, provided by Eurocontrol and developed by www.luciad.com). Whenever you draw a line on the...
View ArticleNew Post: Noob question: how to retrieve X Y from pointshape
check this...shapeActual=CType(FeatureSet.Open(path & nameShape & ".SHP"),FeatureSet) shapeActual.FillAttributes() For i As Integer=0 To shapeActual.Features.Count-1...
View ArticleNew Post: Noob question: how to retrieve X Y from pointshape
check this...shapeActual=CType(FeatureSet.Open(path & nameShape & ".SHP"),FeatureSet) shapeActual.FillAttributes() For i As Integer=0 To shapeActual.Features.Count-1...
View ArticleNew Post: Great circle lines on a map
danames wrote: Lines are defined by vertices. So if you line only has two end points then it will always appear as a straight line in any projection. However, if you line is defined by a series of...
View ArticleNew Post: Great circle lines on a map
danames wrote: Lines are defined by vertices. So if you line only has two end points then it will always appear as a straight line in any projection. However, if you line is defined by a series of...
View ArticleNew Post: Great circle lines on a map
danames wrote: Lines are defined by vertices. So if you line only has two end points then it will always appear as a straight line in any projection. However, if you line is defined by a series of...
View ArticleNew Post: Noob question: how to retrieve X Y from pointshape
tx Camiza..... :o) strangely I have found that nowhere.... so big thanx from the Netherlands!
View ArticleCreated Issue: Multiply legends bug [24036]
When application has a several legends, then the clicking on any FeatureLayer context actions (e.g. Properties, Join Excel, Export data, etc..) executes the action associated with this context menu...
View ArticleNew Post: Noob question: how to retrieve X Y from pointshape
yup this worked.... thx Dim fs As New FeatureSet fs = CType(FeatureSet.Open(Form1.AdressenPADNAAMtext.Text), FeatureSet) fs.FillAttributes() fs.Projection = Form1.myVenster.Projection Dim dt As...
View ArticleNew Post: Best use of Geometry Types
I am having some difficulty understanding the Geometry types in DotSpatial. What is the difference between a LineString and MultiLineString? I understand that a MultiLineString is a collection of...
View ArticleNew Post: Point of Intersection
I need to get the Point of Intersection between two Lines. I have a collection of LineStrings, and a collection of Polygon/LineRings and I need to get the Coordinate where any of the Lines intersect...
View ArticleCommented Issue: Problem with LAEA projection [23987]
Hello,I'm new to Dot Spatial and really enthusiast to play with this great tool. I am trying to convert lat/lng values to ETRS LAEA Europe coordinate system (EPSG:3035) but I always get NAN values (Not...
View ArticleSource code checked in, #71377
Added postbuild events back in because I shouldn't have removed them in the first place. Added double quotes around $(TargetDir) to make sure these don't break build.
View ArticleSource code checked in, #71379
Fixed the enabling of the Zoom Previous and Zoom Next buttons. Changed big Zoom to Coordinates icon to hopefully be slightly better.
View Article