fixes #3106
This commit is contained in:
parent
5852169f7c
commit
6b20c8c9f2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ shape_index_featureset<filterT>::shape_index_featureset(filterT const& filter,
|
|||
//spatial_index<unsigned, filterT,stream<mapped_file_source> >::query(filter, index->file(), offsets_);
|
||||
mapnik::util::spatial_index<std::streampos, filterT,boost::interprocess::ibufferstream>::query(filter, index->file(), offsets_);
|
||||
#else
|
||||
mapnik::util::spatial_index<std::streampos, std::ifstream>::query(filter, index->file(), offsets_);
|
||||
mapnik::util::spatial_index<std::streampos, filterT, std::ifstream>::query(filter, index->file(), offsets_);
|
||||
#endif
|
||||
}
|
||||
std::sort(offsets_.begin(), offsets_.end());
|
||||
|
|
Loading…
Add table
Reference in a new issue