Skip to content

Commit

Permalink
bump to v0.6.7 with fixed support for node-mapnik 0.7.x series - closes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Feb 26, 2014
1 parent 9d86c03 commit 499570c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# tilelive-mapnik changelog

## 0.6.7

* Repair support for node-mapnik@0.7.x (broken in 0.6.6)

## 0.6.6

* Added support for node-mapnik@1.3.2
Expand Down
2 changes: 1 addition & 1 deletion lib/mapnik_backend.js
Expand Up @@ -10,7 +10,7 @@ var LockingCache = require('./lockingcache');

// node-mapnik >= 1.3 no long auto-registers plugins
// so we do it here
mapnik.register_default_input_plugins()
if (mapnik.register_default_input_plugins) mapnik.register_default_input_plugins()

var cache = {};

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "tilelive-mapnik",
"version" : "0.6.6",
"version" : "0.6.7",
"main" : "./lib/mapnik_backend.js",
"description" : "Mapnik backend for tilelive",
"url" : "http://github.com/mapbox/tilelive-mapnik",
Expand Down

0 comments on commit 499570c

Please sign in to comment.