correct types usage
This commit is contained in:
parent
2b82157127
commit
e42d0deb61
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public:
|
|||
using spatial_index_type = boost::geometry::index::rtree<item_type,geojson_linear<16,4> >;
|
||||
#else
|
||||
using item_type = std::size_t;
|
||||
using spatial_index_type = boost::geometry::index::rtree<box_type,std::size_t>;
|
||||
using spatial_index_type = boost::geometry::index::rtree<box_type,item_type>;
|
||||
#endif
|
||||
|
||||
// constructor
|
||||
|
|
Loading…
Reference in a new issue