jedwards1211 / dewalls

A C++/Qt parser for the Walls .srv cave survey data format
MIT License
4 stars 4 forks source link

LRUDs and Splay shots #12

Open vpicaver opened 4 years ago

vpicaver commented 4 years ago

If a Walls survey file has a line with only a station name and LRUDs like when you need to show the LRUDs for the starting station of a survey, Cavewhere correctly places the LRUD data with that station.  However it generates the import warning, "Cavewhere does not currently support splay shots" which seems to be irrelevant given that it was not a splay shot and the import was working correctly.

jedwards1211 commented 4 years ago

ah okay, yeah an actual splay shot line would omit one of the stations and have actual vector measurements, I guess the code to warn was only considering if one of the stations is missing

jedwards1211 commented 4 years ago

I need to get on it with reimplementing a more portable C++ Walls parser 😅. There are definitely other bugs I've fixed in my Java one