cleanup
This commit is contained in:
parent
669d369e30
commit
2b82157127
1 changed files with 1 additions and 3 deletions
|
@ -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> >;
|
||||
|
||||
|
|
Loading…
Reference in a new issue