Hello,

I am using Mapbuilder 1.0 with Geoserver 1.6.1 and I am having a problem getting proper output from the FeatureList widget. Here is what I get:


     Feature List

gml:featureMembers

When I switch Geoserver to 1.5.3 however, I get the following output:


     Feature List

gml:coordinates         
topp:PRIMARY    
topp:SECONDARY  
topp:ID3        
topp:ID4        
topp:ZLEVEL     
topp:STREAMID   
topp:NAME       


gml:coordinates         
topp:PRIMARY    
topp:SECONDARY  
topp:ID3        
topp:ID4        
topp:ZLEVEL     
topp:STREAMID   
topp:NAME       



Here is the section out of my config.xml that uses it:

       <FeatureCollection id="featureCollection">
           <widgets>
               <GmlRendererWZ id="testGmlRenderer">
                   <htmlTagId>mainMapPane</htmlTagId>
                   <targetModel>mainMap</targetModel>
                   <mapContainerId>mainMapContainer</mapContainerId>
                   <lineColor>#FF0000</lineColor>
                   <lineWidth>3</lineWidth>
                   <pointDiameter>10</pointDiameter>
               </GmlRendererWZ>
               <FeatureList id="featureList">
               </FeatureList>
           </widgets>
<namespace>xmlns:gml='http://www.opengis.net/gml' xmlns:wfs='http://www.opengis.net/wfs' xmlns:topp='http://www.openplans.org/topp'</namespace>
       </FeatureCollection>

Is there some incompatibility? Should I be using something other than FeatureList?


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to