finish fixing windows build - closes #2698

This commit is contained in:
Dane Springmeyer 2015-02-10 19:02:32 -08:00
parent 8608ea3308
commit 7d2b34d654

View file

@ -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())
{