BeanShell script to reset the Manually Adjusted flags
for (feature : wc .layerManage .getLayer("Source TRIM") .featureCollectionWrapper .features) { feature .roadSegment .manuallyAdjusted = false; }
Engineering beautiful software | jon aquino labs | personal blog |
0 Comments:
Post a Comment
<< Home