dave hoeffgen
Resource contributor
- Messages
- 1,439
- Country

Hi,
trying to make autogen for a larger area using openstreetmap data I got a problem.
I used the following code part for buildings:
My problem is that despite my redundant attempt to set an upper limit for the area of polygons used for building creation I end up with some huge buildings in my scene, some of them even filling entire grid cells
Is there something I missed?
trying to make autogen for a larger area using openstreetmap data I got a problem.
I used the following code part for buildings:
Code:
AddAttribute|FROMFILE="buildings.shp"|String;Building|Yes
UnloadFeatures|FAREA>1000
CreateAGNGenBuild|Building="Yes" AND FAREA<1000|{5ae04eb6-934c-4f63-bb48-5e7dee601212}|MAXRATIO=3
My problem is that despite my redundant attempt to set an upper limit for the area of polygons used for building creation I end up with some huge buildings in my scene, some of them even filling entire grid cells
Is there something I missed?

