Commented Issue: Cannot handle Geometry intersection crossing 180th meridian...
When trying to do an intersection, an error is thrown if Geometry crosses the 180th meridian. Example: Geometry roiSwath = (Geometry)entireSwath.Intersection((IGeometry)_roi); Error: found non-noded...
View ArticleCommented Issue: Add Support for loading large shapefiles [22179]
DotSpatial loads all features from a shapefile into RAM when adding it to the map, there is a limit to the size of shapefile that can be viewed. We need a file-based approach that still has good...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Issue: "dotspatial Side location conflict" excption when using...
simplified test code:IFeatureSet region = FeatureSet.Open(@"test.shp");IFeature feature = region.Features[0];feature.Contains(new DotSpatial.Topology.Point(117.533033, 40.988705)); test data...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Unassigned: Data.InRamImageData cropping 16 bit image load [24859]
Hi!I discovered an issue with DotSpatial.Data.InRamImageLoad() which appears when trying to load some images. Passing a System.Drawing.Image object into InRamImageLoad() and adding it to my map object...
View ArticleCommented Issue: Add Support for loading large shapefiles [22179]
DotSpatial loads all features from a shapefile into RAM when adding it to the map, there is a limit to the size of shapefile that can be viewed. We need a file-based approach that still has good...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Issue: Add Support for loading large shapefiles [22179]
DotSpatial loads all features from a shapefile into RAM when adding it to the map, there is a limit to the size of shapefile that can be viewed. We need a file-based approach that still has good...
View ArticleCommented Issue: Bad Display of NetCDF File [22370]
Using DemoMap.exe with GDAL Extension. The attached .nc file is flipped (south USA is displayed in the north)Comments: ** Comment from web user: mbayles ** Do you have any other files where this is an...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleClosed Issue: Setting FilePath property of a FeatureSet doesn't populate the...
I have the following test code: var fs = new FeatureSet()fs.FilePath = ("c:\\temp\\test.shp")Assert.Greater(fs.Features.Count) //fails - Features.Count is still zero The test fails, because setting the...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Issue: FunctionMode.Select not working properly [23848]
Hello DotSpatial Team,i recognized that the FunctionMode.Select is not working properly in some cases since the update from 1.3 to 1.4.It seems as there are not all elements selected.I`ve attached a...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleCommented Issue: FunctionMode.Select not working properly [23848]
Hello DotSpatial Team,i recognized that the FunctionMode.Select is not working properly in some cases since the update from 1.3 to 1.4.It seems as there are not all elements selected.I`ve attached a...
View ArticleCreated Unassigned: Missing shapes in print [63582]
Hello, I noticed that some shapes at the border of the print layout are not visible in the print result. I´ve attached some pictures showing the problem. map.JPG shows the how the map is shown on the...
View Article