File tree Expand file tree Collapse file tree
learning_web_proj/cum_effects Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ;
You can’t perform that action at this time.
0 commit comments