Difference between revisions of "African great ape layers"
Jump to navigation
Jump to search
Line 49: | Line 49: | ||
// Null variable that will hold layer // took out onEachFeature: forEachFeature, | // Null variable that will hold layer // took out onEachFeature: forEachFeature, | ||
− | + | var gaabundanceLayer = L.geoJson(null, {style: stylegaabundance}); | |
var wchimp2019Layer = L.geoJson(null, {style: stylewchimp2019}); | var wchimp2019Layer = L.geoJson(null, {style: stylewchimp2019}); | ||
var secLayer = L.geoJson(null, {style: stylesec}); | var secLayer = L.geoJson(null, {style: stylesec}); | ||
Line 71: | Line 71: | ||
// not showing ga densdist 2021 here because it takes ages to load... | // not showing ga densdist 2021 here because it takes ages to load... | ||
var overlayMaps = { | var overlayMaps = { | ||
− | + | "SEC": secLayer, | |
"Great ape abundance per site": gaabundanceLayer, | "Great ape abundance per site": gaabundanceLayer, | ||
"Western chimpanzee density": wchimp2019Layer, | "Western chimpanzee density": wchimp2019Layer, | ||
+ | "Liberia chimpanzee density": liberiadensLayer, | ||
"Grauers gorilla occupancy probability": occugrauerLayer, | "Grauers gorilla occupancy probability": occugrauerLayer, | ||
"Eastern chimpanzee occupancy probability": occuechimpLayer, | "Eastern chimpanzee occupancy probability": occuechimpLayer, | ||
− | |||
}; | }; | ||
Revision as of 11:57, 13 March 2022
Spatial Layers > African great ape layers