New Post: how to centre mapwindow around a certain coordinate?
AND HERE is the solution Dim XRekenpunt As Object = dtSwungRekenpunt.Rows.Item(0).Item("X") Dim YRekenpunt As Object = dtSwungRekenpunt.Rows.Item(0).Item("Y") myVenster.ViewExtents.MinX = XRekenpunt -...
View ArticleNew Post: Legendheader text of layer wont appear in legend
I have a working programm which converts access input to layers.... here is part of the code... My problem is that in the second part, a function where i make the legend... the layername doesnt show in...
View ArticleNew Post: Confused about projections: GPS to map
Have searched, but at a loss about how to show GPS derived location on a map. I'm setting up a dotspatial map with:DotSpatial.Controls.Map dotSpatialMap.Projection =...
View ArticleNew Post: Loading Large Files...(again)
I've the same problem, MapWindow can load big ecw files (35GB!) with 32 or 64bit version, but with dotSpatial i can't do that.
View ArticleNew Post: How to create label for each point coordinate in feature?
hi lonnien, I'm new using DotSpatial and C# .Net 2010, dll's are the same in DemoWeb, I use the next code to label any layer and the code works, but when I do the zoom in the map this not show all...
View ArticleNew Post: Noob question: how to retrieve X Y from pointshape
Hiya camizaI have a small question for you about dotspatial.....I remember your programm where u can add or disconnect waterlines in a cityI am wondering how u do this...I have an access database...
View ArticleNew Post: How to change layerdata like points or lines and store it back in...
i want to select for example a single point in a pointshape and move this point to another spot and have the layer being updated... so these steps have to be made: 0 press the button that tells the...
View ArticleNew Post: How to change layerdata like points or lines and store it back in...
Hi Joskaadds and captures the event select. applied the following code, I hope you understand that my English is very bad. Public Sub MapMoveSubscriber(appManagerActual As AppManager, pathLayer As...
View ArticleNew Post: How to make the code for measuring the length
I am looking for simple and well-working code to measure the length on the map.... so measuring the total length but perhaps also the length of the current segment... any examples?
View ArticleNew Post: How to change layerdata like points or lines and store it back in...
for the lines it's the same, you must store the coordinates in an array and change the geometry of point to lines
View ArticleNew Post: How to make the code for measuring the length
every time you click on the map coordinates stored in an array and the distance between points equation you calculating this
View ArticleNew Post: How to make the code for measuring the length
yes that is the simpliest way i will make the code for ita nd share it here with you all.... thx camiza :)
View ArticleNew Post: Legendheader text of layer wont appear in legend
I am wondering if this is caused that a FID (?) is missing? this problem doesnt occur when i load an excisting shape....
View ArticleNew Post: Creating Label using FeatureSet
Here is the code i use... it shows the layer from an SQL string input Private Sub MaakSwungAdresTabelLayer(ByVal strSwungPadFile, ByVal ProgressieWaarde) Try 'Maak een nieuwe datatabel voor tabellen...
View ArticleSource code checked in, #72201
Updated reference to in WebMap to newest Brutile package.
View ArticleSource code checked in, #72203
Edited assemblyinfo for DotSpatial.Mono. Also added package.nuspec to DotSpatial.Mono project.
View ArticleNew Post: WebMap ZoomToSelectedFeature help
HI, I'm new using DotSpatial two years ago I used MapWindow for a desktop app, but this is my first webmap project. I'm doing a project with .net 2010 and DotSpatial WebMap, the dll's are the same in...
View Article