mIGRATED TO VUE

This commit is contained in:
Andrew
2023-01-30 16:58:48 +00:00
parent f53b7238c4
commit 1ec6fbd05e
29 changed files with 1739 additions and 1015 deletions

567
dist/assets/index-383d0d29.js vendored Normal file

File diff suppressed because one or more lines are too long

5
dist/assets/index-9a76eada.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

34
dist/index.html vendored
View File

@ -2,36 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Overlay</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css">
<style>
.map {
width: 100%;
height: 1000px;
}
.marker {
width: 20px;
height: 20px;
border: 1px solid #088;
border-radius: 10px;
background-color: #0FF;
opacity: 0.5;
}
.popover-body {
min-width: 276px;
}
</style>
<script type="module" crossorigin src="/assets/index.235aa467.js"></script>
<link rel="stylesheet" href="/assets/index.ff0860cc.css">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index-383d0d29.js"></script>
<link rel="stylesheet" href="/assets/index-9a76eada.css">
</head>
<body>
<div id="map" class="map"></div>
<div id="overlays" style="display: none;">
</div>
<!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer -->
<script src="https://cdn.jsdelivr.net/npm/elm-pep@1.0.6/dist/elm-pep.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
<div id="app"></div>
</body>
</html>