decreased map point radius

This commit is contained in:
cubedro 2015-04-14 17:35:34 +03:00
parent 971999cfb5
commit 0eb47dad75

View File

@ -226,7 +226,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
$scope.map = _.map($scope.nodes, function(node) {
if(node.geo != null)
return {
radius: 3,
radius: 2,
latitude: node.geo.ll[0],
longitude: node.geo.ll[1],
fillKey: $filter('bubbleClass')(node.stats, $scope.bestBlock)