Hi all,<br><br>Another newbie question here. I've successfully created popups, but now I'm having trouble reading the GML attributes and formating the text. I can't seem to figure out the dom structure of the GML. <a href="http://feature.id">feature.id</a> returns OpenLayers.FeatureVector_210, which I'm pretty sure is OL's feature ID.<br>
<br>When I use this formatting the text only feature.attribures returns this "[object Object]", the others return "undefined."<br><br>"<div style='font-size:.8em'>Site_ID: " + <br>
feature.attributes.title +"<hr /><br>Locality: " + feature.attributes.title+"<br/><br>Description: " +feature.attributes+"<br/><br> This should do something else</div>",<br>
<br>here's the structure of my GML<br><br> <gml:featureMember><br> <ogr:site2000 fid="F0"><br> <ogr:geometryProperty><gml:Point srsName="EPSG:32632"><gml:coordinates>683247.00000048568,3736338.9999997145</gml:coordinates></gml:Point></ogr:geometryProperty><br>
<ogr:NEWSITE_>14811205</ogr:NEWSITE_><br> <ogr:UTM_E>683247</ogr:UTM_E><br> <ogr:UTM_N>3736339</ogr:UTM_N><br> </ogr:site2000><br> </gml:featureMember><br>
<br>Any suggestions on how to read the gml attributes, rather than OL's feature descriptions?<br><br>Sorry for the poorly articulated question.<br><br><input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML">
</div>