Skip to content

Commit af2466d

Browse files
committed
Commentted out some stuff to the console
1 parent cae5304 commit af2466d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

learning_web_proj/cum_effects/cumEffects_v1.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ var maplib = ( function() {"use strict";
375375
// area calculations of the underlying GIS system.
376376
// if the geometry was printed now will return in albers coordinates.
377377
features[i].geometry.transform(new OpenLayers.Projection("EPSG:900913"), new OpenLayers.Projection(albersProj));
378-
console.log("curfeature: " + jstsReader.read(features[i].geometry.toString()));
378+
//console.log("curfeature: " + jstsReader.read(features[i].geometry.toString()));
379379
curFeatureJSTSGeom = jstsReader.read(features[i].geometry.toString());
380380
consoleAreaReport(features[i], 'Shape_Area', 'ATT_2_VAL');
381381
// is it contained?
@@ -721,8 +721,6 @@ var maplib = ( function() {"use strict";
721721
console.log(response.error.exceptionReport.exceptions[0].texts[0]);
722722
}
723723
console.log("Callback called!");
724-
//objectToConsole(response);
725-
//objectToConsole(response.features[0].attributes);
726724
// its ugly and risky but this looks like the only way I can see to get the
727725
// layer from the response object
728726
srcLayer = response.features[0].fid.split('.')[0];

0 commit comments

Comments
 (0)