Patch layers which have had wiki page name changes. Patch from Erik, closes

#363. Request for pullup to 2.2 release. 


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1713 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-21 16:06:27 +00:00
parent f50fd0b7ac
commit 69b66e2100
4 changed files with 4 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ OpenLayers.Layer.Google.prototype =
html += " correct API key for your site.<br>"; html += " correct API key for your site.<br>";
html += "<br>"; html += "<br>";
html += "Developers: For help getting this working correctly, "; html += "Developers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/GoogleMapsLayer' " html += "<a href='http://trac.openlayers.org/wiki/Google' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";

View File

@@ -65,7 +65,7 @@ OpenLayers.Layer.MultiMap.prototype =
html += " script was either not correctly included.<br>"; html += " script was either not correctly included.<br>";
html += "<br>"; html += "<br>";
html += "Demmlopers: For help getting this working correctly, "; html += "Demmlopers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/MultiMapLayer' " html += "<a href='http://trac.openlayers.org/wiki/MultiMap' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";

View File

@@ -80,7 +80,7 @@ OpenLayers.Layer.VirtualEarth.prototype =
html += " script was either not correctly included.<br>"; html += " script was either not correctly included.<br>";
html += "<br>"; html += "<br>";
html += "Developers: For help getting this working correctly, "; html += "Developers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/VirtualEarthLayer' " html += "<a href='http://trac.openlayers.org/wiki/VirtualEarth' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";

View File

@@ -94,7 +94,7 @@ OpenLayers.Layer.Yahoo.prototype =
html += " script was either not correctly included.<br>"; html += " script was either not correctly included.<br>";
html += "<br>"; html += "<br>";
html += "Developers: For help getting this working correctly, "; html += "Developers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/YahooLayer' " html += "<a href='http://trac.openlayers.org/wiki/Yahoo' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";