{% assign id = include.map-id %} {% assign data = site.data.maps-vector[id] %} {% assign color = include.color | default: data.color | default: 'green' %} {% if data %} {% if jekyll.environment == 'development' %}
{% include ui/svg.html width="590" height="252" ratio=true border=true %}
{% else %}
{% capture script %} {% endcapture %} {% if include.show-scripts %} {{ script }} {% else %} {% capture_global scripts %} {{ script }} {% endcapture_global %} {% endif %} {% endif %} {% endif %}