CaveView.js Versions Save

Web native 3d cave survey viewer

2.8.0

1 month ago

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

2 months ago

Changes

  • provider for mapbox tiles added. By @aricooperdavis

Bug Fixes

  • Fix error changing view directions with keyboard shortcuts

2.7.2

3 months ago

Bug fixes

  • correct view after automated rotations. Reported by @radostW

2.7.1

6 months ago

Bug fixes

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

2.7.0

1 year ago

New Features

  • Prototype loading of ply format models.

Bug Fixes etc.

  • Reworked survey loading

2.6.2

1 year ago

Bug fixes

Revert CORS change from 2.6.1

2.6.1

1 year ago

2.6.1

Bug Fixes

  • CORS failure fetching CRS definitions
  • updated translations @damjang

2.6.0

1 year ago

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

1 year ago

Bug fixes

Missing Slovenian and Italian translations added ( @damjang).

2.5.0

1 year ago

New features

  • Measure distance between stations. Hold down shift key, left click on first station, hover over other stations to show distance and x/y/z deltas distance

  • Multi-directional surface lighting to improve visibility of features. md-light

  • GLTF export as .glb binary format now supported

  • Babel compiled version provided for compatibility with browsers not implementing full Javascript class syntax

  • Support for asynchronous overlay image url generation

  • Custom leg shading supported by public API

##Bug fixes

  • File open dialog fixed @smudrak
  • Missed translation strings
  • Automatic display adjustment when moving browser window between monitors with different CSS pixel ratios
  • Cosmetic fixes
  • Removal of dead code and other improvements