fawick / go-mapnik

Go bindings for mapnik (http://www.mapnik.org or http://github.com/mapnik/mapnik)
BSD 3-Clause "New" or "Revised" License
60 stars 18 forks source link

Add a Version() #5

Closed erjoalgo closed 9 years ago

erjoalgo commented 9 years ago

Add a Version() function that shows exactly which mapnik version is linked.

fawick commented 9 years ago

Is there an according function in the Mapnik API itself? Mind you, as go-mapnik is using the C API, every functionality needs to be added to https://github.com/springmeyer/mapnik-c-api first (or one of its forks, of course...)

fawick commented 9 years ago

https://github.com/omniscale/go-mapnik was brought to my attention. It offers mapnik version information and may serve as a surrogate until I can close this issue. Its API does differ slightly, though.

fawick commented 9 years ago

Quickfix branch available: https://github.com/fawick/go-mapnik/tree/issue-5-fix

fawick commented 9 years ago

Merged into master.