Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.getJSON("getmapid.php?start_date=2020-12-01&end_date=2020-12-31").then(function (data) {
- eeRaster = new L.tileLayer('https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/maps/' + data + '/tiles/{z}/{x}/{y}', {
- maxZoom: 15,
- attribution: '<a href="https://earthengine.google.com/" target="_BLANK">EarthEngine</a>',
- mapid: data,
- }).addTo(map);
- $('#rasterLoadingSpinner').fadeOut();
- });
RAW Paste Data