Changeset 1713
- Timestamp:
- 10/21/06 12:06:27 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Google.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Google.js
r1695 r1713 227 227 html += "<br>"; 228 228 html += "Developers: For help getting this working correctly, "; 229 html += "<a href='http://trac.openlayers.org/wiki/Google MapsLayer' "229 html += "<a href='http://trac.openlayers.org/wiki/Google' " 230 230 html += "target='_blank'>"; 231 231 html += "click here"; trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js
r1695 r1713 66 66 html += "<br>"; 67 67 html += "Demmlopers: For help getting this working correctly, "; 68 html += "<a href='http://trac.openlayers.org/wiki/MultiMap Layer' "68 html += "<a href='http://trac.openlayers.org/wiki/MultiMap' " 69 69 html += "target='_blank'>"; 70 70 html += "click here"; trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js
r1695 r1713 81 81 html += "<br>"; 82 82 html += "Developers: For help getting this working correctly, "; 83 html += "<a href='http://trac.openlayers.org/wiki/VirtualEarth Layer' "83 html += "<a href='http://trac.openlayers.org/wiki/VirtualEarth' " 84 84 html += "target='_blank'>"; 85 85 html += "click here"; trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js
r1695 r1713 95 95 html += "<br>"; 96 96 html += "Developers: For help getting this working correctly, "; 97 html += "<a href='http://trac.openlayers.org/wiki/Yahoo Layer' "97 html += "<a href='http://trac.openlayers.org/wiki/Yahoo' " 98 98 html += "target='_blank'>"; 99 99 html += "click here";
