From 7d2b34d6549f647e44ff36eba05129225e31eead Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 10 Feb 2015 19:02:32 -0800 Subject: [PATCH] finish fixing windows build - closes #2698 --- plugins/input/geojson/geojson_datasource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/input/geojson/geojson_datasource.cpp b/plugins/input/geojson/geojson_datasource.cpp index 774c8d248..b6c6fa609 100644 --- a/plugins/input/geojson/geojson_datasource.cpp +++ b/plugins/input/geojson/geojson_datasource.cpp @@ -133,7 +133,7 @@ geojson_datasource::geojson_datasource(parameters const& params) else { cache_features_ = *params.get("cache_features", true); -#if defined(SHAPE_MEMORY_MAPPED_FILE) +#if !defined(SHAPE_MEMORY_MAPPED_FILE) mapnik::util::file file(filename_); if (!file.open()) {