New Post: How to get selected element in Layout Control?
dunno community is small so perhaps u must wait for a guru....
View ArticleNew Post: HOW TO make a different color for the selected polyline on the map
Hi Joska, its a simple method to set simbolizer settings LineSymbolizer plineSymb = new LineSymbolizer(true); plineSymb.SetFillColor(Color.Red); plineSymb.SetWidth(2.0d);...
View ArticleNew Post: HOW TO make a different color for the selected polyline on the map
Hi Alex This worked perfectly...in vb2010 Dim plineSymb As New LineSymbolizer(True) plineSymb.SetFillColor(Color.Red) plineSymb.SetWidth(2.0) fLayer.SelectionSymbolizer = plineSymb
View ArticleNew Post: enable 'on de fly' CRS transformation
as to enable use in measurements pair dotspatial. thank you
View ArticleNew Post: Cannot build
Hello, I have downloaded the source code and try to build the solution in VS 2013 (prof), but get this kind of errors: ...Source code.nuget\nuget.targets(58,9): error : Unable to find version '2.6.3'...
View ArticleNew Post: A IDockManager Extension must be included because a UI was found
Hi all, I use Dotspatial 1.7 Full. I also get the same error message when I create a new Project and try to run it. But if I copy DemoMap.exe to the application folder and run it, no error popup. Could...
View ArticleNew Post: Cannot build
After checking "nuget.org" in Nuget Package Manager > Package Manger Setting Settings > Packages Sourcec, it works.
View ArticleNew Post: A IDockManager Extension must be included because a UI was found
Hi Brg since version 1.7 something changed as you may read in this issue I raised some time ago. Maybe you can take advantage of some information reported in that issue by Mogikanin I made myself a...
View ArticleNew Post: A IDockManager Extension must be included because a UI was found
Thank Oscar for your help. I am VB.net user and try to translate your code to VB.net and get some error as in attached images. Could you please help me to pass this? here is my VB code which translated...
View ArticleNew Post: A IDockManager Extension must be included because a UI was found
I am also a vb user but had to keep the above code in c#. I created the class, compiled it and referenced to it from my vb project here is my project downloadable from wetransfer TEXT in the...
View ArticleNew Post: A IDockManager Extension must be included because a UI was found
Hi Oscar, Thank you very much, It work fine. Best regard, GIS4SD
View ArticleNew Post: A IDockManager Extension must be included because a UI was found
You are welcome beware that with next dotspatial releases (say 1.8 or so) you will need to recompile the dummyheadercontrol setting the references to the new version of dotspatial dlls, otherwise there...
View ArticleNew Post: HOW to copy a polyline Z a certain distance from its orginal...?
Dear reader I want to copy a polyline with Z information a certain distance from its original to the left and the right of this original..... anyone knows the best way to do this. The goal is even more...
View ArticleNew Post: HOW TO add or lower the Z of a polyline Z line...
Dear reader I want to lower or add height to the Z of a polyline anyone knows how to access this Z-value?
View ArticleNew Post: WMS/TMS etc. support?
thongnt wrote: how do i can rebuild BruTileLayer to use in my own mapwindow 4 application? please help me! sorry, my english is not well. Call me: 0976502092
View Article