Updated Wiki: Home
What is DotSpatial?DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis and mapping functionality into their applications...
View ArticleNew Post: is there an equivalent for SharpMap's VectorLayer.MaxVisible ?
ok, i got it; i'v found DynamicVisibilityWidth , maybe i'm on the right path ...
View ArticleReleased: DotSpatial 1.8 (Sep 15, 2015)
DotSpatial 1.8 release notes:Simplified DotSpatial Controls Toolbox Various minor bugfixes Increased support for German Branches other than Trunk are obsolete (please do not update them) Added...
View ArticleUpdated Release: DotSpatial 1.8 (Sep 15, 2015)
DotSpatial 1.8 release notes: Simplified DotSpatial Controls ToolboxVarious minor bugfixesIncreased support for GermanBranches other than Trunk are obsolete (please do not update them)Added possibility...
View ArticleCommented Unassigned: Polygon with hole [63600]
HelloI am sorry for my EnglishI have short fragment of code``` static void Main(string[] args){ FeatureSet fs = new FeatureSet(FeatureType.Polygon); fs.Projection =...
View ArticleNew Post: Parallel implementation of DotSpatial.Symbology raster opperations.
Hi Ben, thank you for this excellent contribution, I have tested your code but there is a little issue, the image in the map has white stripes and colors are not represented like in the original image....
View ArticleNew Post: Crop area in ShapeFile
Hi! I am a newbie in DotSpatial. I am developing desktop application and trying to use DotSpatial library to display ShapeFile. In most of cases, my users will be concerned with only a small portion of...
View ArticleNew Post: dotspatial it's beginning to impress me
I blew my head off to make groups with subgroups with subgroups in sharpmap (which doesn't have groups). I can see that dotspatial's got it. I'm really impressed.
View ArticleNew Post: dotspatial it's beginning to impress me
dotSpatial is really starting to impress me also! BUT the tools are not that particularly useful. When you use a specific tool (say Thiessien Polygons), the resulting layer does not contain any...
View ArticleNew Post: Parallel implementation of DotSpatial.Symbology raster opperations.
Hi Joseteques, Could you post images? I figure that'll give me a better idea (hopefully) What format and operation are you performing? It's working well on my stuff but that's obviously only one...
View ArticleNew Post: Projection Mismatch
Hi, I'm using plugin DotSpatial.Plugins.WebMap for add a layer to my project. The projection of this layer is WGS84. Above it, I'm adding the layer with projection equals to 3004. The system returns me...
View ArticleNew Post: DrawingLayers vs Manual Graphics Creation
I had been creating temporary symbology (such as GPS points) manually using some ideas I discovered here: https://dotspatial.codeplex.com/discussions/349648 I then discovered 'DrawingLayers' I was...
View ArticleNew Post: DrawingLayers vs Manual Graphics Creation
Hey Justin, the patches that were not added to the source code disappeared when the source control was switched from TFS to Git. It Would be nice if you could resubmit your patch either as a pull...
View ArticleNew Post: Some advice on adding open streetmap to my project
Thank you Felix, so I can change the color easy for my Application. There is an other issue, with the new DotSpatial.Plugins.BruTileLayer The old one, when I saved a Project to a dspx file and load...
View ArticleNew Post: Some advices on editing feature SHP (polygon)
Hi All, I was able to create polygon shapefile based on the tutorial 4. Now I would like to edit the same polygon shapefile. I would like to do something like: 1- select the polygon layer 2- activate...
View ArticleNew Post: ShapeEditor.dll,How to Save shape to current feature layer
Hi am2, I was just looking for how to use this shapeeditor.dll. I would like to edit polygon (add/remove/move vertex). Can you guide me on the steps to follow? I already added...
View ArticleNew Post: Some advice on adding open streetmap to my project
Have you tested to create a dspx file with the DotSpatial.Plugins.BruTileLayer ? At least not thouroughly enough. Unfortunatly the lead BruTile developer made a lot of changes under the hood that...
View ArticleNew Post: Parallel implementation of DotSpatial.Symbology raster opperations.
Hi Ben, sorry for my late response... here are the images. I'm loading a raster (Geotiff file, around 80 Mb ) using your modifications, loading time is improved but as you can see the image has some...
View ArticleNew Post: ShapeEditor.dll,How to Save shape to current feature layer
Hi, Not sure whether you already found a way to save the changes or not, but for me, I save the edits from table editor (tried it from Demo Map). Sypou
View ArticleNew Post: AddShapeFunction and MoveVertexFunction (ShapeEditor) like in DemoMap
Hi All, Anyone can help on how to use AddShapeFunction and MoveVertexFunction like in DemoMap? Thank you. sypou
View Article