{% extends "base.html" %} {% set title = "World Orchid Distribution Map" %} {% block extra_head %} {% endblock %} {% block content %}

World Orchid Distribution

Interactive map showing global orchid occurrences from GBIF specimens

{% if stats %}

{{ stats.total_orchids|default(0) }}

Total Orchids

{{ stats.with_coordinates|default(0) }}

With Coordinates

{{ stats.coordinate_coverage|default(0) }}%

Geographic Coverage

{{ orchid_limit|default(1000) }}

Displayed on Map
{% endif %}
Loading Interactive Orchid Map...

Preparing {{ orchid_limit|default(1000) }} orchid occurrences

Map Features
  • • Interactive markers with orchid details
  • • Species density heat map overlay
  • • Clustered view for performance
  • • Multiple map tile options
  • • Zoom and pan controls
Data Sources
  • • GBIF biodiversity database
  • • Museum specimen records
  • • Herbarium collections
  • • Research institution data
  • • Verified coordinates only
Coverage
{% if stats and stats.top_regions %} {% for region in stats.top_regions[:5] %}
{{ region.region }} {{ region.count }}
{% endfor %} {% endif %}
Map Legend
Orchid Occurrence Point
Species Density Heat Map
Clustered Occurrences
No Data Available
{% endblock %}