remove debug call
This commit is contained in:
parent
34256ba358
commit
7817384e3c
@ -838,15 +838,6 @@ class StaticRTree
|
|||||||
PhantomNode &result_phantom_node,
|
PhantomNode &result_phantom_node,
|
||||||
const unsigned zoom_level)
|
const unsigned zoom_level)
|
||||||
{
|
{
|
||||||
|
|
||||||
std::vector<PhantomNode> result_phantom_node_vector;
|
|
||||||
IncrementalFindPhantomNodeForCoordinate(input_coordinate, result_phantom_node_vector, zoom_level, 2);
|
|
||||||
// if (!result_phantom_node_vector.empty())
|
|
||||||
// {
|
|
||||||
// result_phantom_node = result_phantom_node_vector.front();
|
|
||||||
// }
|
|
||||||
// return !result_phantom_node_vector.empty();
|
|
||||||
|
|
||||||
const bool ignore_tiny_components = (zoom_level <= 14);
|
const bool ignore_tiny_components = (zoom_level <= 14);
|
||||||
EdgeDataT nearest_edge;
|
EdgeDataT nearest_edge;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user