added vue, map with hardcoded overlays

This commit is contained in:
Andrew
2023-01-18 12:45:57 +00:00
parent 08e76bb9c9
commit f53b7238c4
18 changed files with 1481 additions and 4409 deletions

12
style.css Normal file
View File

@ -0,0 +1,12 @@
@import "node_modules/ol/ol.css";
html, body {
margin: 0;
height: 100%;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}