From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/examples/debug.html | 77 +++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create 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 new file mode 100644 index 0000000..95a909b --- /dev/null +++ b/misc/openlayers/examples/debug.html @@ -0,0 +1,77 @@ + + + + + + + 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