Jon Aquino's Mental Garden

Engineering beautiful software jon aquino labs | personal blog

Thursday, June 03, 2004

BeanShell script to reset the Manually Adjusted flags

for (feature : wc .layerManage .getLayer("Source TRIM") .featureCollectionWrapper .features) { feature .roadSegment .manuallyAdjusted = false; }

0 Comments:

Post a Comment

<< Home