MatthiasKNU
Resource contributor
- Messages
- 962
- Country

Sorry, it's me again...
I've got now similar problem with ScenProcV2...
I want to create the streetlights, but again now autogen objects get created...
Here is my script again:
And the logfile:
With version 1.1 this script worked without problems (but there I also added the hdg-value to the CreateAGNLibObj-command...)
Do you know what is going wrong there?
I've got now similar problem with ScenProcV2...
I want to create the streetlights, but again now autogen objects get created...
Here is my script again:
Code:
ImportOGR|C:\Users\mknue\Desktop\DUS\OSM\Roads.shp|*|*|AUTODETECT
SplitGrid|AGN|*
PlacePointsAlongLine|*|SINGLE|100;100|7;7|0|String;obj|street|HDG
CreateAGNLibObject|obj=street|{1f414356-7436-4b12-95c7-ae2d49a2c226}
ExportAGN|P3D v2|C:\Users\mknue\Desktop\DUS\Autogen
Code:
13:18 CreateAGNLibObject Warning Old filter synthax found, interpreting as: obj="street"
13:18 ImportOGR Information Reading file C:\Users\mknue\Desktop\DUS\OSM\Roads.shp
13:18 ImportOGR Information Read 2699 features from file
13:18 SplitGrid Information Splitting features in 0,0146484375 x 0,010986328125 grid...
13:18 SplitGrid Information Features divided in 720 cells
13:18 PlacePointsAlongLine Information Placing point features along lines with filter FTYPE="LINE"...
13:18 PlacePointsAlongLine Information Created 5653 point features
13:18 CreateAGNLibObject Information Creating autogen library objects with filter FTYPE=POLYGON;obj=street
13:18 CreateAGNLibObject Information Created 0 autogen objects
13:18 ExportAGN Information Writing AGN files to folder C:\Users\mknue\Desktop\DUS\Autogen
13:18 ExportAGN Information Written 0 autogen files
13:18 SceneryProcessor Information scenProc finished processing
13:18 SceneryProcessor Information 0,23 seconds for IMPORTOGR
13:18 SceneryProcessor Information 0,26 seconds for SPLITGRID
13:18 SceneryProcessor Information 2,07 seconds for PLACEPOINTSALONGLINE
13:18 SceneryProcessor Information 1,17 seconds for CREATEAGNLIBOBJECT
13:18 SceneryProcessor Information 0,01 seconds for EXPORTAGN
13:18 SceneryProcessor Information 3,74 seconds total
With version 1.1 this script worked without problems (but there I also added the hdg-value to the CreateAGNLibObj-command...)
Do you know what is going wrong there?
