Skip to content

jbrwn/NET-Mapnik

Repository files navigation

NET-Mapnik

Build status

.NET bindings for mapnik.

For example usage take a look at the tests.

API

NET-Mapnik is a port of the node-mapnik bindings for mapnik and conforms to the same API.

Requirements

Visual C++ 2015 Redistributable

https://github.com/jbrwn/vcredist/raw/master/2015RC/vcredist_x86.exe https://github.com/jbrwn/vcredist/raw/master/2015RC/vcredist_x64.exe

Install

Install the nuget package:

PM> Install-Package mapnik

or

PM> Install-Package mapnik.x64

Build Instrucitons

Requirements:

Build: MSBuild NETMapnik.sln