Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 904 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 904 Bytes

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