Changeset 7472
- Timestamp:
- 07/07/08 12:49:17 (2 months ago)
- Files:
-
- trunk/openlayers/examples/editingtoolbar-outside.html (modified) (1 diff)
- trunk/openlayers/examples/intersects.html (modified) (1 diff)
- trunk/openlayers/examples/sld.html (modified) (1 diff)
- trunk/openlayers/examples/smoothDragging.html (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/editingtoolbar-outside.html
r7095 r7472 43 43 <body onload="init()"> 44 44 <h1 id="title">OpenLayers EditingToolbar Outside Viewport</h1> 45 <p id="shortdesc"> 46 Display an editing toolbar panel outside the map viewport. 47 </p> 45 48 <div id="map" class="smallmap"></div> 46 49 <div id="panel" class="olControlEditingToolbar"></div> trunk/openlayers/examples/intersects.html
r7095 r7472 162 162 <div id="leftcol"> 163 163 <h1 id="title">OpenLayers Geometry Intersection Example</h1> 164 <p id="shortdesc"> 165 Use of geometry.intersects method for testing geometry intersections. 166 </p> 164 167 <div id="map" class="smallmap"></div> 165 168 <div id="input"> trunk/openlayers/examples/sld.html
r7095 r7472 92 92 <body onload="init()"> 93 93 <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> 94 97 <div id="map" class="smallmap"></div> 95 <p >This example uses a <a target="_blank" href="tasmania/sld-tasmania.xml">SLD98 <p id="docs">This example uses a <a target="_blank" href="tasmania/sld-tasmania.xml">SLD 96 99 file</a> to style the vector features. To construct layers that use styles 97 100 from SLD, create a StyleMap for the layer that uses one of the userStyles in the
