LegumeFederation / cmap-js

Display and compare biological maps (genetic, physical, cytogenetic, genomic, linkage groups, chromosomes, scaffolds).
GNU General Public License v3.0
4 stars 2 forks source link

Develop #98

Closed awilkey closed 6 years ago

awilkey commented 6 years ago

Some minor bug fixes (see below commit logs)

New: Added ability to change datasets via URL. Use /?view=dataset1&view=dataset2 when loading page to change view. Views are generated like usual off the hierarchy of cmap.json -> provided view specific configuration -> provided default configuration -> cmapjs default configuration

New: Track labels are now their own thing, which should now prevent overlap when being drawn. Using the labelPosition configuration flag you can currently switch between "feature", which keeps the current vertical-next-to-feature label style and "none", which turns off the label. More options due in the next release cycle.