New Post: add attribute to image map
hello Please help me is there any way to add attribute table to image map (.jpg) such as that explain in DotSpatial_Tutorial_4 instead of shapefile??? thanks
View ArticleSource code checked in, #73811
- LayoutForm: do not clear layout control on FormClosing - LayoutControl: moving Windows Form Designer generated code to separate file
View ArticleEdited Issue: Booleans cause ProjectionInfo.ToProj4String to fight with...
As of 2013-01-21, ProjectionInfo.ToProj4String writes booleans (for example Over and Geoc) as integer "1" (lines 801-806), but ParseProj4String reads them using bool.Parse (lines 1076-1080), which...
View ArticleSource code checked in, #73812
Fixed #23808: Booleans cause ProjectionInfo.ToProj4String to fight with ParseProj4String
View ArticleClosed Issue: Booleans cause ProjectionInfo.ToProj4String to fight with...
As of 2013-01-21, ProjectionInfo.ToProj4String writes booleans (for example Over and Geoc) as integer "1" (lines 801-806), but ParseProj4String reads them using bool.Parse (lines 1076-1080), which...
View ArticleNew Post: Legend control and itemclick events?
Hi, I am new to the library and i am impressed! But - I'll come with my first question... I like to hook the currently selected layer in the legend to a grid view, thus I have written an event handler...
View ArticleNew Post: Legend control and itemclick events?
Hi, it seems it is a bug - events ItemMouseUp and ItemMouseDown never raised. But you can use mapFrame.LayerSelected event. Maxim.
View ArticleNew Post: Measure Tool code in Dot Spatial
Dear All, I am developing desktop GIS application in c#. I want to use a button in a form as measure tool. I am using libraries of dotspatial. Kindly provide me the code of measure tool button....
View ArticlePatch Uploaded: #15848
JDNelson has uploaded a patch.Description:The Accessexample.zip file with examples of selecting points inside user drawn polygon.
View ArticleNew Post: Load SHP Files, DrawPolygon, select features/points in Polygon......
Hi Alex I have uploaded the file to "SOURCE CODE > PATCHES" with ID=15848 HTH James
View ArticleNew Post: code contribution
Hi I have made some changes in Map.cs and MapFrame.cs of Controls module to have a slave frame complementing the main frame so that dotspatial map control can be infinite horizentally panned within the...
View ArticleNew Post: code contribution
Hi, please attach your changes to https://dotspatial.codeplex.com/SourceControl/list/patches It may be .patch or .cs files. Maxim.
View ArticleUpdated Wiki: Home
NewsJanuary 13, 2014: Released DotSpatial 1.6. Details here.Overview DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis...
View ArticleEdited Feature: Add ability to save image from print dialog [23992]
This issue is described here: http://hydrodesktop.codeplex.com/workitem/8626Comments: ** Comment from web user: mogikanin ** Such ability already exists in print dialog.
View ArticleNew Post: Selecting shapefile attributes and setting colours
Hi, A couple of noob questions but I have been having trouble with finding the right examples or documentation. What I am hoping to do is load a shapefile that has many shapes that reside within each...
View ArticleEdited Issue: DotSpatial.Symbology.Forms SeachAndReplaceDialog [23928]
Hi,The SeachAndReplaceDialog returns an error it the txtFind is blank and the user click OKPlease change the code.This way it works fine, if you want add a message box.```private void BtnOkClick(object...
View ArticleSource code checked in, #73842
- Fixed misspelling in SearchAndReplaceDialog class name - Fixed issue #23928 - Minor gui improvements in TableEditorControl
View ArticleClosed Issue: DotSpatial.Symbology.Forms SeachAndReplaceDialog [23928]
Hi,The SeachAndReplaceDialog returns an error it the txtFind is blank and the user click OKPlease change the code.This way it works fine, if you want add a message box.```private void BtnOkClick(object...
View Article