From 345ac0bd1afcec2130c5cd55abc2906988e9e795 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 24 Feb 2010 16:58:32 +0000 Subject: [PATCH] Tweak embed.html attribution to match Legal FAQ recommendation. --- public/export/embed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/export/embed.html b/public/export/embed.html index 20e1d2ac9..63b2c13f5 100644 --- a/public/export/embed.html +++ b/public/export/embed.html @@ -40,7 +40,7 @@ projection: new OpenLayers.Projection("EPSG:900913") }); - var attribution = 'Data by OpenStreetMap'; + var attribution = 'Map Data (c) OpenStreetMap (and) contributors, CC-BY-SA'; var args = OpenLayers.Util.getParameters(); if (!args.layer || args.layer == "mapnik") { var mapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik", { -- 2.43.2