{% macro markerShape(markerShape, class, colorOptionId) %} {% if markerShape.class is defined %}
{% elif markerShape.url is defined %} {% else %} {# default marker #}
{% endif %} {% endmacro %} {% macro icon(icon, class, colorOptionId = '') %} {% if icon|is_image_url %} {% else %}
{% endif %} {% endmacro %}