Advertisement
name8888less

SgPokeMap S2 L12 Cells

Jan 6th, 2018
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  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://cdn.rawgit.com/xiankai/0f2af25f0cd91d16cb59f846fa2bde36/raw/de48c7b21d497265f2254260bccd6cd464442139/S2.geojson").then(function(t){var%20e=L.geoJSON(t,{});L.control.layers(null,{"S2%20L12":e}).addTo(map)});var%20locateButton=document.getElementById("locate");locateButton.style.top="initial",locateButton.style.bottom="104px";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement