@webwriter/map
Version:
Geographical map with different terrain options including custom tiling, and GeoJSON support.
14 lines • 626 B
HTML
<html encoding="utf8">
<head>
<title>Testing webwriter-map</title>
<script src="index.ts" type="module"></script>
</head>
<body>
<webwriter-map></webwriter-map>
<form autocomplete="off" style="position: fixed; bottom: 0; right: 0; padding: 10px; background: rgba(255, 255, 255, 0.75)">
<input checked type="checkbox" onchange="document.querySelector('webwriter-map').toggleAttribute('editable')">editable</input>
<input type="checkbox" onchange="document.querySelector('webwriter-map').toggleAttribute('printable')">printable</input>
</form>
</body>
</html>