Hi ...

I have the same problem like Edu.
But I have also a understanding problem. What is a featureNS? Why do I need
it?

My Layerdefinition is this:

        //VECTOR LAYER
        var wfs = new OpenLayers.Layer.Vector("WFS Vector Layer", {
        strategies: [new OpenLayers.Strategy.BBOX()],
        protocol: new OpenLayers.Protocol.WFS({
            url: "http://domain.com:8080/geoserver/wfs";,
            featureType: "pcd_exportdata"
            featureNS: "http://domain.com:8080/geoserver/wfs";
        })
    });
    map.addLayer(wfs);

when I looking in the XML Response, then i can see all Point- data with all
feature.


Regards,
Robert.

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im
Auftrag von Eduardo Ramos
Gesendet: Freitag, 16. Juli 2010 18:23
An: [email protected]
Betreff: Re: [OpenLayers-Users] Working with Openlayers.Layer.Vector and WFS



I'm working with IIS 7
-- 
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Working-with-Openlayers-Layer-Vector-
and-WFS-tp5301971p5302694.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to