New Post: Web application using Dot Spatial
I want to create Asp.Net web application which can do following things.Import Image file and render on Dot spatial's map control in web application. create dynamic shape file. Are there any example...
View ArticleNew Post: Convert DMS to WGS1984
Thangs Koson lon, lat system do you mean Decimal Degrees I try this but is something wrong Dim xy As Double() = New Double() {"64,146303", "-21,937915"} Dim xy As Double() = New Double() {"64,146303",...
View ArticleNew Post: DotSpatial 1.8 - NuGet?
Hello, currently DotSpatial is only available up to version 1.7 in NuGet. Is it planned to release the current version 1.8 to NuGet as well, or are there any issues blocking this? Kind regards
View ArticleNew Post: Use GDAL in VB-Project
Hi I'm also new to dotSpatial and am pretty impressed. Using v1.8 along with Tutorials 3 + 9, I can add GDAL raster to map . For native bgd raster format I can use IRaster to access the pixels: Dim...
View ArticleNew Post: NetTopolygySuite included?
Hello, Is the NetTopolgySuite included in the package?
View ArticleNew Post: Use GDAL in VB-Project
Hi Jany_ I'm running into a little problem with the AppManager (V1.8). When calling AppManager1.LoadExtensions it traps and error ''Object reference not set to an instance of an object". Drilling down...
View ArticleNew Post: Use GDAL in VB-Project
Hey pan, as far as I remember there was nothing removed in V1.8. I think the reason for the missing toolstrip object would be that it is no longer shown in the VS designer toolbox. You say you are...
View ArticleNew Post: Exception when calling Feature.Difference()
Hello everyone, I am checking whether a feature is intersected by another feature, and if so I remove the overlapping part from the first feature. It works for most of the polygons in the feature set I...
View ArticleNew Post: Exception when calling Feature.Difference()
WKT for obtained intersection: POLYGON ((1301247.2989178500000000 6410247.0453155900000000, 1301220.7355957000000000 6410251.2421875000000000, 1301205.2300415000000000 6410253.6920166000000000,...
View ArticleCreated Unassigned: Exception when calling Feature.Difference() [63614]
I am checking whether a feature is intersected by another feature, and if so I remove the overlapping part from the first feature. It works for most of the polygons in the feature set I am working with...
View ArticleCommented Unassigned: Exception when calling Feature.Difference() [63614]
I am checking whether a feature is intersected by another feature, and if so I remove the overlapping part from the first feature. It works for most of the polygons in the feature set I am working with...
View ArticleNew Post: Create shapefile containing 3D shapes
I have been able to stumble this far (see below), but I am still not creating a 3d shape. the shape is coming out flat. Here is my code for creating a cube. I am still unsure how I should be using the...
View ArticleCommented Unassigned: Exception when calling Feature.Difference() [63614]
I am checking whether a feature is intersected by another feature, and if so I remove the overlapping part from the first feature. It works for most of the polygons in the feature set I am working with...
View ArticleCommented Unassigned: Exception when calling Feature.Difference() [63614]
I am checking whether a feature is intersected by another feature, and if so I remove the overlapping part from the first feature. It works for most of the polygons in the feature set I am working with...
View ArticleNew Post: 3D view of TIFF image/ shp file [ To support UTM coord system,...
Hi Team, I have come across your 3D Viewer work for MapWindow, I am also trying to build similar project using DotSpatial Library. I need your expert advice for same, just need pointers from you no...
View ArticleNew Post: Assign Scale to a map by textbox
I am trying to assign the scale of a map from a textbox1 as shown below but my code is not working. I will be happy if someone can give me a hint to make the code work double GetWindowDC(0); double...
View ArticleNew Post: Assign Scale to a map by textbox
hey worlanyo, have a look at issue 24099 Feature request: Scale Bar on map. I attached a zip file that uses a combobox to set the maps scale. As long as you're using a meter based coordinate system...
View ArticleCreated Unassigned: Attribute table corruption [63615]
The attribute table field name are being corrupted when saving FeatureSet. Code snippet below and results example attached.. feature.DataRow.BeginEdit(); feature.DataRow["ID"] = i;...
View Article