-
Notifications
You must be signed in to change notification settings - Fork 967
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
Only load cells in range on map #466
Comments
True. Though I fail to see why that would be an issue when showing the map - cells outside the view aren't shown anyway, right? |
Right. I added you to our Buildozer account to get the APK for testing. Please test and close if fixed. |
Thanks! I found it to be ok on the branch I was working on (local build), but I'll test again with the new APK. |
Works! |
Which build are you using? The latest I just tested # 137 (issue #469) crashed, and Travis-CI shows failed build, so please state what you've tested and so on. |
Unfortunately the side-effect of this PR is that the map view is wrong, laggy and unresponsive until DB query is updated. Not good. |
This will also be reverted in #541. |
Please re-test this issue now. (Using Buildozer build >= 211) |
Currently all cells are loaded from the database and shown on the map view. This takes a lof of time when there are many cell points (ike from OCID). I suggest to add a where clause to the database query on a lat/lng window, and re-query when changing the view.
I can imagine that #272 would be solved by this as well.
The text was updated successfully, but these errors were encountered: