We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589c2d6 commit 64f7c91Copy full SHA for 64f7c91
1 file changed
index.html
@@ -14,7 +14,7 @@
14
<textarea id="mapcss"></textarea>
15
<button id="executeQuery">Execute Overpass QL</button>
16
<button id="executeStyle">Execute MapCSS</button>
17
- <div id="map"></div>
+ <div id="map" tabindex="0"></div>
18
<script type="module" src="./src/main.ts"></script>
19
</body>
20
</html>
0 commit comments