aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-17 14:16:00 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-17 14:16:19 +0200
commit425918eb36d33fcc2f85f87d9fb6eab1f27bbfc4 (patch)
tree0146a5bddda72c7738971611f5caf6c02c20a140
parentdc3ba312b9240317d468ea0aa7e0fb1b3db04e8c (diff)
Enable strict mode on main.js.
-rw-r--r--main.js1
1 files changed, 1 insertions, 0 deletions
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');