Created Unassigned: OGR Vectors [24351]
Hi,I'm triyng to load data from a database by using OGR Vectors in DotSpatial. I have no problem opening .shp and kml.But when I open a datasource using a connection string, when...
View ArticleSource code checked in, #72224
Targeted DotSpatial.Mono and DotSpatial.Control to .Net 4.0 Client Profile. Also added try-catch statement in WebMap plugin so avoid a crash when running HydroDesktop on Mono.
View ArticleNew Post: Load heatmap as Dot Spatial layer - Gheat.NET
Hi, I want to show on top of a shape file layer a heat map. I found this C# project:http://www.codeproject.com/Articles/88956/GHeat-NET Any idea how to overlay the image created from Gheat.NET on the...
View ArticleNew Post: How to use the same AddShapeFunction as in Demo Map
Good morning I have tried the Demo map and I want to use AddShapeFunction in my application so I can draw any shape form, but without success, I didn't find a way to do it. Can some one help me please....
View ArticleNew Post: How to use the same AddShapeFunction as in Demo Map
what do u want to achieve?
View ArticleNew Post: How to use the same AddShapeFunction as in Demo Map
What I want to do is that when I draw a point, line or any object on the map, I want to attach it to the selected layer so that I can view it when I re-open the project . Every time I draw some thing...
View ArticleNew Post: function of buffer
Anyone has a solution on how to buffer round a line shape?
View ArticleNew Post: function of buffer
I assume thus is old code as u can found in the example page of dotspatial, see documentation 'Declare a new feature set Dim fs As New FeatureSet() fs.FillAttributes() 'Pass in the file path for the...
View ArticleNew Post: function of buffer
THis worked for me Dim g As IGeometry = GeometryFactory.Default.CreateLineString(coord) g = g.Buffer(distanceFORbuffer) fs.Features.Add(g) fs.SaveAs(sFilename, True) Form1.myVenster.AddLayer(sFilename)
View ArticleCreated Unassigned: OGR Vectors [24361]
Still trying o use my own ogr driver, I encountered trouble in OGRDataReaders.cs :```private DateTime GetFieldAsDateTime(int i){ int year; int month; int day; int h; int m; int s; int flag;...
View ArticleNew Post: IHeaderControl
Solved, I had two files implementing IHeaderControl, and for the second point I put it away because I'm trying to use ribbon.
View ArticleNew Post: IHeaderControl
Welcome to the forum and nice u solved it... this community need smart input from anyone :O)
View ArticleNew Post: How to sed a layer to the last-lowest layerposition on the map?
When I add a layer it is always send to the most upper position in the layerlist thus always drawn on top.... I am searching for the solution to send the newly added layer to the lowest/last position...
View ArticleNew Post: How to set a layer to the last-lowest layerposition on the map?
In MapLayerCollection.cs , I found :/// <summary> /// Inserts an element into the System.Collections.Generic.List<T> at the specified index. /// </summary> /// <param...
View ArticleNew Post: dotspatial.tools will not execute
I am attempting to use dotspatial.tools.dll in my own project. I am having problems executing some of the tools (i.e., Feature to Raster, Clip Raster Layer). The Progress Bar will reach 10-30% and then...
View ArticleNew Post: WMS/TMS etc. support?
how do i can rebuild BruTileLayer to use in my own mapwindow 4 application? please help me! sorry, my english is not well.
View ArticleNew Post: Legend: ForeColor
Hello, someone can tell me how to change the text color of the legend items because the forecolor does not work, the text is always black. Thanks, Claudio
View ArticleNew Post: Zonal Statistics
Mese, I am trying to make a tool zonal statistic tool similar to what you described. Would you willing to post an example of your code for the DotSpatial community, please? Thanks
View ArticleNew Post: MapLineLayer Not Displaying
I am attempting to add a MapLineLayer with lines to my map. What I am trying to do is:Create a new MapLineLayerAdd line (features) to the layerAdd a "Volume" attribute to the attribute table with a...
View Article