Hello GeoExt-List,

I have a problem with Mozilla Firefox (Version 3.6.8)

I think the problem is the access to the Geoserver.

For example this piece of code with IE shows the layer, but with Firefox
not!

 

var veclayer = new OpenLayers.Layer.Vector("Selectable Features", { 

        strategies: [new OpenLayers.Strategy.BBOX()], 

        projection: new OpenLayers.Projection("EPSG:4326"), 

        protocol: new OpenLayers.Protocol.WFS({ 

                     version: "1.1.0", 

                     srsName: "EPSG:4326", 

                     url: "http://demo.opengeo.org/geoserver/wfs";, 

                     featureNS :  "http://opengeo.org";, 

                     featureType: "restricted", 

                     geometryName: "the_geom", 

                     schema:
"http://demo.opengeo.org/geoserver/wfs/DescribeFeatureType?version=1.1.0
&typename=og:restricted" 

         }) 

});  

 

Thanks for suggestions.

Lucia

 

::..Lucia Morper-Busch..::

Z_GIS - Centre for Geoinformatics | Salzburg University
Schillerstrasse 30 | 5020 Salzburg | Austria
Tel . +43 662 8044-5298| Fax +43 662 8044-5260
> www.zgis.at <http://www.zgis.at/> 

 

_______________________________________________
Dev mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/dev

Reply via email to