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:
parent
7e9164c11f
commit
ffaf53fee2
4 changed files with 96 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue