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

Update Heatmap.html

parent ab2635ba
No related branches found
No related tags found
No related merge requests found
......@@ -53,14 +53,6 @@ map.addLayer({
"source": "DMR",
"paint": {
// Increase the heatmap weight based on frequency and property magnitude
"heatmap-weight": [
"interpolate",
["linear"],
["get", "mag"],
0, 0,
11, 1
],
// Increase the heatmap color weight weight by zoom level
// heatmap-intensity is a multiplier on top of heatmap-weight
"heatmap-intensity": [
......@@ -116,4 +108,4 @@ map.addControl(new mapboxgl.ScaleControl({position: 'bottom-right'}));
</script>
</body>
</html>
\ No newline at end of file
</html>
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