From a95bd079fd3b2639c0c1e4b0b637fa67c0a2e4ac Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 13 Jan 2024 21:16:27 +0100 Subject: Fix space damage. --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 541ec27..b5df865 100644 --- a/main.js +++ b/main.js @@ -28,8 +28,8 @@ import Zoom from 'ol/control/Zoom.js'; import ZoomSlider from 'ol/control/ZoomSlider.js'; import proj4 from 'proj4'; -import {get as getProjection} from 'ol/proj.js'; -import {register as registerProjection} from 'ol/proj/proj4.js'; +import { get as getProjection } from 'ol/proj.js'; +import { register as registerProjection } from 'ol/proj/proj4.js'; import { Modal } from 'bootstrap'; -- cgit v1.2.3