finish fixing windows build - closes #2698
This commit is contained in:
parent
8608ea3308
commit
7d2b34d654
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ geojson_datasource::geojson_datasource(parameters const& params)
|
|||
else
|
||||
{
|
||||
cache_features_ = *params.get<mapnik::boolean_type>("cache_features", true);
|
||||
#if defined(SHAPE_MEMORY_MAPPED_FILE)
|
||||
#if !defined(SHAPE_MEMORY_MAPPED_FILE)
|
||||
mapnik::util::file file(filename_);
|
||||
if (!file.open())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue