Fix attribution strings.
This commit is contained in:
parent
f2ae082a1f
commit
075846bdff
1 changed files with 2 additions and 2 deletions
|
@ -74,14 +74,14 @@
|
|||
var mapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik", {
|
||||
displayOutsideMaxExtent: true,
|
||||
wrapDateLine: true,
|
||||
attribution: '<a target="_parent" href="http://www.openstreetmap.org">OpenStreetMap</a>'
|
||||
attribution: 'Data by <a target="_parent" href="http://www.openstreetmap.org">OpenStreetMap</a>'
|
||||
});
|
||||
map.addLayer(mapnik);
|
||||
|
||||
var osmarender = new OpenLayers.Layer.OSM.Osmarender("Osmarender", {
|
||||
displayOutsideMaxExtent: true,
|
||||
wrapDateLine: true,
|
||||
attribution: '<a target="_parent" href="http://www.openstreetmap.org">OpenStreetMap</a>'
|
||||
attribution: 'Data by <a target="_parent" href="http://www.openstreetmap.org">OpenStreetMap</a>'
|
||||
});
|
||||
map.addLayer(osmarender);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue