Difference between revisions of "Range test"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
       var hoolockleuconedys = 'files/Hoolock_leuconedys.geojson';
 
       var hoolockleuconedys = 'files/Hoolock_leuconedys.geojson';
 
        
 
        
var map = L.map('map').setView([10, 110], 4);  
+
      var map = L.map('map').setView([10, 110], 4);  
  
       var topo=new L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',{attribution: '&copy; <a href="http://osm.org/copyright">OpenTopoMap</a> contributors'}).addTo(map);
+
       var topo=new L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',{attribution: '&copy; <a  
       var osm=new L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png',{attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'}).addTo(map);
+
          href="http://osm.org/copyright">OpenTopoMap</a> contributors'}).addTo(map);
 +
 
 +
       var osm=new L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png',{attribution: '&copy; <a  
 +
          href="http://osm.org/copyright">OpenStreetMap</a> contributors'}).addTo(map);
  
 
   
 
   
Line 32: Line 35:
 
         layer.bindPopup(popupContent);
 
         layer.bindPopup(popupContent);
 
       }
 
       }
 +
 
       // Set style function that sets fill color property
 
       // Set style function that sets fill color property
  
Line 100: Line 104:
  
  
!Antoher test
+
Test 2
  
  

Revision as of 03:00, 7 March 2022


Download available layers
Species Shapefile GeoJSON Source
Hoolock hoolock Hoolock hoolock shapefile (ZIP; 110 kB)]


Test 2