Quantcast
Channel: DotSpatial
Viewing all 3973 articles
Browse latest View live

New Post: How to Add/Draw utm grid on map

$
0
0
I am also looking for a way to draw grid lines on map..Is there any idea how to do it?

New Post: ShapeEditor.dll,How to Save shape to current feature layer

$
0
0
I saved it by a wkt format in sql database

New Post: ShapeEditor.dll,How to Save shape to current feature layer

$
0
0
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

New Post: Some advice on adding open streetmap to my project

$
0
0
Thank you, Felix

The DotSpatial.Plugins.BruTileLayer is an important part of my DS appilcation.

New Comment on "Developer Getting Started"

$
0
0
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?

New Post: Developer Getting Started Guide

$
0
0
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?

Source code checked in, #15f9aac910cb65dedc2c1e52f4ff2cdc1b46f19b

$
0
0
use GeographicExtents for line clipping because ImageRect clips to much

Source code checked in, #88ef8ebe973b30acb059ec510b442273a9f60dd2

$
0
0
Merge branch 'master' of https://git01.codeplex.com/dotspatial

New Comment on "DotSpatial.Data.Vectors.Beginner"

$
0
0
What does 'nicely ordered' mean when using IndexMode?

New Post: working with 3D Viewer plugin

$
0
0
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 image,Is it possible using this plugin?I need some hints to start work

Thank you so much

New Comment on "Developer Getting Started"

$
0
0
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 catalog 'DirectoryCatalog (Path="E:\UYRiskMap\UyPRisk\UyPRisk\bin\Debug\Plugins")' could not load assembly 'E:\UYRISKMAP\UYPRISK\UYPRISK\BIN\DEBUG\PLUGINS\DOTSPATIAL.TOOLS.DLL'. Could not load file or assembly 'DotSpatial.Tools, Version=1.8.0.0, Culture=neutral, PublicKeyToken=6219d88fb4baf469' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

New Comment on "Developer Getting Started"

$
0
0
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 ERROR: I did not unblock the zipped files. Before unzipping, click the [unblock] property of the zip file. System.ComponentModel.Composition Warning: 3 : The catalog 'DirectoryCatalog (Path="...bin\Debug\Plugins")' could not load assembly '...\BIN\DEBUG\PLUGINS\DOTSPATIAL.TOOLS.DLL'. Could not load file or assembly 'DotSpatial.Tools, Version=1.8.0.0, Culture=neutral, PublicKeyToken=6219d88fb4baf469' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

New Comment on "Developer Getting Started"

$
0
0
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.

Created Unassigned: Need version 1.8 Quick Start for newbie [63601]

$
0
0
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 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.

The Version 1.7 Quick Start doc for developers is incorrect for 1.8 development.

It would be very helpful to provide the source code for the DemoMap.exe for the 1.8 download.

Commented Unassigned: Need version 1.8 Quick Start for newbie [63601]

$
0
0
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 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.

The Version 1.7 Quick Start doc for developers is incorrect for 1.8 development.

It would be very helpful to provide the source code for the DemoMap.exe for the 1.8 download.
Comments: The attached png shows what I have with extra tabs

New Post: DrawingLayers vs Manual Graphics Creation

$
0
0
I submitted a pull request with the two patches I had submitted previously. Let me know if you have any questions about them.
-j

New Comment on "DotSpatial Tutorials"

$
0
0
How can I modify the info window?...

Edited Unassigned: v1.8 DemoMap source for newbie using compiled dotspatial [63601]

$
0
0
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 Quick Start doc for developers as it is incorrect for 1.8 development.

It would be very helpful to provide the source code for the DemoMap.exe for the 1.8 download.

Found the DemoMap in the source code download

Commented Unassigned: Select Layer in the MapFrame [63592]

$
0
0
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 IMapFeatureLayer created before.
The value of indexLayerPdl is 4, ma in the MapFrame the layer is not selected.

Why?

Thanks!
Comments: Help me!

Created Unassigned: KnownProjections with same ESRI are indistinguishable [63602]

$
0
0
Suggestion of fix: add EPSG code to your KnownCoordinates

A 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 of the projection.

But even the ESRI strings have collisions.
If we use KnownCoordinates for user interfaces, we will crash and burn.
This means we cannot use the KnownCoordinates on the user interface.

Examples:
- "Belge 1972" and "Reseau National Belge 1972"
- Africa/"Ain el Abd 1970" and Asia/"Ain el Abd 1970"

To reproduce:
- Open the DemoMap application from the binary available in this site;
- Create a new map;
- Change its coordinate system;
- Select Europe/"Reseau National Belge 1972";
- OK and close;
- Change its coordinate system.
Expected: selected value is "Reseau National Belge 1972".
Actual value: "Belge 1972".
Because the ESRI strings from both are the same.
Viewing all 3973 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>