Hello!
First off, Arno I'd like to thank you for the excellent tool that Scenproc is! I have been using it successfully, up til now that is. I can't figure out what I am doing wrong, so hopefully someone can provide some guidance.
Here's the scoop:
I have a .shp file of the roads for a city. I converted all the roads from lines to actual polygons. I also have .shp file of "detected" buildings that I created using the detectfeatures function of scenproc. The detectfeatures .shp file happend to falsely detect buildings directly on all the major highways (because of the same color). Anyways, I am trying to use the SubtractFeatures to remove the buildings from all the roads. Here is the SubtractFeatures code excerpt:
SubtractFeatures|FTYPE=POLYGON;FROMFILE=Building_Outlines.shp|FTYPE=POLYGON;FROMFILE=ROADSPOLYGONS.shp;polygons=road|10|MINAREAPOLY
This simply is not working after it creates the autogen. I load FSX and the buildings are still there. I've also tried the code swapped around:
SubtractFeatures|FTYPE=POLYGON;FROMFILE=ROADSPOLYGONS.shp;polygons=road|FTYPE=POLYGON;FROMFILE=Building_Outlines.shp|10|MINAREAPOLY
Still nothing. I have double and triple checked that the correct file names, attribute names, and values. I am really scratching my head with this one. Any help would be greatly appreciated!
First off, Arno I'd like to thank you for the excellent tool that Scenproc is! I have been using it successfully, up til now that is. I can't figure out what I am doing wrong, so hopefully someone can provide some guidance.
Here's the scoop:
I have a .shp file of the roads for a city. I converted all the roads from lines to actual polygons. I also have .shp file of "detected" buildings that I created using the detectfeatures function of scenproc. The detectfeatures .shp file happend to falsely detect buildings directly on all the major highways (because of the same color). Anyways, I am trying to use the SubtractFeatures to remove the buildings from all the roads. Here is the SubtractFeatures code excerpt:
SubtractFeatures|FTYPE=POLYGON;FROMFILE=Building_Outlines.shp|FTYPE=POLYGON;FROMFILE=ROADSPOLYGONS.shp;polygons=road|10|MINAREAPOLY
This simply is not working after it creates the autogen. I load FSX and the buildings are still there. I've also tried the code swapped around:
SubtractFeatures|FTYPE=POLYGON;FROMFILE=ROADSPOLYGONS.shp;polygons=road|FTYPE=POLYGON;FROMFILE=Building_Outlines.shp|10|MINAREAPOLY
Still nothing. I have double and triple checked that the correct file names, attribute names, and values. I am really scratching my head with this one. Any help would be greatly appreciated!

