Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Mapnik in .net environment

Tags:

c#

.net

mapnik

Has anybody used Mapnik for rendering Maps from .net c# environment? I would like to use it to render maps in a desktop application developed under .net4. I found it the best open source map renderer tool, much more better, than the well known sharpmap, dotspatial (...). The 'only' problem is that it was written in C++ and Python and does not have a trivial way to use it from C#.

Do you know any .net Mapnik wrappers? Do you know any sample code?

like image 314
Tom Avatar asked Mar 28 '11 22:03

Tom


1 Answers

I've just published my attempts in C# bindings.
They are available at: http://sourceforge.net/projects/mapniknet/

like image 120
michus Avatar answered Oct 16 '22 02:10

michus