Skip to content

Commit

Permalink
latest node-mapnik and tilelive-mapnik
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 5, 2014
1 parent e740479 commit f0c45f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f0c45f7

Please sign in to comment.