geobuf.input - don't store invalid bounding boxes in r-tree.
This commit is contained in:
parent
e7e56c984e
commit
daf037892a
1 changed files with 1 additions and 2 deletions
|
@ -168,9 +168,8 @@ void geobuf_datasource::parse_geobuf(std::uint8_t const* data, std::size_t size)
|
|||
{
|
||||
extent_.expand_to_include(box);
|
||||
}
|
||||
values.emplace_back(box, std::make_pair(geometry_index, 0));
|
||||
}
|
||||
|
||||
values.emplace_back(box, std::make_pair(geometry_index,0));
|
||||
++geometry_index;
|
||||
}
|
||||
// packing algorithm
|
||||
|
|
Loading…
Add table
Reference in a new issue