Skip to content

Instantly share code, notes, and snippets.

@svemir26
svemir26 / index.html
Created October 28, 2025 20:58
Initialize a map using a bounding box
<div id="btn-container">
<button id="narrow" class="btn-control">Narrow</button>
<button id="full" class="btn-control active">Full</button>
<button id="wide" class="btn-control">Wide</button>
</div>
<div id="map-wrapper-outer">
<div id="map-wrapper-inner">
<div id="map"></div>