OpenLayers OpenLayers

Changeset 7515

Show
Ignore:
Timestamp:
07/15/08 16:33:36 (2 months ago)
Author:
tschaub
Message:

updated example

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/trimet/examples/v2-bbox-wfs-gml.html

    r7506 r7515  
    2626                    strategies: [new OpenLayers.Strategy.BBOX()], 
    2727                    protocol: new OpenLayers.Protocol.WFS({ 
    28                         url:  "http://sigma.openplans.org/geoserver/wfs", 
    29                         featureType: "topp:tasmania_cities", 
     28                        url:  "http://publicus.opengeo.org/geoserver/wfs", 
     29                        featureType: "tasmania_roads", 
    3030                        featureNS: "http://www.openplans.org/topp" 
    3131                    }), 
    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                    }) 
    3336                }); 
    3437