Team:ETH Zurich/human/overview

From 2014.igem.org

(Difference between revisions)
Line 62: Line 62:
$(document).ready(function(){
$(document).ready(function(){
 +
   $('#map').mapster({
   $('#map').mapster({
 +
    fillColor: 'FFFFFF',
     fillOpacity: 0.5,
     fillOpacity: 0.5,
-
     isSelectable: false,
+
     clickNavigate: false /*,  
-
     mapKey: 'name',
+
     stroke: true,
-
     areas: [
+
     strokeColor: 'c2d8f1',
-
            {
+
    strokeOpacity: 0.9,
-
                key: "red",
+
    strokeWidth: 2,  
-
                fillColor: 'FF0000'
+
    clickNavigate: true */
-
            },
+
-
 
+
-
            {
+
-
                key: "blue",
+
-
                fillColor: '1ED9E1'
+
-
            },
+
-
 
+
-
            {
+
-
                key: "green",
+
-
                fillColor: '00FF00'
+
-
            },
+
-
 
+
-
            {
+
-
                key: "silver",
+
-
                fillColor: 'C0C0C0;'
+
-
            }
+
-
            ]
+
   });
   });
-
 
Line 97: Line 81:
   });
   });
resize(true);
resize(true);
 +
});
});

Revision as of 08:51, 8 October 2014

iGEM ETH Zurich 2014