add -x3 option to mapnik-index to test new json parser

This commit is contained in:
artemp 2016-11-14 15:57:34 +01:00
parent 0e9f06d221
commit 6b4638a955

View file

@ -192,7 +192,7 @@ inline int create_disk_index(std::string const& filename, bool silent = true)
{
cmd += std::string("DYLD_LIBRARY_PATH=") + std::getenv("DYLD_LIBRARY_PATH") + " ";
}
cmd += "mapnik-index " + filename;
cmd += "mapnik-index -x3 " + filename;
if (silent)
{
#ifndef _WINDOWS