Skip to content

Releases: aardgoose/CaveView.js

2.9.0

28 Dec 17:22
Compare
Choose a tag to compare

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

29 Mar 21:10
Compare
Choose a tag to compare

New Features

  • Support grid files for projections ( if required (new configuration property useGridfiles, default false added to support this)

Bug fixes

  • Support more projection encodings in .3d files

2.7.3

01 Mar 19:41
Compare
Choose a tag to compare

Changes

Bug Fixes

  • Fix error changing view directions with keyboard shortcuts

2.7.2

21 Jan 16:41
Compare
Choose a tag to compare

Bug fixes

  • correct view after automated rotations. Reported by @RadostW

2.7.1

16 Nov 14:50
Compare
Choose a tag to compare

Bug fixes

  • Handle obtaining external CRS definitions correctly (thanks to @matteopic for fix)
  • Display entrances correctly (@Tapter)

2.7.0

24 Feb 21:22
Compare
Choose a tag to compare

New Features

  • Prototype loading of ply format models.

Bug Fixes etc.

  • Reworked survey loading

2.6.2

02 Nov 11:48
Compare
Choose a tag to compare

Bug fixes

Revert CORS change from 2.6.1

2.6.1

01 Nov 10:52
Compare
Choose a tag to compare

2.6.1

Bug Fixes

  • CORS failure fetching CRS definitions
  • updated translations @damjang

2.6.0

06 Aug 14:49
Compare
Choose a tag to compare

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

2.5.1

23 May 12:19
Compare
Choose a tag to compare

Bug fixes

Missing Slovenian and Italian translations added ( @damjang).