Skip to content
Snippets Groups Projects
Commit 677a9a1b authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/12517' into 'develop'

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