- Messages
- 1,637
- Country

My next challenge is to find a way to create airport boundary shapefiles to use them as a mask against vegetation. I did read about the step in the manual:
CreateXMLExcludeRectangle
So like I usually do, I created a very simple script to see if I can get any output whatsoever, or what's going on during the process to study:
ImportBGL|F:\P3Dv5\Scenery\0102\scenery\APX15170.bgl|*|GENERATE_FOOTPRINT
SplitGrid|LOD13|*
CreateXMLExcludeRectangle|*|EXCLUDE_ALL
ExportBGL|P3D v4|CHICO_X23_AM|B:\CHICO\Section_162\Masks Airport
ExportOGR|FTYPE="POLYGON"|ESRI Shapefile|B:\CHICO\Section_162\Airport BGLs|CHICO_X23_APP
This one was loaded with errors. I could not find a single post regarding this step in the forums. Does this step work? Maybe my script is so bad?
CreateXMLExcludeRectangle
So like I usually do, I created a very simple script to see if I can get any output whatsoever, or what's going on during the process to study:
ImportBGL|F:\P3Dv5\Scenery\0102\scenery\APX15170.bgl|*|GENERATE_FOOTPRINT
SplitGrid|LOD13|*
CreateXMLExcludeRectangle|*|EXCLUDE_ALL
ExportBGL|P3D v4|CHICO_X23_AM|B:\CHICO\Section_162\Masks Airport
ExportOGR|FTYPE="POLYGON"|ESRI Shapefile|B:\CHICO\Section_162\Airport BGLs|CHICO_X23_APP
This one was loaded with errors. I could not find a single post regarding this step in the forums. Does this step work? Maybe my script is so bad?

