Closed Unassigned: Projection problem with DutchRD when read from ESRI...
When trying to add a ESRI shapefile with Dutch (Netherlands) RD (Rijks Driehoek) projection, problems with parsing the .prj file cause an exception; "Unknown projection" so the layer cannot be added.I...
View ArticleCommented Unassigned: Projection problem with DutchRD when read from ESRI...
When trying to add a ESRI shapefile with Dutch (Netherlands) RD (Rijks Driehoek) projection, problems with parsing the .prj file cause an exception; "Unknown projection" so the layer cannot be added.I...
View ArticleNew Post: Disable Drag e Drop of elements in the legend
just override the base legend control, here you go:public class RestrictedLegend : Legend { protected override void OnMouseMove(MouseEventArgs e) { // remove any mouse movement events from the legend } }
View ArticleSource code checked in, #73550
taregting Projections.Tests to x86 as it used platform specific proj.dll
View ArticleUpdated Wiki: Home
Contents:Overview, Contribute, SupportOverview DotSpatial is a geographic information system library written for .NET 4. It allows developers to incorporate spatial data, analysis and mapping...
View ArticleCommented Unassigned: DotSpatial.Plugins.MapWindowProjectFileCompatibility...
In DemoMap application, we can go to menu\files\open and choose a Mapwindow4Project (Mwprj) to open.However, it go down to a bug. The bug is in...
View ArticleCommented Unassigned: DotSpatial.Plugins.MapWindowProjectFileCompatibility...
In DemoMap application, we can go to menu\files\open and choose a Mapwindow4Project (Mwprj) to open.However, it go down to a bug. The bug is in...
View ArticleNew Post: Find all Polygons a Linestring intersects
Good Morning (well, it is a the moment) My question related to performance/best approach: I have a grid of 10,000 polygons each polygon is 50x50 meters. I have a set of linestrings (around 220 ATM) the...
View ArticleNew Post: Find all Polygons a Linestring intersects
I guess this problem is of no easy solution. In the past I had a problem where I needed to understand for 20.000 point shapes which polygon they lied in (among 500). I had to cycle through all the...
View ArticleNew Post: Reprojecting to web mercator misaligns my rasters?
Hi, I'm quite new to GIS development and I need some help. I have two overlayed raster files, both of them using the projection EPSG 32720. They are loaded this way: ProjectionInfo projection =...
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
OK, now I have created my Fork as suggested and made quite a lot of progress, I think. To get it to work with the Dutch PDOK service i had to upgrade to the current version of BruTile so I made a bit...
View Article