Skip to content

Commit

Permalink
Merge pull request #460 from guadaltel/develop
Browse files Browse the repository at this point in the history
20240327-2
  • Loading branch information
fbma authored Apr 1, 2024
2 parents 2313829 + 62ce583 commit 866c56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapea-js/src/facade/js/util/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as WKT from '../geom/WKT.js';
* @api
*/
export const getFeaturesExtent = (features, projectionCode) => {
return M.utils.impl.getFeaturesExtent(features, projectionCode);
return M.impl.utils.getFeaturesExtent(features, projectionCode);
};

/**
Expand Down

0 comments on commit 866c56c

Please sign in to comment.