Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
    
 
    
 
<script>
 
<script>
var url = 'usa.json';  // my GeoJSON data source, in same folder as my html page.
+
var url = 'https://iucnapesportal.org/wiki/files/usa.json';  // my GeoJSON data source, in same folder as my html page.
  
 
var map = L.map('map').setView([47.7541, -107.05078], 3);  
 
var map = L.map('map').setView([47.7541, -107.05078], 3);  

Revision as of 16:07, 23 February 2022