Skip to content
Snippets Groups Projects
Commit 9af279d6 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

switch wrong bounds coordinates

parent 93eb6f46
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ const featureAPI = { ...@@ -14,8 +14,8 @@ const featureAPI = {
) { ) {
const bbox = response.data; const bbox = response.data;
return [ return [
[bbox[2], bbox[3]], [bbox.minLat, bbox.minLon],
[bbox[0], bbox[1]], [bbox.maxLat, bbox.maxLon],
]; ];
} else { } else {
return null; return null;
......
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