Only load cells in range on map
Created by: wvengen
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 (closed) would be solved by this as well.