Skip to content

Commit

Permalink
Change long unit name in frontend from ångström to angstrom (#8173)
Browse files Browse the repository at this point in the history
* Change long unit name in frontend from ångström to angstrom

The backend uses "angstrom", which is consistent with ngff, compare https://ngff.openmicroscopy.org/latest/#axes-md – so the frontend needs to send the same.

* add changelog entry

---------

Co-authored-by: Michael Büßemeyer <[email protected]>
  • Loading branch information
fm3 and Michael Büßemeyer authored Nov 7, 2024
1 parent 8f8a1d2 commit 41f3d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- Fixed a bug during dataset upload in case the configured `datastore.baseFolder` is an absolute path. [#8098](https://github.com/scalableminds/webknossos/pull/8098) [#8103](https://github.com/scalableminds/webknossos/pull/8103)
- Fixed bbox export menu item [#8152](https://github.com/scalableminds/webknossos/pull/8152)
- When trying to save an annotation opened via a link including a sharing token, the token is automatically discarded in case it is insufficient for update actions but the users token is. [#8139](https://github.com/scalableminds/webknossos/pull/8139)
- Fixed that uploading a dataset which needs a conversion failed when the angstrom unit was configured for the conversion. [#8173](https://github.com/scalableminds/webknossos/pull/8173)
- Fixed that the skeleton search did not automatically expand groups that contained the selected tree [#8129](https://github.com/scalableminds/webknossos/pull/8129)
- Fixed a bug that zarr streaming version 3 returned the shape of mag (1, 1, 1) / the finest mag for all mags. [#8116](https://github.com/scalableminds/webknossos/pull/8116)
- Fixed sorting of mags in outbound zarr streaming. [#8125](https://github.com/scalableminds/webknossos/pull/8125)
Expand Down
2 changes: 1 addition & 1 deletion frontend/javascripts/oxalis/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export enum UnitLong {
Em = "exameter",
Zm = "zettameter",
Ym = "yottameter",
Å = "ångström",
Å = "angstrom",
in = "inch",
ft = "foot",
yd = "yard",
Expand Down

0 comments on commit 41f3d9e

Please sign in to comment.