Quantcast
Channel: DotSpatial
Browsing all 3973 articles
Browse latest View live
↧

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 Article


Source 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 Article


New 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 Article

New 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 Article

New Post: How to use the same AddShapeFunction as in Demo Map

what do u want to achieve?

View Article


New 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 Article

New Post: function of buffer

Anyone has a solution on how to buffer round a line shape?

View Article

New 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 Article


New 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 Article


Created 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 Article

New 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 Article

New Post: How can I add Google Maps data into the map control?

I have the same doubt.

View Article

New Post: IHeaderControl

Welcome to the forum and nice u solved it... this community need smart input from anyone :O)

View Article


New 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 Article

New 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&lt;T&gt; at the specified index. /// </summary> /// <param...

View Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article

New 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
Browsing all 3973 articles
Browse latest View live