Returns the maximum possible bounding box as this datastore has no fixed bounds.
@override Future<BoundingBox> getBoundingBox() { return Future.value(Projection.BOUNDINGBOX_MAX); }