diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-17 14:16:00 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-17 14:16:19 +0200 |
commit | 425918eb36d33fcc2f85f87d9fb6eab1f27bbfc4 (patch) | |
tree | 0146a5bddda72c7738971611f5caf6c02c20a140 | |
parent | dc3ba312b9240317d468ea0aa7e0fb1b3db04e8c (diff) |
Enable strict mode on main.js.
-rw-r--r-- | main.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'); |