digidem / osm-p2p-db

Peer-to-peer database for OpenStreetMap data
BSD 2-Clause "Simplified" License
235 stars 25 forks source link

Return ways that are subsets of another way #58

Closed hackergrrl closed 6 years ago

hackergrrl commented 6 years ago

The fix was to ensure that every node in the bounding box was visited recursively. Before we'd skip the visit if the node was seen before (e.g. via traversing another way), preventing a full traversal of the visible data.

Addresses #57.

hackergrrl commented 6 years ago

merged in 4.2.4