diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-03-12 15:37:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-12 15:37:53 +0000 |
commit | 85fedd6444607576a03a17e57f657584bcb6bf2c (patch) | |
tree | 49a1ac58732eb238ac6697c887c774cdb074fc0c | |
parent | 4a1bbf55e93227cb42e81784277884b038cf9bca (diff) |
Add back missing OSM attribution.
-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 %] |