-
-
Notifications
You must be signed in to change notification settings - Fork 964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imperial units support, improvements, fixes, plugins API expansion #1496
Conversation
Well, I started adding support for imperial units (both international and US), because it's overdue. |
The Mars Climate Orbiter will thank you. |
Also ~25% speed-up in rendering DSM/DTM tiles (when shaded). |
This should be good to go. There's some improvements that could be done on the measurement plugin, such as the ability to update existing measurements when switching units, currently one needs to create new measurements to use a new unit system, but these can be addressed in the future... Potree also has no support for US imperial units, so there's not exactly a 1-to-1 relation between 3D view and map view if the user chooses to use US imperial units (which they shouldn't, it's 2024). |
Is it too late to ask for a couple more imperial units, specifically the following length and area measures?: Area: gallons per fathom (GPF) Length: hogsheads per rood (HPR) ht @ivangayton |
Shouldn't be a problem, one can just modify |
Super tempted to do that on crankyserver... |
Various improvements and fixes.