debug : print total extent

This commit is contained in:
artemp 2015-01-19 22:06:24 +01:00
parent a408a84fb0
commit bfe1d63ea0

View file

@ -263,6 +263,7 @@ void large_geojson_datasource::initialise_index(Iterator start, Iterator end)
extent_.expand_to_include(box);
}
}
std::cerr << "Extent" << extent_ << std::endl;
}
large_geojson_datasource::~large_geojson_datasource() {}