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' } );