New Post: Nearest Neighbour
Hey everyone, I am new to DotSpatial and new to VB.net (although i use VBA alot through Excel) but i need to perform a nearest neighbour analysis on a set of point data which i have. I have found a few...
View ArticleNew Post: Multiple views of same map
no problem, because loading your shape with dotspatial this is loaded into memory and if references the same shape in multiple windows, you would use more memory with DotSpatial.Controls, but you can...
View ArticleNew Post: DotSpatial and GMap.NET
Everything works fine but in the case of "CreateGoogleSatelliteLayer" server is not found
View ArticleNew Post: DotSpatial and GMap.NET
I tried it this moment and for me it works. _btLayer = BruTileLayer.CreateGoogleSatelliteLayer
View ArticleNew Post: Problems with Legend "forecolor"
Hi everybody I've got a problem with the legend "forecolor". I change this property at runtime, but when the user adds a new item to the legend, after changing its color in runtime, the forecolor...
View ArticleNew Post: add label to a point
I've researched this and tried many ways for a couple of days and it either does nothing or blows up. I can easily add a point to a map using: Coordinate coord = MainForm.GeographicToWebMercator (...
View ArticleNew Post: DotSpatial and GMap.NET
add to DotSpatial.Controls.BruTileLayer the above lines of code to add the kind of google, even I added: GoogleTerrain GoogleLabels and all work well but not GoogleSatellite. :(
View ArticleNew Post: DotSpatial and GMap.NET
Now i compiled with DS 1.4 here the 2 dlls you need. This works actualy for me, if this dlls work for you too I send you the source again.https://dl.dropbox.com/u/39631349/Release.zip -;) Thomas
View ArticleSource code checked in, #71598
Added parameterless constructor. Needed for datatable copy and clone methods.
View ArticleNew Post: DotSpatial and GMap.NET
Thomas thank you very much me your dll works great but I would like to have the project DotSpatial.Controls.BruTileLayer could you send it to me, since my project does not work well sorry for me...
View ArticleSource code checked in, #71631
Updated licenses for all tools in the toolbox. Also slightly refactored RandomPoints, Erase, and Buffer tools.
View ArticleSource code checked in, #71632
Refactored RandomPoints and RandomGeometry to have an optional "outputFeatureset" parameter.
View ArticleSource code checked in, #71633
Changed the input parameter of ClipRasterWithPolygon from FeatureSet to PolygonFeatureSet. See HydroDesktop issue 8665.
View ArticleSource code checked in, #71634
Check for cancel before saving layer file in Erase and RandomPoints tools.
View ArticleNew Post: DotSpatial and GMap.NET
Hi Camiza, You can download the source here.https://dl.dropbox.com/u/39631349/DotSpatial.Controls.BruTileLayer.zip It works with brutile.dll 0.5.1.0 Thomas
View ArticleNew Post: How to create label for each point coordinate in feature?
Did you ever figure this out and care to share? I need to place a label at each point set as well.
View ArticleNew Post: IMapLabelLayer - help needed
Did Tutorial #7 ever happen? I need to be able to plot points and a label which I extract from a database. It seems I am not alone in needing this sort of capability and it also seems that few, if any,...
View ArticleNew Post: add label to a point
Success, and is it ever easy. In your main class: (I am using the DemoMap example)public FeatureSet dbMarkers = null; public MapPointLayer dbMarkerLayer; public MapLabelLayer dbLabelLayer; In your...
View ArticleNew Post: Aggregating features by attributes using Dissolve / Unionshapes ?
Dear Claudia, did you get a solution for your problem? I had the same problem but didn't find a solution yet Thanks Oscar
View Article