New Post: How to Add/Draw utm grid on map
I am also looking for a way to draw grid lines on map..Is there any idea how to do it?
View ArticleNew Post: ShapeEditor.dll,How to Save shape to current feature layer
I saved it by a wkt format in sql database
View ArticleNew Post: ShapeEditor.dll,How to Save shape to current feature layer
Hi am2, ok. Anyway can you help me for the steps to use the ShapeEditor.dll for my own button? What I am tryingg to do is to use AddShapeFunction and MoveVertexFunction like in DemoMap. Thank you, sypou
View ArticleNew Post: Some advice on adding open streetmap to my project
Thank you, Felix The DotSpatial.Plugins.BruTileLayer is an important part of my DS appilcation.
View ArticleNew Comment on "Developer Getting Started"
I followed Getting Started Guide (1.7) for the download (1.8) but the Toolbox does not appear in the finished app. How can I troubleshoot this?
View ArticleNew Post: Developer Getting Started Guide
I followed Getting Started Guide (1.7) for the download (dotnet spatial 1.8) but the Toolbox does not appear in the finished app. How can I troubleshoot this?
View ArticleSource code checked in, #15f9aac910cb65dedc2c1e52f4ff2cdc1b46f19b
use GeographicExtents for line clipping because ImageRect clips to much
View ArticleSource code checked in, #88ef8ebe973b30acb059ec510b442273a9f60dd2
Merge branch 'master' of https://git01.codeplex.com/dotspatial
View ArticleNew Comment on "DotSpatial.Data.Vectors.Beginner"
What does 'nicely ordered' mean when using IndexMode?
View ArticleNew Post: working with 3D Viewer plugin
Hi, I am looking for a 3d plugin which works with dotspatial and found this one 3D Viewer Does any one has worked with this plugin?I want to marge a a 3d raster and a shape fie and show them as a 3d...
View ArticleNew Comment on "Developer Getting Started"
I followed Getting Started Guide (1.7) for the download (1.8) but the Toolbox does not appear in the finished app. How can I troubleshoot this? System.ComponentModel.Composition Warning: 3 : The...
View ArticleNew Comment on "Developer Getting Started"
I followed Getting Started Guide (1.7) for the download (1.8) but the Toolbox does not appear in the finished app. How can I troubleshoot this? I corrected one error as below, but still no toolbox. ONE...
View ArticleNew Comment on "Developer Getting Started"
The 1.7 Getting Started Guide is not compatible with 1.8. Don't forget to UNBLOCK downloaded dll. I have yet to get a functional (same as Demomap.exe) Visual Studio developed version with 1.8.
View ArticleCreated Unassigned: Need version 1.8 Quick Start for newbie [63601]
As I am a newbie to DotSpatial, I need help. I have developed in ArcObjects and Erdas Imagine C toolkit and MSSQL 2008 so DotSpatial should be very easy for me, but it is not. The DemoMap.exe in the...
View ArticleCommented Unassigned: Need version 1.8 Quick Start for newbie [63601]
As I am a newbie to DotSpatial, I need help. I have developed in ArcObjects and Erdas Imagine C toolkit and MSSQL 2008 so DotSpatial should be very easy for me, but it is not. The DemoMap.exe in the...
View ArticleNew Post: DrawingLayers vs Manual Graphics Creation
I submitted a pull request with the two patches I had submitted previously. Let me know if you have any questions about them. -j
View ArticleEdited Unassigned: v1.8 DemoMap source for newbie using compiled dotspatial...
The DemoMap.exe in the 1.8 download (compiled dll, not source code) works well. However I have not been able to duplicate the DemoMap functionality in a Visual Studio project following the Version 1.7...
View ArticleCommented Unassigned: Select Layer in the MapFrame [63592]
Hi,I would select a Layer in the MapFrame, so I wrote:```int indexLayerPdl = AppManager.Map.Layers.IndexOf(layerAdded); AppManager.Map.Layers.SelectLayer(indexLayerPdl);```where layerAdded is a...
View ArticleCreated Unassigned: KnownProjections with same ESRI are indistinguishable...
Suggestion of fix: add EPSG code to your KnownCoordinatesA lot of KnownCoordinates have the same proj4.We can work around this by using the ESRI, because it stores a bit more information, like the Name...
View Article