New Post: Convert EPSG code to KnownCoordinateSystem
For our project, we may need to be able to take an EPSG code and turn it a known coordinate system (when it exists), not just the projection info. What would be involved in adding this? Would I need to...
View ArticleClosed Unassigned: v1.7 Quick Start is incorrect for v1.8 AppManager setup...
This is not a issue. PLEASE CLOSE THIS OR DELETE THIS. Version 1.7 Quick Start doc for developers is incorrect for 1.8 development. Download the DemoMap source to verify the incorrect parts of 1.7...
View ArticleCommented 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 ArticleEdited Unassigned: Attribute table corruption [63615]
List<Coordinate> coords = new List<Coordinate>(); coords.Add(new Coordinate(1, 2, 3)); coords.Add(new Coordinate(1, 2, 4)); coords.Add(new Coordinate(1, 2, 5)); coords.Add(new...
View ArticleCommented Unassigned: Attribute table corruption [63615]
List<Coordinate> coords = new List<Coordinate>(); coords.Add(new Coordinate(1, 2, 3)); coords.Add(new Coordinate(1, 2, 4)); coords.Add(new Coordinate(1, 2, 5)); coords.Add(new...
View ArticleCreated Unassigned: Bug: System.IndexOutOfRangeException given when trying to...
Since upgrading to v1.8, I get an index of of range message when attempting to label a newly created MapPointLayer, For example, the following code once executed successfully, an error is drawn when...
View ArticleNew Post: Open photos and document from point feature
Hello, i'm new here. How can I open photos and/or documents (.xlsx) from a point feature? Whatever methods are good (single click, hyperlink, etc). I already add the file path in attribute table. For...
View ArticleNew Post: Save layer and symbology
Have you found a solution? I want to save just the symbology, but Symbolizer is not serializable and found no way to save it (nor or read it from file).
View ArticleNew Post: Changing color for individual features
Hello! How can I change color for individual features (polygon) - not for all features in layer. I created PolygonSymbilizer, but it affects for all features in layer. Thanks for your explanation....
View ArticleNew Post: WCS Support
Is it possible to connect to a WCS with DotSpatial? It isn't directly explained in the docs if it is. Or is there another means of getting Geotiff elevation data directly from a streamed source?
View ArticleNew Post: Loading raster ASC files
Hi I am having issues loading raster files in ASC format Example file: TEXT Both map1.AddLayer() and map1.AddRasterLayer(); fail with the same error, "invalid file format" Any ideas on how to resolve...
View ArticleNew Post: Working with legend ContexMenu
I know this is really late, but I was just trying to do something similar. For a layer in the legend, the contextmenu entries are set in the Layer class (in the symbology namespace). So one option is...
View ArticleNew Post: Can't Open .dspx File
I use this code in toolstripmenuitemPrivate Sub BukaProyekToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles BukaProyekToolStripMenuItem.Click Using OpenDlg = New OpenFileDialog()...
View ArticleNew Post: Can't Open .dspx File
Hi Rizky, I use this Code to open the .dspx file and it works well. The shape files are at the same folder as the .dspx file?Dim dlg = New OpenFileDialog() dlg.Filter =...
View ArticleNew Post: Working with legend ContexMenu
It turns out it's pretty straightforward. If you add your layer using the Layer class (or any classes that inherit it, like FeatureLayer), then you access the ContextMenu variable and change it as you...
View ArticleNew Post: Can't Open .dspx File
Hi Thomas, Thanks a lot for your help, Now I can open my .dspx file. Yesterday, my appmanager was labelled as "null". I didn't know why, but it made a mess in my program. Another case, can you teach me...
View ArticleCommented Unassigned: Attribute table corruption [63615]
List<Coordinate> coords = new List<Coordinate>(); coords.Add(new Coordinate(1, 2, 3)); coords.Add(new Coordinate(1, 2, 4)); coords.Add(new Coordinate(1, 2, 5)); coords.Add(new...
View ArticleNew Post: Working with legend ContexMenu
Please tell me how to add a legend to the map, is not on the form, the application is running as a service you need to keep a map with descriptions as a picture
View ArticleNew Comment on "Documentation"
Please tell me how to add a legend to the map, is not on the form, the application is running as a service you need to keep a map with descriptions as a picture
View ArticleNew Post: Please tell me how to add a legend to the map, is not on the form,...
Please tell me how to add a legend to the map, is not on the form, the application is running as a service you need to keep a map with descriptions as a picture
View Article