From 2b82157127772a2af48ba2212eb7e4df8ffe43a0 Mon Sep 17 00:00:00 2001 From: artemp Date: Thu, 22 Jan 2015 16:21:01 +0100 Subject: [PATCH] cleanup --- plugins/input/large_geojson/large_geojson_datasource.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/input/large_geojson/large_geojson_datasource.hpp b/plugins/input/large_geojson/large_geojson_datasource.hpp index 2c48dbad3..c3cc6d974 100644 --- a/plugins/input/large_geojson/large_geojson_datasource.hpp +++ b/plugins/input/large_geojson/large_geojson_datasource.hpp @@ -88,9 +88,7 @@ struct options_type > class large_geojson_datasource : public mapnik::datasource { public: - //using point_type = boost::geometry::model::point; - using box_type = mapnik::box2d;//boost::geometry::model::box; - + using box_type = mapnik::box2d; using item_type = std::pair>; using spatial_index_type = boost::geometry::index::rtree >;