add -x3
option to mapnik-index
to test new json parser
This commit is contained in:
parent
0e9f06d221
commit
6b4638a955
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue