From f0c45f763bdd6f4f31856dd0f62b1b7cd0b8122a Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 4 Sep 2014 22:49:41 -0700 Subject: [PATCH] latest node-mapnik and tilelive-mapnik --- index.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index b26ec277a..8867894cd 100755 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ // increase the libuv threadpool size to 1.5x the number of logical CPUs. process.env.UV_THREADPOOL_SIZE = Math.ceil(Math.max(4, require('os').cpus().length * 1.5)); -process.env.OPENFILEGDB_IN_MEMORY_SPI = "OFF"; +//process.env.OPENFILEGDB_IN_MEMORY_SPI = "OFF"; var fs = require('fs'); var path = require('path'); diff --git a/package.json b/package.json index d58db67c7..eb1b59c90 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "request": "2.x", "step": "~0.0.5", "mbtiles": "~0.2.9", - "mapnik": "~1.4.6", - "tilelive-mapnik": "~0.6.10", + "mapnik": "~1.4.15", + "tilelive-mapnik": "~0.6.11", "tilelive": "~4.5.3", "carto": "~0.9.6", "millstone": "~0.6.14",