Skip to content
Snippets Groups Projects
Commit 6cb9469e authored by Raphael Sturgis's avatar Raphael Sturgis
Browse files

hotfix

parent 130241bf
No related branches found
No related tags found
1 merge request!13Draft: Develop
......@@ -88,7 +88,7 @@ def __get_bounding_box__(bounding_box, positions, ref_index):
upper_lon = center_lon + distance_to_center
lower_lon = center_lon - distance_to_center
elif type(bounding_box) is list:
if isinstance(bounding_box[0], numbers.Number):
if not isinstance(bounding_box[0], numbers.Number):
upper_lon = bounding_box[1][0]
lower_lon = bounding_box[0][0]
upper_lat = bounding_box[1][1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment