Cavewhere / cavewhere

3D Cave Mapping Software
https://cavewhere.com
GNU General Public License v3.0
34 stars 8 forks source link

RFE: Station context menu #207

Open echarlie opened 3 years ago

echarlie commented 3 years ago

If I put all my data and notes into a cavewhere file, often I'll look at the "view" tab, and then go dig for a station I'm looking at in "data". To ease this interaction, we could add a context menu to stations, which could display comments (#51), and "Jump to notes" or "jump to scrap".

It could in the future be overloaded with other info, like "error" data from #48 #161 and buttons like "break loop" (to implement a loop error detection tool like "traverses" in walls).

Open question for "jump to": how do you deal with stations which appear in multiple trips (i.e. tie-ins)?

vpicaver commented 3 years ago

Yea, I've wanted this for several years.

Stations eventually have fixed station in global space after being processed by survex. There's a lookup in the cwCave that holds all the station name and positions. A station name should be unique in a cave. Connecting two caves together is currently not supported. :(