Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.65 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.65 KB

Lifemap query

Description

This version of Lifemap will allow users to integrate an annotated map to their website easily.

The url can integrate parameters that will specify what to see on the map and in what way. Here, you can test using a minimal svelte App, so you can cd svelte-app and follow instruction to start a local server and install dependencies using npm.

Options available

Default options are displayed in square brackets []:

  • debug=[false]true Should options display for debug?
  • tid=x,y,z NCBI taxonomy id (taxid) of taxa to highlight. If more than one, should be separated by commas.
  • lang=[en]fr Language of the base map;
  • marks=[true]false Should markers be displayed at the taxids locations?
  • tree=[true]false Should tree with taxa be displayed?
  • zoom=[true]false Should the view be set to fit all taxid locations ?
  • searchbar=[true]false should the searchbar be displayed?
  • uifontsize=[11]int modify font size in the searchbar menu
  • clickableMarkers=[true]false Should markers show a pop-up with some information about taxon with a link towards Wikipedia taxon's page?
  • zoomButton=[true]false Should zoom buttons from Leaflet be displayed?
  • colorLine=[orange](color name or hex code without "#") Define the color line of tree;
  • opacityLine=[0.6](float between 0 and 1) Define the opacity line of tree;
  • weightLine=[6]int Define the weight line of tree.

Example

Add to your .html the following code:

<iframe src="index.html?lang=fr&tid=9606,2,4646&zoom=false&markers=true&tree=true&searchbar=false&uifontsize=11&clickableMarkers=true" width="80%" height="60%"></iframe>