name8888less

SgPokeMap S2 L13 Cells

Feb 11th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:function%20fetchLocal(t){return%20new%20Promise(function(e,o){var%20n=new%20XMLHttpRequest;n.onload=function(){e(JSON.parse(n.responseText))},n.onerror=function(){o(new%20TypeError("Local%20request%20failed"))},n.open("GET",t),n.send(null)})}fetchLocal("https://raw.githubusercontent.com/xiankai/sg-exraid-data/master/s2%20L13.geojson").then(function(t){var%20e=L.geoJSON(t,{});L.control.layers(null,{"S2%20L13":e}).addTo(map)});var%20locateButton=document.getElementById("locate");locateButton.style.top="initial",locateButton.style.bottom="104px";
Add Comment
Please, Sign In to add comment