bs-mapbox-gl
Version:
BuckleScript bindings for Mapbox GL JS
29 lines (27 loc) • 482 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>Debug</title>
<meta
name="viewport"
content="initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<style>
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<div id="map"></div>
<script src="./index.re"></script>
</body>
</html>