mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
finish fixing windows build - closes #2698
This commit is contained in:
parent
8608ea3308
commit
7d2b34d654
@ -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…
x
Reference in New Issue
Block a user