New Post: UPDATE: Status of DotSpatial on OS X and Linux
OK so I made a branch called MacCompatibility for working on this. After making the branch I committed everything I have done so far. See: changeset 74813 Basically I just made a version of Map that is...
View ArticleNew Post: Use GDAL in VB-Project
Hello, I'm using DotSpatial in my VB-Project and came to the point where i have to create a raster data file. The problem is, that DotSpatial itself only offers to save raster data as .bgd files, what,...
View ArticleNew Post: Use GDAL in VB-Project
Hi, what DS version you are using? In latest (1.7) there is no message about IDockManager, etc. In 1.7 there are default implementations of those interfaces. And the second question - what instructions...
View ArticleNew Post: Use GDAL in VB-Project
1) I'm using DS 1.7, but somehow I get these warnings 2) http://mudnug.wordpress.com/2011/11/23/how-to-support-loading-extensions-in-dotspatial/ 3) I tried it like you said, but nevertheless, I get the...
View ArticleNew Post: Use GDAL in VB-Project
Yes, you are right, there are some messages in other place. I thought that we already removed them all...Yes, that link is out of date. I'll update documentation regarding GDAL on Codeplex soon.I've...
View ArticleNew Post: Use GDAL in VB-Project
So if this link is out of date, is there anything I have to change in they way I load the gdal extensions (facing the instructions)? I'm using Visual Basic and on the other hand I dont understand what...
View ArticleNew Post: Use GDAL in VB-Project
In VB.Net it will be<Export(GetType(IHeaderControl))> Public Class MyHeaderControl Implements IHeaderControl ........... You not need change bitness of your app as described at that link. At the...
View ArticleNew Post: UPDATE: Status of DotSpatial on OS X and Linux
Jacob, i can't open DemoMapMac project in Visual Studio 2013. It says "The application which this project type is based on was not found." Regarding to your changes: Lets rename DotSpatial.MacControls...
View ArticleNew Post: UPDATE: Status of DotSpatial on OS X and Linux
Yes you shouldn't be able to open the DemoMapMac project in visual studio, you need Xamarin Studio on a Mac. This is because with MonoMac you make a fully native app. With this project type everything...
View ArticleNew Post: UPDATE: Status of DotSpatial on OS X and Linux
And compiled DemoMapMac can't work in Windows too? Then we need to move out that project into other solution.Ok, let's rename it to DotSpatial.Controls.MonoMac. The other assemblies will be...
View ArticleNew Post: Drawing across dateline
I have a program that needs to be able to draw lines across the the international dateline. Is that supported by the new datelinecrossingmap? I can't seem to make it work.
View ArticleNew Post: Drawing across dateline
The Dateline crossing map only works correctly with the WGS84 datum Mercator projection. Are you using the this projection?
View ArticleNew Post: Drawing across dateline
I am using DotSpatial.Projections.Proj4Datum.WGS84.ToString() is that correct?
View ArticleNew Post: Drawing across dateline
Here is an example of how it looks http://imgur.com/SBIbL3m I would like those lines to cross the dateline instead of going across the other way.
View ArticleNew Post: Missing Row/Column in Raster File
Hi everyone, My problem is, that I created a new raster file (bgd-format) and converted it to .asc by using a code snippet I found in the forum... @mogukanin (Thank you at this point for your help...
View ArticleNew Post: Check if pointshape intersects/touches raster cell
Hello again ^^ Please excuse me, if I'm annoying you with my frequent asking, but I hope that you can help me with this: The point is, that I have a featureset with pointshapes in it and depending on...
View ArticleSource code checked in, #74818
Renamed MacControls to Controls.MonoMac. Map shares code with aggregation.
View ArticleNew Post: Implementing a new header
Hi, Suppose I want to use a Ribbon Control with an application. What would be a way to get started, taking into account that a ribbon is made of tabs, panels and objects (buttons, textboxes, labels...
View Article