diff options
-rw-r--r-- | main.js | 2 | ||||
-rw-r--r-- | src/style.css (renamed from style.css) | 0 | ||||
-rw-r--r-- | src/style2.css (renamed from style2.css) | 0 |
3 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); diff --git a/style.css b/src/style.css index 672610d..672610d 100644 --- a/style.css +++ b/src/style.css diff --git a/style2.css b/src/style2.css index dfeaee5..dfeaee5 100644 --- a/style2.css +++ b/src/style2.css |