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

Duplicate keys for "marker" in src/model/BioMapConfigModel.js #132

Open That-Thing opened 1 year ago

That-Thing commented 1 year ago

The marker JSON object in src/model/BioMapConfigModel.js has the duplicate keys: labelPosition, labelColor, and filter. Of these, only labelPosition has a different value ('labelPosition': 1 and 'labelPosition' : 'column').