OpenLayers OpenLayers

Changeset 3320

Show
Ignore:
Timestamp:
06/11/07 19:17:49 (1 year ago)
Author:
tschaub
Message:

add OpenLayers.Console namespace and a number of methods that allow for logging of error messages - when firebug.js is included in a page, the application runs in "debug" mode - the Firebug extension or Firebug Lite handles OpenLayers.Console calls depending on availability

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers.js

    r2942 r3320  
    5555        "OpenLayers/BaseTypes.js", 
    5656        "OpenLayers/Util.js", 
     57        "OpenLayers/Console.js", 
    5758        "Rico/Corner.js", 
    5859        "Rico/Color.js", 
  • trunk/openlayers/tests/list-tests.html

    r3171 r3320  
    55    <li>BaseTypes/test_LonLat.html</li> 
    66    <li>BaseTypes/test_Bounds.html</li> 
     7    <li>test_Console.html</li> 
    78    <li>test_Geometry.html</li> 
    89    <li>Geometry/test_Point.html</li>