New Post: Create Shapefile from Filtered Shapefile
What error do you get? You have to explain more clearly what your problem is if you expect someone to help you.
View ArticleNew Post: Convert from WGS1984
Hi I am try to convert from WGS1984 to ISN1993 it don't work I get no ISN1993 to XY_to Dim XY(1) As Double Dim z(0) As Double z(0) = 0 XY(0) = 64.147612642 XY(1) = -21.9376785421 Label1.Text = XY(1)...
View ArticleNew Post: Use GDAL in VB-Project
Hi, Having worked with DotSpatial for some time now, and I tried again to get the GDAL plugin to work using DotSpatial 1.8. Only to fail having spent lots of time trying about all suggested solutions....
View ArticleSource code checked in, #efe8827f2ccce62f80b7398e7b4bfcc3e72a6cc3
Added DUmmyHeaderControl example for people who need an empty HeaderControl
View ArticleSource code checked in, #29519af2af6eaf856890053dac9b34bc5e0c3536
Moved DummyHeaderControl into ExampleFolder
View ArticleNew Post: Use GDAL in VB-Project
Hello pan, do you need IHeaderControl to be empty? If not there is a working IHeaderControl inside DotSpatial.Controls that should be loaded automatically. That means if you download the DotSpatial 1.8...
View ArticleNew Post: Convert from WGS1984
Hi sigster, can you tell me what result you're expecting and what results you get? jany_
View ArticleNew Post: Convert from WGS1984
WGS1984 64.1476126420 -21.9376785421 This is what I was hoping to get ISN1993 357061.000000 408297.000000 The results is the same and if I read WGS1984 from label I get = ∞ 64.1476126420 -21.9376785421
View ArticleNew Post: Convert from WGS1984
Thanks jany_ for Replay If I use ProjectionInfo.FromEpsgCode then this works well but not from Listview another problem I need to find out For Each item As ListViewItem In Me.ListView1.Items Dim...
View ArticleNew Post: Use GDAL in VB-Project
**jany_ wrote:** Hello pan, do you need IHeaderControl to be empty? If not there is a working IHeaderControl inside DotSpatial.Controls that should be loaded automatically. That means if you download...
View ArticleNew Post: open shapefiles without loading them to memory
Are the following functionalities available in the current version? a) open a shapefile without loading all of its data to the memory, b) loading shapefiles by attribute queries. This made me realize...
View ArticleNew Post: Use GDAL in VB-Project
Hi Jany, Thanks for responding. FYI: I’m using a downloaded version of DotSpatial 1.8, not the NuGet 1.7 packages with VS 2015, .Net framework 4, compiled for Any CPU. First of all: can you tell me if...
View ArticleNew Post: Use GDAL in VB-Project
Hey Francis, the 4 steps you made should work with DS 1.8 as well. Are you sure that gdal doesn't support .asc files? I don't have any .asc files to really test this but I created an empty dummy .asc...
View ArticleNew Post: Convert DMS to WGS1984
Hi I have been search the forum how to convert from Degrees/minutes/seconds to WGS1984 is it possible with dotspatia ? Regards Sigster
View ArticleNew Post: Use GDAL in VB-Project
Hi Jany_ No, I'm not sure gdal can't handle .asc files. The info re gdal is not very clear about that, but you're right, the demo app does open the .asc files. I also can't find much about how to...
View ArticleCreated Unassigned: Prevent projection dialog popup [63611]
Hi,Does anyone know how to prevent the projection dialog box to automatically open when adding a (raster) layer to a map.VS 2015, VB.Net, DS 1.8.Cheers
View ArticleCreated Unassigned: Error with decimal values and "," decimal separator no...
Using the properties Dialog to create Feature classes works fine until you use decimal values with dot as decimal separator. If your decimal separator is a coma "," (European default) and the...
View ArticleNew Post: Convert DMS to WGS1984
Hi, sigster. You may found the answer from this link: http://gis.stackexchange.com/questions/66526/alignment-projection-issue-when-opening-a-shapefile-in-arcmap-that-was-created-f
View ArticleNew Post: Convert DMS to WGS1984
this is my code for reference double[] xy = new double[] { Longitude, latitude}; // z values if any. Typically this is just 0. double[] z = new double[] { 0 }; // Source projection information....
View ArticleCreated Unassigned: Web application using Dot Spatial [63613]
I want to create Asp.Net web application which can do following things.1. Import Image file and render on Dot spatial's map control in web application.2. create dynamic shape file.Are there any example...
View Article