Improve visibility of the overlap nodes
This commit is contained in:
parent
88018f83c4
commit
c763ac1bfa
3 changed files with 5 additions and 5 deletions
|
@ -48,11 +48,11 @@ function createScinodeMarker(map, label, value, radius, color, latlng) {
|
||||||
var circleOptions = {
|
var circleOptions = {
|
||||||
label: label,
|
label: label,
|
||||||
value: value,
|
value: value,
|
||||||
strokeColor: color,
|
strokeColor: '#000',
|
||||||
strokeOpacity: 1.0,
|
strokeOpacity: 1.0,
|
||||||
strokeWeight: 1.0,
|
strokeWeight: 1.0,
|
||||||
fillColor: color,
|
fillColor: color,
|
||||||
fillOpacity: 0.25,
|
fillOpacity: 0.9,
|
||||||
map: map,
|
map: map,
|
||||||
center: latlng,
|
center: latlng,
|
||||||
zIndex: -radius,
|
zIndex: -radius,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -56,8 +56,8 @@ var CircleSizeCoder = Class.extend({
|
||||||
this.options = $.extend({}, this.options, options);
|
this.options = $.extend({}, this.options, options);
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
minRadius: 0.8,
|
minRadius: 0,
|
||||||
maxRadius: 100.0,
|
maxRadius: 25.0,
|
||||||
scaler: new Scaler({})
|
scaler: new Scaler({})
|
||||||
},
|
},
|
||||||
getSize: function(value) {
|
getSize: function(value) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue