OpenLayers OpenLayers

Changeset 7472

Show
Ignore:
Timestamp:
07/07/08 12:49:17 (2 months ago)
Author:
tschaub
Message:

Adding a few example descriptions, removing a redundant example.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/editingtoolbar-outside.html

    r7095 r7472  
    4343  <body onload="init()"> 
    4444    <h1 id="title">OpenLayers EditingToolbar Outside Viewport</h1> 
     45    <p id="shortdesc"> 
     46        Display an editing toolbar panel outside the map viewport. 
     47    </p> 
    4548    <div id="map" class="smallmap"></div> 
    4649    <div id="panel" class="olControlEditingToolbar"></div> 
  • trunk/openlayers/examples/intersects.html

    r7095 r7472  
    162162    <div id="leftcol"> 
    163163        <h1 id="title">OpenLayers Geometry Intersection Example</h1> 
     164        <p id="shortdesc"> 
     165            Use of geometry.intersects method for testing geometry intersections. 
     166        </p> 
    164167        <div id="map" class="smallmap"></div> 
    165168        <div id="input"> 
  • trunk/openlayers/examples/sld.html

    r7095 r7472  
    9292  <body onload="init()"> 
    9393    <h1 id="title">Styled Layer Descriptor (SLD) Example</h1> 
     94    <p id="shortdesc"> 
     95        Parsing SLD and applying styles to a vector layer. 
     96    </p> 
    9497    <div id="map" class="smallmap"></div> 
    95     <p>This example uses a <a target="_blank" href="tasmania/sld-tasmania.xml">SLD 
     98    <p id="docs">This example uses a <a target="_blank" href="tasmania/sld-tasmania.xml">SLD 
    9699    file</a> to style the vector features. To construct layers that use styles 
    97100    from SLD, create a StyleMap for the layer that uses one of the userStyles in the