Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 22: Line 22:
  
 
   // load a tile layer
 
   // load a tile layer
   L.tileLayer('http://tiles.mapc.org/basemap/{z}/{x}/{y}.png',
+
   L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',{  
    {
+
            attribution: '&copy; <a href="http://osm.org/copyright">OpenTopoMap</a> contributors'}).addTo(map);
      attribution: 'Tiles by <a href="http://mapc.org">MAPC</a>, Data by <a href="http://mass.gov/mgis">MassGIS</a>',
 
    }).addTo(map);
 
  
 
   // load GeoJSON from an external file
 
   // load GeoJSON from an external file

Revision as of 08:48, 25 February 2022