Releases: aardgoose/CaveView.js
Releases · aardgoose/CaveView.js
2.9.0
New features
The size of text for station names etc can now changed with the configuration property fontsize
which can be used for all theme properties that define a text color with a color
property. See https://aardgoose.github.io/CaveView.js/theme.html for an example.
Translations updated from @damjang
2.8.0
2.7.3
Changes
- provider for mapbox tiles added. By @aricooperdavis
Bug Fixes
- Fix error changing view directions with keyboard shortcuts
2.7.2
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
New features
- Active display settings can now be saved
- Surface legs now used in calculation of the optional datum adjustment to improve alignment of terrain with model
- Terrain datum adjustment now displayed in surface menu
- Shortcut E to toggle visibility of entrance labels added
- Multiple file loading allowed from the file menu: Example entry: { name: 'Combined Survey Example', files: [ 'file1.3d', 'file2.3d', ''file3.3d ] }
Bug fixes
- Errors in depth below surface shading resolved
- Improved range of CRS values in Survex .3d models supported
- Popup boxes for leg/segment details correctly positioned
- Popup boxes pixel aligned to avoid flicker
- Multiple bugs with cut operation resolved
- Distance scale updated correctly
- Limit number of worker threads created to prevent memory exhaustion
- Orthographic projection can now be used as initial camera setting
- Local file names displayed in file menu
- Code refactoring for pointer handling