Changeset 7515
- Timestamp:
- 07/15/08 16:33:36 (2 months ago)
- Files:
-
- sandbox/topp/trimet/examples/v2-bbox-wfs-gml.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/trimet/examples/v2-bbox-wfs-gml.html
r7506 r7515 26 26 strategies: [new OpenLayers.Strategy.BBOX()], 27 27 protocol: new OpenLayers.Protocol.WFS({ 28 url: "http:// sigma.openplans.org/geoserver/wfs",29 featureType: "t opp:tasmania_cities",28 url: "http://publicus.opengeo.org/geoserver/wfs", 29 featureType: "tasmania_roads", 30 30 featureNS: "http://www.openplans.org/topp" 31 31 }), 32 format: new OpenLayers.Format.GML() 32 format: new OpenLayers.Format.GML.Base({ 33 featureType: "tasmania_roads", 34 featureNS: "http://www.openplans.org/topp" 35 }) 33 36 }); 34 37
