Custom Query (111 matches)
Results (73 - 75 of 111)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#132 | fixed | Imperial scale for printing/export | ||
Description |
Currently, printing scales for aven's print dialogue are a series of static values, and a magic "fit to page". As an american, I usually sketch underground at "odd" scales: 1:240, 1:300, 1:480, and 1:600 (inch to 20, 25, 40, and 50 feet, respectively). If I want to e.g. plot on a printout, the math gets very difficult with US-units survey. It probably doesn't make sense to add these scales to the list of options, though. A solution to this problem would be "custom" print scales. |
|||
#141 | fixed | Do more sophisticated grid convergence. | ||
Description |
Currently, we compute grid convergence for the point specified in *declination auto. Typically, this is fine: if you're not at polar regions or at the very edge of a UTM zone, it's likely less than 1°. However, for very large cave systems or cave regions, this method is insufficient: it requires you set *declination auto at several different points. This is ususally a sensible idea: if your cave system is large, declination is likely to change across linear space, sometimes quite agressively, and it is hard to effectively predict this behaviour as it shifts temporally and spacially. Grid convergence (difference between grid north and true north) is "simple" in comparison, and changes less dramatically over a region. But for multi-entrance systems could still result in major shifts between entrances We should compute it at more than a central point, especially for "large" systems. This likely will have to be a configurable knob. Some caveats that Olly and I have discussed:
The only way to *perfectly* account for grid convergence requires iteratively re-solving the entire system (an operation which can be quite costly) with new convergence corrections based on final location. This is going to be most costly for the cave systems where it is most important. So what we want is an "approximate" solution that can be done quickly, and generally, without users having an in-depth understanding of grid convergence themselves. Therion uses the centroid of all fixed points. Walls appears to semi-iteratively solve for grid convergence (although I may be wrong). |
|||
#9 | fixed | 'Find' doesn't work after opening a new file. | ||
Description |
If text has been typed into the find box and a new .3d file is opened, no stations are highlighted even after clicking the find button. Workaround is to delete and retype the final character in the find box. |