From 425918eb36d33fcc2f85f87d9fb6eab1f27bbfc4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 17 Jun 2025 14:16:00 +0200 Subject: Enable strict mode on main.js. --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 0a2449c..7327034 100644 --- a/main.js +++ b/main.js @@ -55,6 +55,7 @@ import { register as registerProjection } from 'ol/proj/proj4.js'; import { Modal, Popover } from 'bootstrap'; import './style.css'; +"use strict"; proj4.defs('EPSG:3006', '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'); -- cgit v1.2.3