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

Reply via email to