diff --git a/ckanext/spatial/templates/spatial/snippets/map_attribution.html b/ckanext/spatial/templates/spatial/snippets/map_attribution.html index c30164d..2e14fc0 100644 --- a/ckanext/spatial/templates/spatial/snippets/map_attribution.html +++ b/ckanext/spatial/templates/spatial/snippets/map_attribution.html @@ -2,6 +2,8 @@ href="http://openstreetmap.org/copyright">OpenStreetMap contributors {% if map_config.type == 'mapbox' %}
Tiles by MapBox
+{% elif map_config.type == 'custom' %} +
{{ map_config.attribution|safe }}
{% else %}
Tiles by MapQuest
{% endif %}