Add basic side menu for layer selection

This _should_ be smart and not load expensive layers until they're rendered.
This commit is contained in:
Chandler Swift 2023-07-03 19:26:02 -05:00
parent 7e9164c11f
commit ffaf53fee2
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
4 changed files with 96 additions and 14 deletions

View file

@ -8,6 +8,9 @@
</head>
<body>
<noscript>Sorry, but you'll need JavaScript enabled for any of this to work!</noscript>
<aside>
<h1>Chandler's Maps</h1>
</aside>
<div id="map"></div>
<script type="module" src="./main.js"></script>
</body>