Add sub-entity tables for Map of Science comparison
Remove street view from Map of Science Improve table UI
This commit is contained in:
parent
61fc9c6d5b
commit
fb89277658
12 changed files with 359 additions and 64 deletions
|
@ -15,10 +15,10 @@ var ScinodePolygon = CirclePolygon.extend({
|
|||
this.setZIndex(-size);
|
||||
},
|
||||
focus: function() {
|
||||
this.setOptions({strokeWeight: 3.0});
|
||||
this.setOptions({strokeWeight: 1.2, strokeColor: '#000'});
|
||||
},
|
||||
unfocus: function() {
|
||||
this.setOptions({strokeWeight: 1.0});
|
||||
this.setOptions({strokeWeight: 1.0, strokeColor: '#808080'});
|
||||
},
|
||||
setContent: function(content) {
|
||||
this.polygon.content = content;
|
||||
|
@ -49,7 +49,7 @@ function createScinodeMarker(map, label, value, radius, color, latlng) {
|
|||
var circleOptions = {
|
||||
label: label,
|
||||
value: value,
|
||||
strokeColor: '#000',
|
||||
strokeColor: '#808080',
|
||||
strokeOpacity: 1.0,
|
||||
strokeWeight: 1.0,
|
||||
fillColor: color,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue