Difference between revisions of "Range Layers"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 55: Line 55:
 
       function style2(feature) {
 
       function style2(feature) {
 
         switch (feature.properties.subspecies) {
 
         switch (feature.properties.subspecies) {
             case 'ellioti': return {color: "#ff0000"};
+
             case 'ellioti': return {color: "#1897a3",fillColor: '#1897a3', fillOpacity: 0.5};
             case 'schweinfurthii':  return {color: "#0000ff"};
+
             case 'schweinfurthii':  return {color: "#354a4c",fillColor: '#354a4c', fillOpacity: 0.5};
             case 'troglodytes':  return {color: "#78c679"};
+
             case 'troglodytes':  return {color: "#0f4375",fillColor: '#0f4375', fillOpacity: 0.5};
             case 'verus':  return {color: "#31a354"};
+
             case 'verus':  return {color: "#3188d8",fillColor: '#3188d8', fillOpacity: 0.5};
 
         }
 
         }
 
       }
 
       }

Revision as of 12:08, 25 February 2022

Avaiable Layers:

Ape range Download: Geographic shapefile (ZIP; 171 kB)]

Refugia after Maley 1996 Download: Geographic shapefile (ZIP; 85 kB)]