This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
Releases: ebiwd/EMBL-EBI-Live-data-map
Releases · ebiwd/EMBL-EBI-Live-data-map
v1.2.2
v1.2.1
Prevents flash of error message text
- Sometimes error message would show if JS was slow to start, or CSS was stale.
v1.2
Error messaging, zoomScroll control
- Shows an optional error message on failures so things don't look "JS is dead" on failure.
- Adds `?disableZoomScroll=true" option
v1.1.3
ignore cache files
v1.1.2
Allow access from StatusCake
code cleanup
- refactor code so that cached files do not have corrupt names
- return sensible error codes when something goes wrong
v1.1.0
- improves url query paramater processing
- adds a new
?description=true
display
What's new from v1.0.10: v1.0.10...v1.1.0
v1.0.10
As requested, adds passing of lat, long and zoom parameters.
Demo: https://www.ebi.ac.uk/web/livemap/live-data-map.html?zoomLevel=4&lon=-70&lat-30
You can set an initial zoom level, lat, long:
- zoomLevel=2 (2 is default)
- lat=30 (30 is default)
- lon=-10.5 (-10.5 is default)
Commit: 2694711
v1.0.9.4
Lower precision of lat/lon
v1.0.9.3
Remove extra space in js src attribute