Skip to content

sgelb/go-mapnik

 
 

Repository files navigation

go-mapnik

This is a fork of omniscale/go-mapnik.

It adds some additional features:

Installation

This package can be installed with the go get command. The following steps need to be performed in order. go generate will setup your environment and needs to be run prior to installing the package:

go get -d github.com/sgelb/go-mapnik
go generate github.com/sgelb/go-mapnik
go install github.com/sgelb/go-mapnik

This package requires Mapnik (libmapnik-dev on Ubuntu/Debian, mapnik --with-postgresql in Homebrew). Make sure mapnik-config is in your PATH.

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.5%
  • C++ 31.9%
  • C 11.7%
  • Shell 0.9%