Currently we retrieve data greedily using these queries:
https://github.com/mvexel/meetyourmappers/blob/master/meetyourmappers/views.py#L13-L14
This results in 'stray' data being considered due to recursion. Here's a pretty extreme example, the actual bounding box was a pretty small area around Bow, East London:

@mmd-osm what would be a non-greedy alternative that would clip data to exactly what is inside a bounding box or an OSM area boundary?