aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-03-12 15:37:53 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-03-12 15:37:53 +0000
commit85fedd6444607576a03a17e57f657584bcb6bf2c (patch)
tree49a1ac58732eb238ac6697c887c774cdb074fc0c
parent4a1bbf55e93227cb42e81784277884b038cf9bca (diff)
Add back missing OSM attribution.
-rw-r--r--templates/web/default/maps/osm.html1
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;">&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors</div>
[% END %]