Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
       var url2 = 'REFUGIA_MALEY96.geojson';  // my GeoJSON data source, in same folder as my html page.
 
       var url2 = 'REFUGIA_MALEY96.geojson';  // my GeoJSON data source, in same folder as my html page.
  
       var map = L.map('map').setView([0, 0], 7);  
+
       var map = L.map('map').setView([10, 5], 5);  
  
 
       var topo=new L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',{  
 
       var topo=new L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',{  

Revision as of 08:13, 25 February 2022