From e30f267181d990947e67909de4809fa941698c85 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 17 Oct 2015 21:36:38 +0200 Subject: Upgrading openlayers to 3.x --- misc/openlayers/examples/debug.html | 77 ------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 misc/openlayers/examples/debug.html (limited to 'misc/openlayers/examples/debug.html') diff --git a/misc/openlayers/examples/debug.html b/misc/openlayers/examples/debug.html deleted file mode 100644 index 95a909b..0000000 --- a/misc/openlayers/examples/debug.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - OpenLayers Debug Example - - - - - - -

Debug Example

- -
- debugging, error, fix, fixing, console, firebug, developers, advanced -
- -

- Demonstrate console calls to a Firebug console. Requires Firefox. Mostly for developers. -

- -
-

To run OpenLayers in debug mode, include the following script - tag before the tag that loads OpenLayers:

- -
    <script src="../lib/Firebug/firebug.js"></script>
- -

The path to firebug.js must be relative to your - html file. With this script included calls to OpenLayers.Console - will be displayed in the Firebug console. For browsers without - the Firebug extension, the script creates a Firebug Lite console. - This console can be opened by hitting F12 or Ctrl+Shift+L - (Command+Shift+L on a Mac). If you want the Firebug Lite console - to be open when the page loads, add debug="true" to the opening - html tag of your page. Open the console and click on the links below - to see console calls.

- -

The Firebug website has a complete list of - console calls. - Note that not all are supported with Firebug Lite.

-
- - -- cgit v1.2.3