Difference between revisions of "Range test"
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: '© <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: '© <a |
− | var osm=new L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png',{attribution: '© <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: '© <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: | ||
− | + | Test 2 | |
Revision as of 03:00, 7 March 2022
Species | Shapefile | GeoJSON | Source |
---|---|---|---|
Hoolock hoolock | Hoolock hoolock shapefile (ZIP; 110 kB)] |
Test 2