Difference between revisions of "African great ape layers"
Jump to navigation
Jump to search
Line 43: | Line 43: | ||
// Null variable that will hold layer | // Null variable that will hold layer | ||
− | + | var gaabundanceLayer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylegaabundance}); | |
var wchimp2019Layer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylewchimp2019}); | var wchimp2019Layer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylewchimp2019}); | ||
var secLayer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylesec}); | var secLayer = L.geoJson(null, {onEachFeature: forEachFeature, style: stylesec}); | ||
Line 59: | Line 59: | ||
// 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, | |
+ | "Western chimpanzee density": wchimp2019Layer, | ||
"Great ape abundance per site": gaabundanceLayer, | "Great ape abundance per site": gaabundanceLayer, | ||
− | + | ||
}; | }; |
Revision as of 13:24, 11 March 2022
Spatial Layers > African great ape layers