diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-13 21:16:27 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-14 04:14:17 +0100 |
commit | a95bd079fd3b2639c0c1e4b0b637fa67c0a2e4ac (patch) | |
tree | 3610a22eb341c8d9ef1eb9b83d2fafde1c50eca3 | |
parent | 93b273218f022ca13a0faf2cd636685ac1724b1d (diff) |
Fix space damage.
-rw-r--r-- | main.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; |