Sha256: 767ff9636583ad9d029baf2bba75494cb02875892b87e342f75fe2b0beaa9d33

Contents?: true

Size: 1.6 KB

Versions: 7

Compression:

Stored size: 1.6 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <title>OpenLayers Feature Events Example</title>
    <link rel="stylesheet" href="../theme/default/style.css" type="text/css">
    <link rel="stylesheet" href="style.css" type="text/css">
    <style type="text/css">
    #result {
        height: 60px;
        width: 514px;
        font-size: smaller;
        overflow: auto;
        margin-top: 5px;
    }
    </style>
  </head>
  <body>
    <h1 id="title">Feature Events Example</h1>

    <div id="tags">
        feature, select, hover
    </div>

    <div id="shortdesc">Feature hover and click events</div>

    <div id="map" class="smallmap"></div>
    <div id="docs">
        <p id="result">Hover over or click features on the map.</p>

        <p>This example shows how to use the 'featureclick', 'nofeatureclick',
            'featureover' and 'featureout' events to make features interactive.
            Look at the <a href="feature-events.js">feature-events.js</a> source
            code to see how this is done.</p>
        
        <p>Note that these events can be registered both on the map and on
            individual layers. If many layers need to be observed, it is
            recommended to register listeners once on the map for performance
            reasons.</p>
    </div>
    <script src="../lib/OpenLayers.js"></script>
    <script src="feature-events.js"></script>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
postrunner-0.0.10 misc/openlayers/examples/feature-events.html
postrunner-0.0.9 misc/openlayers/examples/feature-events.html
postrunner-0.0.8 misc/openlayers/examples/feature-events.html
postrunner-0.0.7 misc/openlayers/examples/feature-events.html
postrunner-0.0.6 misc/openlayers/examples/feature-events.html
postrunner-0.0.5 misc/openlayers/examples/feature-events.html
postrunner-0.0.4 misc/openlayers/examples/feature-events.html