New Post: webmap plugin
Theorectically you could save whatever you want in there as long as you react to the App.SerializationManager.Serializing and App.SerializationManager.Deserializing events. But basically DotSpatial...
View ArticleNew Post: Property Window
Steps to reproduce DotSpatial version: Load a Shape File Click Identity in Menubar Select Node/Line, it displays its properties. Expected behaviour Here only we should get option to edit its Node or...
View ArticleNew Post: Creation of polyline 3D (polylineZ)
Hi I try to create a polylineZ shapefile with MapWinGis, in C# on VS2010. Everything run but... why the shapefile contain everytime also the field M?? I've selected type POLYLINEZ for the shapefile and...
View ArticleNew Post: Unable to download SDK documentation
I am trying to download the SDK file from this web page - http://www.mapwindow.org/downloads/documentation/dotspatial-1.0/Index.html But the webpage could not be found. Are there any other sources from...
View ArticleNew Post: Unable to download SDK documentation
There is no 1.7 SDK. The one you tried to download was for 1.0.
View ArticleNew Post: Unable to download SDK documentation
Thanks for replying. Do you know where I can download the SDK for DotSpatial 1.0? The link above does not work and I couldn't find the SDK anywhere else. Thanks again.
View ArticleNew Post: Unable to download SDK documentation
No idea whether the 1.0 file can be found somewhere. But if you're not set on using the old version you could have a look at the DotSpatial 2.0 chm file.
View ArticleNew Post: Unable to download SDK documentation
Thanks for the sdk file. Can you tell which version is on this page: https://github.com/DotSpatial/DotSpatial ?
View ArticleNew Post: Unable to download SDK documentation
That's 2.0. For now there is only a beta release on nuget and you can get the latest dlls from master from the links section from the main page. Have a look at the switching guide to see what changed...
View ArticleNew Post: Degree of a node
I have a line layer on top of a point layer and I want to find the number of edges(lines) adjacent to each node i.e. the degree of the node. I searched the SDK but couldn't find anything related to...
View ArticleNew Post: Apply Themes
Hi, When we save the dotspatial file as dspx we have the option to open it as notepad file. I was trying to apply properties, attributes and colors defined in this file as themes to my current shape...
View ArticleNew Post: DotSpatial 2.0
When do you anticipate a new build? I am waiting for the M-value correction for linear features.
View ArticleNew 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 Article