aardgoose / CaveView.js

Web native 3d cave survey viewer
https://aardgoose.github.io/CaveView.js/
MIT License
44 stars 11 forks source link

Key catch and Tree.getByPath fixes #35

Closed apgeo closed 3 years ago

apgeo commented 4 years ago
  1. 3ed6dd3 CaveView.js disable the browser shortcut keys and key combinations. On trying to refresh the page or search in page (using F5, ctrl+, ctrl+), it doesn't work because the CaveView control catches all those keys. This changes this behaviour by reenabling the keys on the control's host page.

  2. a6ea062 Sometimes the station names contain the "." character. Tree.getByPath function doesn't work in those cases returning undefined . The new version works around this issue.