{% if TARGET_LIST|length > 0 %} | {% endif %} | Zoom: |
![]()
Use the buttons to zoom in and out. The black button gives the current zoom level. The gray button gives the default zoom level of 1x. To zoom in, click to the right of the default. To zoom out, click to the left of the default.
|
-
{% if MAXZOOM >= 100 %}
{% endif %}
{% if MAXZOOM >= 50 %}
{% endif %}
{% for zl in range(9) %}
{% if MAXZOOM >= zl+1 %}
{% endif %}
{% endfor %}
{% for zl in range(2,4) %}
{% endfor %}
+
|
![]()
Mousing over a locus will update the "Selected" text box with the currently selected position.
To select a specific region from a zoomed out view to zoom in on, draw a box around the region of the reference you would like to select. The "Selected" text box should update with the currently selected region. |
Selected:
|