We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e635a commit c780ce9Copy full SHA for c780ce9
hackyeah2024/server.py
@@ -8,7 +8,7 @@
8
9
def get_route_points(start, end):
10
G = graph_from_bbox(
11
- bbox=(bounding_box['max_lon'], bounding_box['min_lon'], bounding_box['min_lat'], bounding_box['max_lat']),
+ bbox=(bounding_box['max_lat'], bounding_box['min_lat'], bounding_box['min_lon'], bounding_box['max_lon']),
12
network_type='bike',
13
simplify=False,
14
)
0 commit comments