-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(visualize): Interface enhancements for sqlite tiles
This is the commit that add support for serving images from sqlite databases from the server. Really, very little had to change (mainly just the URL generator), however while I was here I made a few improvements: - I deleted the distributionVisualisationMultiScale control since it was just and out of date and unmaintained copy of distributionVisualisation - I updated distributionVisualisation to render tiles and images the same way the main control does (so there are no longer visual mismatches). 💯 so much better now - I removed unused click handlers from distributionDetail - I fixed how distributionVisualisation determined it's width and as such the detail and visualisation controls now center on the same date! - I made distribution visualisation pannable! That way there's less cognitive dissonance when using the two controls!!! - Changed the way zoom scale is reported to user... it's now reported as a factor of 60.0s/px - I fixed a bug in how the tile generator calculates dates: it now correctly uses UTC midnight as the calculation point rather than midnight of the local time zone. - I updated the available tile resolutions to match what AP.exe now generates - I updated our standard tile width to 180px - Important: distributionVisualisation now no longer uses the standard image tiles but actually only uses zooming spectrogram tiles
- Loading branch information
Showing
14 changed files
with
368 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.