Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying OpenLayers 2.10 Beginner's Guide
  • Table Of Contents Toc
  • Feedback & Rating feedback
OpenLayers 2.10 Beginner's Guide

OpenLayers 2.10 Beginner's Guide

4.2 (9)
close
close
OpenLayers 2.10 Beginner's Guide

OpenLayers 2.10 Beginner's Guide

4.2 (9)

Overview of this book

Table of Contents (18 chapters)
close
close
OpenLayers 2.10
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for Action – defining a global layer object variable


Let's make the layer objects global variables access some properties of a layer, and call one of the layer's methods.

  1. Make a copy of chapter3_ex2_options_config.html. Add the following lines right above the init() function:

    var wms_layer_map, wms_state_lines, wms_labels, wms_water_depth, wms_roads;
  2. Inside your init() function, remove the var declaration before each of the layer object names. For example, the first line of your wms_layer_map definition should now look like this:

    wms_layer_map = new OpenLayers.Layer.WMS(
  3. Save the file (we'll refer to it as chapter3_ex5_global_variables.html).

  4. Open it up in Firefox and enable the Firebug console.

  5. In the console panel, input and run: wms_layer_map;. You should see some output like this:

    Object { options=Object, more... }
    
  6. Input and run the following command in Firebug:

    wms_layer_map.name
  7. Here we are directly accessing a property of the layer. You should see the layer's name property output:

    Base...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY