xDraconian wrote in Thu Oct 04, 2018 12:09 am:TerraGear will load an apt.dat up to version 1100, but it does nothing with those newer features.
Create a EIDW.dat file containing only EIDW. Any change?
the script failed this time at:
- Code: Select all
EIDW:Close Contour
EIDW:We still have an active linear feature - add the first node to close it
EIDW: LinearFeature::ConvertContour - Creating a contour with 4 nodes
EIDW:adding Linear Anchor node at lon = -6.29085deg, lat = 53.4227deg, elev = 0m
EIDW:adding Linear Anchor node at lon = -6.29092deg, lat = 53.4222deg, elev = 0m
EIDW:adding Linear Anchor node at lon = -6.29011deg, lat = 53.4222deg, elev = 0m
EIDW:adding Linear Anchor node at lon = -6.29003deg, lat = 53.4227deg, elev = 0m
EIDW:Closed COntour : adding last node at lon = -6.29085deg, lat = 53.4227deg, elev = 0m
Note that I recompiled TerraGear between the two runs.
Load your dat file into WED to confirm the file is valid.
Yep, it loads fine!
Remove the items at the point that the process stops to see if it then runs to completion. Then add items back slowly until you identify the item it does not like. Maybe there is a bug in the loader.
I'm working through it to see if I can diagnose it. Thanks for the help!