You can not use FROMFILE=xxxx@0@ in the CREATEXXXXXX lineS becasue it will create polygons for all the features found in all the imported files for ALL the agn type.
CREATEAGNPOLYVEG|FTYPE=POLYGON;FROMFILE=puget_@0@.shp|{GUID}
CREATEAGNGENBUILD|FTYPE=POLYGON;LAYER=Houses|{GUID}
the objects created in line 2 will have all the objects created also in line 1. Same story for the line 1
CREATEAGNPOLYVEG|FTYPE=POLYGON;FROMFILE=puget_@0@.shp|{GUID}
CREATEAGNGENBUILD|FTYPE=POLYGON;LAYER=Houses|{GUID}
the objects created in line 2 will have all the objects created also in line 1. Same story for the line 1
Last edited:

