Hitting db limits because every time we move around the map it fetches data that already exist in view maybe store locally the area that has already been loaded and dont do a request if the current fetch area is within that bounds?
Hitting db limits because every time we move around the map it fetches data that already exist in view
maybe store locally the area that has already been loaded and dont do a request if the current fetch area is within that bounds?