Changeset 4231
- Timestamp:
- 09/12/07 00:37:45 (10 months ago)
- Files:
-
- trunk/openlayers/examples/attribution.html (added)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/Attribution.js (added)
- trunk/openlayers/lib/OpenLayers/Layer.js (modified) (1 diff)
- trunk/openlayers/tests/Control/test_Attribution.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
- trunk/openlayers/theme/default/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r4221 r4231 126 126 "OpenLayers/Handler/Keyboard.js", 127 127 "OpenLayers/Control.js", 128 "OpenLayers/Control/Attribution.js", 128 129 "OpenLayers/Control/ZoomBox.js", 129 130 "OpenLayers/Control/ZoomToMaxExtent.js", trunk/openlayers/lib/OpenLayers/Layer.js
r4229 r4231 73 73 */ 74 74 visibility: true, 75 76 /** 77 * APIProperty: attribution 78 * {String} Attribution string, displayed when an 79 * <OpenLayers.Control.Attribution> has been added to the map. 80 */ 81 attribution: null, 75 82 76 83 /** trunk/openlayers/tests/list-tests.html
r4221 r4231 63 63 <li>Tile/test_WFS.html</li> 64 64 <li>test_Control.html</li> 65 <li>Control/test_Attribution.html</li> 65 66 <li>Control/test_SelectFeature.html</li> 66 67 <li>Control/test_DragFeature.html</li> trunk/openlayers/theme/default/style.css
r3354 r4231 11 11 bottom: 15px; 12 12 } 13 13 .olControlAttribution { 14 font-size: smaller; 15 right: 3px; 16 bottom: 4.5em; 17 position: absolute; 18 display: block; 19 } 14 20 .olControlScale { 15 21 right: 3px;
