Hi Tobias,

This(image attached)?






Em 04-07-2012 10:21, Tobias Reinicke escreveu:
If you expand that "options.wfs" in the firebug console, what does the "response" tab have in it?



On 4 July 2012 10:09, Pedro Costa <pedrocostaa...@sapo.pt <mailto:pedrocostaa...@sapo.pt>> wrote:



    I forgot image....




    -------- Mensagem Original --------
    Assunto:    my vector data don't show up - wfs
    Data:       Wed, 04 Jul 2012 09:56:54 +0100
    De:         Pedro Costa <pedrocostaa...@sapo.pt>
    <mailto:pedrocostaa...@sapo.pt>
    Para:       openlayers-users@lists.osgeo.org
    <mailto:openlayers-users@lists.osgeo.org>



    Hi,

    I'm trying to add vector data to my map from geoserver but data don't
    show up.
    I tried like that:


    var wfs = new OpenLayers.Layer.Vector("Equipamentos_WFS", {
                 strategies: [new OpenLayers.Strategy.BBOX()],
                 protocol: new OpenLayers.Protocol.WFS({
                 url:"http://localhost:8080/geoserver/testes/wfs";  
<http://localhost:8080/geoserver/testes/wfs>,
                 featurePrefix:"testes",
                 featureType: "testes:equipamentos",
                 featureNS: "namespacetestes.pt  <http://namespacetestes.pt>",
                 srsName: "EPSG:900913",
                 geometryName: "the_geom",
                 version: "1.0.0"
                 })
                 });

    map.addLayer(wfs);

    I'm using only data from localhost (my computer) so i don't need proxy
    right?
    Using firebug I can see that the request is made, but returns nothing
    (image attached).

    Can anybody help me?


    Thanks








    _______________________________________________
    Users mailing list
    us...@lists.osgeo.org <mailto:us...@lists.osgeo.org>
    http://lists.osgeo.org/mailman/listinfo/openlayers-users






<<attachment: request.png>>

_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to