From bd15c32ca478b34b8fb05b5eacb926a3a407e121 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 21 Nov 2007 13:36:22 +0000 Subject: [PATCH] Add attribution for OSM. git-svn-id: http://svn.openlayers.org/trunk/openlayers@5234 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/spherical-mercator.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/spherical-mercator.html b/examples/spherical-mercator.html index 8022965aca..a8e5787330 100644 --- a/examples/spherical-mercator.html +++ b/examples/spherical-mercator.html @@ -6,6 +6,7 @@ height: 512px; border: 1px solid gray; } + .olControlAttribution { bottom: 0px!important } @@ -80,7 +81,8 @@ "http://tile.openstreetmap.org/", { type: 'png', getURL: osm_getTileURL, - displayOutsideMaxExtent: true + displayOutsideMaxExtent: true, + attribution: 'OpenStreetMap' } );