Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 88: Line 88:
 
  stateLayer.addTo(map);
 
  stateLayer.addTo(map);
 
 
 +
$.getJSON(url2, function(data) {
 +
        stateLayer2.addData(data);
 +
    });
 +
 +
stateLayer2.addTo(map);
 +
 
// for Layer Control
 
// for Layer Control
 
var baseMaps = {
 
var baseMaps = {

Revision as of 10:58, 25 February 2022