Changeset 7129
- Timestamp:
- 05/09/08 17:52:02 (2 months ago)
- Files:
-
- trunk/openlayers/examples/wfs-states.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/wfs-states.html
r7095 r7129 17 17 18 18 layer = new OpenLayers.Layer.WFS( "States WFS", 19 " /geoserver/wfs",19 "http://sigma.openplans.org/geoserver/ows", 20 20 { typename: 'topp:states' } ); 21 21 map.addLayer(layer); … … 37 37 <div id="map" class="smallmap"></div> 38 38 39 <div id="docs">see: 40 See <a href="WFS-js.html">WFS</a> for more info on Geoserver and WFS</div> 39 <div id="docs"></div> 41 40 </body> 42 41 </html>
