Custom Query (95 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 95)

Ticket Resolution Summary Owner Reporter
#113 fixed Colour by Survey Style Olly Betts Olly Betts
Description

.3d files can contain the survey style information (NORMAL/DIVING/NOSURVEY/...) - aven doesn't currently do anything with this, but it would be handy to be able to colour by it.

#35 fixed Leaving "About Aven" dialog box open for a few 10s of seconds causes the error log to be displayed Olly Betts ollym
Description

If I open the "About Aven" dialog box and leave it for a few 10s of seconds, the "Aven Error Log" dialog box appears and the picture at the left of the "About Aven" box disappears. The error message is:

"7:42:37 PM: Error: Can't load image from file 'C:\Program Files\Survex\/icons/osterei.jpg': file does not exist."

This appears to be due to a missing file in the icons\ directory.

#128 fixed Survex JSON export Format Olly Betts Pawczak
Description

Hey!

I'm use a lot of Export function to get cave surveys positions and found out that JSON format exported by Survex isn't correct.

This is file exported as JSON from Survex:

var p = [0.00,0.00,0.00,10.00,10.00,10.00]
var groups = [
[[0.00,0.00,0.00],[0.00,0.00,10.00]],
[[0.00,0.00,0.00],[0.00,10.00,0.00]],
[[0.00,0.00,10.00],[10.00,0.00,10.00]],
[[10.00,0.00,10.00],[10.00,0.00,0.00]],
[[10.00,0.00,0.00],[0.00,0.00,0.00]],
[[10.00,10.00,0.00],[0.00,10.00,0.00]],
[[10.00,10.00,0.00],[10.00,0.00,0.00]],
[[10.00,10.00,10.00],[10.00,10.00,0.00]],
[[10.00,10.00,10.00],[10.00,0.00,10.00]],
[[0.00,10.00,10.00],[10.00,10.00,10.00]],
[[0.00,10.00,10.00],[0.00,0.00,10.00]],
[[0.00,10.00,0.00],[0.00,10.00,10.00]]
]}

You can use simple site checking format validation: https://jsonformatter.curiousconcept.com/#

Trying to parse that file as JSON without additional pre-processing will always fail.

Note: See TracQuery for help on using queries.