Difference between revisions of "African great ape layers"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 38: Line 38:
 
   
 
   
 
       // 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 gaabundanceLayer = L.geoJson(null, {style: stylegaabundance});
 
   
 
   
       $.getJSON(gaabundance); gaabundanceLayer.addTo(map);
+
       var gaabundanceLayer = L.geoJSON(gaabundance); gaabundanceLayer.addTo(map);
  
 
       // for Layer Control
 
       // for Layer Control

Revision as of 04:37, 15 June 2022

Spatial Layers > African great ape layers