From d01a9700466a968fcb17279054b1e025efcbc8f3 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sat, 10 May 2025 15:30:02 +0200 Subject: [PATCH] Add extension to imported resource --- transformPROJJSON.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformPROJJSON.js b/transformPROJJSON.js index 3d03b47..74eccd6 100644 --- a/transformPROJJSON.js +++ b/transformPROJJSON.js @@ -1,4 +1,4 @@ -import { applyProjectionDefaults } from "./util"; +import { applyProjectionDefaults } from "./util.js"; // Helper function to process units and to_meter function processUnit(unit) {