First commit
This commit is contained in:
commit
9d69521b26
14 changed files with 3636 additions and 0 deletions
27
index.html
Normal file
27
index.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ==" crossorigin=""/>
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
#content {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
.leaflet-container {
|
||||
height: calc(100vh - 64px);
|
||||
max-height: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
#drawer_uiComponents {
|
||||
margin: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
|
||||
</div>
|
||||
<script src="public/dist/main.js"></script>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue