Hi, On 6/25/07, César <[EMAIL PROTECTED]> wrote: > How can I make a synchronous get feature petition from the WfsGetFeature > fiel? I need to obtain the xml from the server, and then modify it. So, if > the get feature petition is asynchronous, I can do it.
You might again want to read the documentation about event handlers in Mapbuilder (http://www.communitymapbuilder.org/display/MAP/Listeners+and+the+Javascript+API). You do not need an asynchronous request, you can hook your custom event handler on the loadModel event of the xml doc you are requesting. Regards, Andreas. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
