diff options
-rw-r--r-- | templates/web/default/maps/osm.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/default/maps/osm.html b/templates/web/default/maps/osm.html index 0b2db1a53..ce08e179a 100644 --- a/templates/web/default/maps/osm.html +++ b/templates/web/default/maps/osm.html @@ -10,4 +10,5 @@ [% map_html = BLOCK %] [% INCLUDE maps/openlayers.html %] +<div class="olControlAttribution" style="position: absolute; z-index: 1006;">© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors</div> [% END %] |