{% macro static_map(options, coords) -%}
{%- endmacro %}
{% macro static_map_with_marker(options, coords, marker_coords) -%}
{%- endmacro %}
{% macro marker_string(coords, label='heliport', color='f86767') -%}
pin-m-{{ label }}+{{ color }}({{ coords[1] }},{{ coords[0] }})
{%- endmacro %}