Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Make data retrieval less greedy #12

@mvexel

Description

@mvexel

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:

screen shot 2018-09-01 at 9 29 59 am

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions