I'm not exactly sure what you are expecting. It sounds like the data you are receiving is not formatted correctly. Either: 1. Geoserver is returning your data as Text instead of GML. 2. You are receiving GML and it is being formatted, maybe by FeatureList.xsl to the format below.
Sounds like some debugging is in order. http://communitymapbuilder.org/display/MAP/Debugging 1. Put a <debug> tag in your config file. (Explained on the debug page. 2. Use firebug to see what is being posted/received from geoserver. 3. Use the geoserver demo page to build your own WFS queries and try to ensure they are the same as what Mapbuilder is producing. zirby wrote: > Thank you Cameron, > I took the wfs-t example of mapbuilder and I adapt it for my datas. BUT when > I want to getfeature I recieve this: > > sourcetext231432.95667636,153031.76351336 > 231518.37050206,153083.41161378231518.1533629,153031.76351336 > 231466.35016308,153034.86550137 231432.95667636,153067.63757178 > 231448.0484338,153083.41161378 231480.92562926,153049.44484503 > 231518.37050206,153047.42079785 > 231518.1533629,153031.763513361461666200162001B027400N000Z01 > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^" > onchange="config.objects.featureList.setAttr(config.objects.featureList,'/parsererror/sourcetext',document.getElementById('featureListid0x040db560').value);"/> > > My datas are on geoserver and It is Shapefiles. > > I don't know what it means what I have to do. > I need some help > Thanks > > > > Cameron Shorter wrote: > >> Have a look at the Tutorials. >> http://communitymapbuilder.org/display/MAP/Tutorials >> I don't think we have a specific query tutorial, but the WFS Tutorial is >> likely to be of interest. >> >> Also look at the Query button in the demo/wfs-t/index.html >> This uses WFS Query from Geoserver. >> >> zirby wrote: >> >>> Hello, I'm a new newby in mapbuilder. After a successful intallation >>> of geoserver and basic view in Mapbuilder, I'm blocked. I'm trying to >>> click on a feature and want to get some informations from the >>> associate database and in the contrary I want to zoomto a feature >>> choosing in the database. I'm sure these questions has been asked >>> before, so, can you tell me the best posted or tuto that can help me >>> in my quest. thanks. >>> ------------------------------------------------------------------------ >>> View this message in context: Newby in Mapbuilder >>> <http://www.nabble.com/Newby-in-Mapbuilder-tf4228814.html#a12030275> >>> Sent from the MapBuilder Users mailing list archive >>> <http://www.nabble.com/MapBuilder-Users-f14855.html> at Nabble.com. >>> ------------------------------------------------------------------------ >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Mapbuilder-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users >>> >>> >> -- >> Cameron Shorter >> Systems Architect, http://lisasoft.com.au >> Tel: +61 (0)2 8570 5050 >> Mob: +61 (0)419 142 254 >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Mapbuilder-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users >> >> >> > > -- Cameron Shorter Systems Architect, http://lisasoft.com.au Tel: +61 (0)2 8570 5050 Mob: +61 (0)419 142 254 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
