Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TopoMapContributor : topologies are not fetched on the current extent of map #165

Closed
MohamedHamouGisaia opened this issue Apr 5, 2019 · 0 comments · Fixed by #171
Closed
Labels
Milestone

Comments

@MohamedHamouGisaia
Copy link
Member

How we fetch topology

In Topology mode, supposing we have 500 nodes (bus stations, ...) on the current map extend
and that there are 4 geohash tiles intersecting the map extend.

Our strategy is to call term aggregation (using fetch_geometry) with a size 500, on each geohash tile

image

Bug

The 500 terms will be fetched on each tile, the entire tile; whereas we have to fetch, on each tile, 500 terms which centroids are within the map extend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant