Skip to content
Snippets Groups Projects
Commit c0da338f authored by Boris Mericskay's avatar Boris Mericskay
Browse files

Update Heatmap.html

parent 3b9fac34
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,6 @@
<style>
#map {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
</style>
</head>
......@@ -22,7 +18,7 @@
<script>
//Appel et configuration de la carte
//Map configuration
var map = new mapboxgl.Map({
container: 'map',
......@@ -83,10 +79,8 @@ map.addLayer({
// Add Navigation control and scale
map.addControl(new mapboxgl.NavigationControl({position: 'top-left'}));
map.addControl(new mapboxgl.ScaleControl({position: 'bottom-right'}));
</script>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment