This commit is contained in:
artemp 2015-01-22 16:21:01 +01:00
parent 669d369e30
commit 2b82157127

View file

@ -88,9 +88,7 @@ struct options_type<geojson_linear<Max,Min> >
class large_geojson_datasource : public mapnik::datasource
{
public:
//using point_type = boost::geometry::model::point<double, 2, boost::geometry::cs::cartesian>;
using box_type = mapnik::box2d<double>;//boost::geometry::model::box<point_type>;
using box_type = mapnik::box2d<double>;
using item_type = std::pair<box_type, std::pair<std::size_t, std::size_t>>;
using spatial_index_type = boost::geometry::index::rtree<item_type,geojson_linear<16,4> >;