diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-12 13:32:40 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-12 13:33:02 +0200 |
commit | 35528bea06784737e614339e56537d335dd87c22 (patch) | |
tree | 0c45872a87f73d9f715893d5a6d877a237dc1070 /main.js | |
parent | f84b38b2f6e8412a613c4c3ff0865e1230d920b5 (diff) |
Move *.css files to ./src.
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ import { register as registerProjection } from 'ol/proj/proj4.js'; import { Modal, Popover } from 'bootstrap'; import { layers } from './src/layers.js'; -import './style.css'; +import './src/style.css'; proj4.defs('EPSG:3006', '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'); registerProjection(proj4); |