Keep using ogr2ogr in test example config

This commit is contained in:
Raul Ochoa 2015-06-16 16:45:21 +02:00
parent c842a3f8a8
commit e12a37328c

View File

@ -58,7 +58,7 @@ module.exports.tableCacheMaxAge = 1000*60*10;
// Temporary directory, make sure it is writable by server user
module.exports.tmpDir = '/tmp';
// change ogr2ogr command or path
module.exports.ogr2ogrCommand = 'ogr2ogr2';
module.exports.ogr2ogrCommand = 'ogr2ogr';
// Optional statsd support
module.exports.statsd = {
host: 'localhost',