From ef5a81cae67f38bf4800d7a96eb5bcb9841d8876 Mon Sep 17 00:00:00 2001 From: webgisdeveloper Date: Mon, 12 Apr 2021 21:44:34 -0400 Subject: [PATCH] #114 new bbox... --- simccs_maptool/static/js/build.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/simccs_maptool/static/js/build.js b/simccs_maptool/static/js/build.js index e5e0498..95ff4d6 100644 --- a/simccs_maptool/static/js/build.js +++ b/simccs_maptool/static/js/build.js @@ -237,11 +237,9 @@ function addcostsurface(bbox) { allvectorlayers.push(value); } var vectorGroup = L.featureGroup(allvectorlayers); var vecb = vectorGroup.getBounds(); - console.log(vectorbounds); //"BBOX": [-89.91, 38.1, -87.7, 40.9]}} // BBOX: [west, south, east, north] bbox = [vecb.getWest(),vecb.getSouth(),vecb.getEast(),vecb.getNorth()]; - allvectorlayers = null; vectorGroup = null; cost_image_url += "&subset=Lat(" +(bbox[1]-0.2) +","+(bbox[3]+0.2) +")";