New Post: Loading Geotiff values to an object
Yes, we are know that documentation is poor and in many places is out of date...
View ArticleNew Post: Union problem
Hi all, How do you merge two features? For me, aFeature.Union(anotherFeature) does not result in that anotherFeature is merged to aFeature. I have this testcode for line features: ... var f1 =...
View ArticleNew Post: Union problem
I think I understand know, you have to assign f1.Union(f2) to a new object: ... var f3 = f1.Union(f2); var ls3 = new LineString(f3.BasicGeometry.Coordinates); var length3 = ls3.Length; ...
View ArticleClosed Unassigned: loadextensions is forced to load default menubars...
Dear all,I updated my project with dotspatial dlls of the last available version (74527).In my project I alread designed the form, menù and toolbar. Since I need Gdal to be loaded I need to load...
View ArticleCreated Unassigned: ToRaster method overload proposal [25539]
Hi all (Maxim :P)I needed to create an overload to the ToRaster method in Dotspatial.Analysis.VectorToRaster.cs.The problem I was facing was that the existing versions of that method did not lead me to...
View ArticleCreated Unassigned: Tool Identify strange behavior [25542]
Dear All,I am experiencing a strange behavior of the tool identify.I loaded into my layer tree a number of raster and shapes, and when I click on a point where multiple maps are superimposed (therefore...
View ArticleCommented Unassigned: ToRaster method overload proposal [25539]
Hi all (Maxim :P)I needed to create an overload to the ToRaster method in Dotspatial.Analysis.VectorToRaster.cs.The problem I was facing was that the existing versions of that method did not lead me to...
View ArticleCommented Unassigned: Tool Identify strange behavior [25542]
Dear All,I am experiencing a strange behavior of the tool identify.I loaded into my layer tree a number of raster and shapes, and when I click on a point where multiple maps are superimposed (therefore...
View ArticleCommented Unassigned: ToRaster method overload proposal [25539]
Hi all (Maxim :P)I needed to create an overload to the ToRaster method in Dotspatial.Analysis.VectorToRaster.cs.The problem I was facing was that the existing versions of that method did not lead me to...
View ArticleSource code checked in, #74543
Tool Identify: * Moved out designer code to the separate file * Fixed issue #25542 - tool finds only one layer MapFunction: added some xml comments, minor reafactoring, added some unit-tests.
View ArticleCommented Unassigned: Tool Identify strange behavior [25542]
Dear All,I am experiencing a strange behavior of the tool identify.I loaded into my layer tree a number of raster and shapes, and when I click on a point where multiple maps are superimposed (therefore...
View ArticleEdited Issue: Tool Identify strange behavior [25542]
Dear All,I am experiencing a strange behavior of the tool identify.I loaded into my layer tree a number of raster and shapes, and when I click on a point where multiple maps are superimposed (therefore...
View ArticleNew Post: DemoGPS can't detect ublox GPS device (built-in gps/onboard gps)
I have been using a Windows Tablet with built in GPS - Asus Vivo 8. It has windows 8.1 OS.
View ArticleNew Post: DemoGPS can't detect ublox GPS device (built-in gps/onboard gps)
I have used the same system.device.location to detect the latitude/longitude from a windows 7 machine. But not able the get the data. Do we need to install any sensor, if yes then which sensor to...
View ArticleCommented Unassigned: ToRaster method overload proposal [25539]
Hi all (Maxim :P)I needed to create an overload to the ToRaster method in Dotspatial.Analysis.VectorToRaster.cs.The problem I was facing was that the existing versions of that method did not lead me to...
View ArticleSource code checked in, #74544
* Enum ShowExtensionsDialog marked as deprecated. Use ShowExtensionsDialogMode instead. * Minor refactoring in Map.cs * Removed obsolete method Map.OpenLayes()
View ArticleSource code checked in, #74548
Marked as deprecated: Map.AddLabels(featureLayer, ...), Map.CleareLabels(featureLayer). Instead use corresponding methods from IFeatureLayerExtensions.
View ArticleCreated Unassigned: Create Int64 raster not recognized [25545]
Hi allI was trying to convert a vectorToRaster where the vector value is int64 (the type I keep in converting it to raster). In Data.BinaryRasterProvider.cs I had to add the following in the create...
View ArticleCommented Unassigned: ToRaster method overload proposal [25539]
Hi all (Maxim :P)I needed to create an overload to the ToRaster method in Dotspatial.Analysis.VectorToRaster.cs.The problem I was facing was that the existing versions of that method did not lead me to...
View Article