cmd/ursrv: Minor heatmap tweaks

This commit is contained in:
Jakob Borg 2020-03-26 15:19:05 +01:00
parent b7dffc051e
commit 2c2e6cd0d5
1 changed files with 3 additions and 2 deletions

View File

@ -214,7 +214,7 @@ found in the LICENSE file.
var locations = [];
{{range $location, $weight := .locations}}
locations.push({lat:{{- $location.Latitude -}},lng:{{- $location.Longitude -}},count:Math.min(25, {{- $weight -}})});
locations.push({lat:{{- $location.Latitude -}},lng:{{- $location.Longitude -}},count:Math.min(100, {{- $weight -}})});
{{- end}}
function drawHeatMap() {
@ -233,6 +233,7 @@ found in the LICENSE file.
);
var cfg = {
"radius": 1,
"minOpacity": .25,
"maxOpacity": .8,
"scaleRadius": true,
"useLocalExtrema": true,
@ -297,7 +298,7 @@ found in the LICENSE file.
{{if .locations}}
<div class="img-thumbnail" id="map" style="width: 1130px; height: 400px; padding: 10px;"></div>
<p class="text-muted">
Heatmap max intensity is capped at 25 reports within a location.
Heatmap max intensity is capped at 100 reports within a location.
</p>
<div class="panel panel-default">
<div class="panel-heading">