Skip to content

Commit

Permalink
Introduce db cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb committed Feb 22, 2025
1 parent e3eefc9 commit ba51eb4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
// TODO remove checks poi type subtype null
// TODO display all data downloaded even if maps are not loaded
// TODO: why recreate provider when new points are loaded? that causes blinking
// TODO: scheduleImageRefreshes in layer is incorrect it starts downloading all images and stops interacting
//. images for download should be correctly calculated before schedule based on overlap
// TODO images shouldn't be queried if they are not visible in all lists! size doesn't matter !
// TODO show on map close button is not visible
// TODO layer sometimes becomes non-interactive - MAP FPS drops
// TODO Context menu doesn't work correctly and duplicates actual POI
// Extra: display new categories from web
public class ExplorePlacesProviderJava implements ExplorePlacesProvider {

Expand Down

0 comments on commit ba51eb4

Please sign in to comment.