Created Issue: CopySubset() do not work with shapefiles [25513]
```var polygons = new PolygonShapefile(path);List<int> inds = polygons.SelectIndexByAttribute(expression);var polis= polygons.CopySubset(inds);polis.SaveAs("subset_output.shp");```Actual:The...
View ArticleCommented Unassigned: Add OSGeo.GDAL library [25508]
Hi,I want to add OSGeo.GDAL library to my program. but i cant find download link for that. Can every one help me?thanks,Comments: ** Comment from web user: gorchicity ** Yeah...I found it. thank a...
View ArticleClosed Unassigned: Add OSGeo.GDAL library [25508]
Hi,I want to add OSGeo.GDAL library to my program. but i cant find download link for that. Can every one help me?thanks,Comments: Not an issue.
View ArticleNew Post: SelectByAttributes and CopySubset not working?
Thanks for your response Maxim, In the first block, when I change polygons by a list of IFeatures, it returns an empty list, as you said. When I add polygons.IndexMode = false, however, it gives an...
View ArticleNew Post: SelectByAttributes and CopySubset not working?
Yes, maybe just simply set IndexMode = false will not help (i not tested this), Anyways, i already fixed issue with SelectByAttribute() in trunk - now it works fine with your initial code. Regarding to...
View ArticleNew Post: InvalidOperationException from Map control in WPF
Hello, Can you please share the WPF code , I also want to do a similar thing. regards
View ArticleEdited Issue: border error in LineSymbolizer [23403]
this my code: LineSymbolizer line = new LineSymbolizer();line.SetWidth(10);line.SetFillColor(Color.Blue);line.SetOutline(Color.Red,1);layer.Symbolizer = line; produces blue line with BLACK border but...
View ArticleSource code checked in, #74504
Fixed border error in LineSymbolizer (unable to set border color). #23403
View ArticleClosed Issue: border error in LineSymbolizer [23403]
this my code: LineSymbolizer line = new LineSymbolizer();line.SetWidth(10);line.SetFillColor(Color.Blue);line.SetOutline(Color.Red,1);layer.Symbolizer = line; produces blue line with BLACK border but...
View ArticleNew Post: InvalidOperationException from Map control in WPF
Hi, I don't think I ever implemented this. Certainly I can't find any modified code here. Sadly we are no longer using DotSPatial, at the customer's request. Sorry, Pete.
View ArticleNew Post: Source Code Checkouts Fail
Am I the only person that seems to have constant issues with subversion updating/checking out here on Codeplex? I had originally planned to use git-svn and maintain a git mirror but I could never get...
View ArticleNew Post: Source Code Checkouts Fail
tortoisesvn should work fine. the problem maybe at your side (bad internet connection, slow pc, etc). But note, that also entire codeplex infrastructure (source control, issue tracker) unfortunately...
View ArticleNew Post: Move features in Map
Hi. I am quite new to DotSpatial, but during the last couple of weeks I have put some serious amount of time into it, to be able to make an application for the final project at school. Mostly I manage...
View ArticleNew Post: Move features in Map
Hi, take a look into DotSpatial.Plugins.ShapeEditor It allow to select and move points\shapes - exactly what you need.
View ArticleCommented Unassigned: Can't draw line direction [25406]
I can't draw line direction to display the vector motion. ExampleIn "Line Symbol"->"Stroke Type" = "Cartographic" I find...
View ArticleClosed Unassigned: Can't draw line direction [25406]
I can't draw line direction to display the vector motion. ExampleIn "Line Symbol"->"Stroke Type" = "Cartographic" I find...
View ArticleCreated Unassigned: GDALImage read [25520]
Hi,I want to load a tiff image. i use this code for load itusing DotSpatial.Data;using DotSpatial.Data.Rasters.GdalExtension;GdalImage img = new GdalImage(@"Data\map0-Georef.tif");But an error returned...
View ArticleNew Post: How to load shapeeditor plugin
I am going to develop a standalone GIS application. I have difficulties in loading shapeeditor into my application. I try by appmanager.loadextensions() but nothing happens. Could you tell me how I can...
View Article