Usually a WFS accepts coordinate queries only in its native SRS. Try to add a <featureSRS> property to your WfsGetFeature widget, with the SRS you were using before switching to Google layers.
Regards, Andreas. On Tue, May 20, 2008 at 2:07 PM, Rosend Tombs <[EMAIL PROTECTED]> wrote: > Hi!! > > I have a project with mapbuilder rc2. When the config.xml file and the > context.xml file are normal: > > config.xml > > <Context> > .... > </Context> > > context.xml > > <ViewContext> > ... > <BoundingBox../> > ... > <LayerList> > ..... > </LayerList> > </ViewContext> > > The wfs query work fine. The information is returned and the popup is > showed. But when I changed the config.xml and context.xml for add google > layer, the information is returned but the popup is not showed and there > aren't errors. The changed that I have done are: > > config.xml > > <OwsContext> > .... > </OwsContext> > > context.xml > > <OWSContext> > ... > <ows:BoundingBox../> > ... > <ResourceList> > ..... > </ResourceList> > </OWSContext> > > I don't know why it is happened when I do this few changes. > > > Regards > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Mapbuilder-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mapbuilder-users > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
