I have this very simple script to define a single pt, and create a feature layer. The featurelayer is displayed on the map and it is listed under the layer list. The infotemplate works too. But the AT just displays the field names but not the values. I know it is something very simple to fix, but I need a fresh pair of eyes to take a look to see what I am missing. THanks.
<SPAN class="keyword token">var</SPAN> layerDefinitionPts <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">{</SPAN>
<SPAN class="string token">"geometryType"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"esriGeometryPoint"</SPAN><SPAN class="punctuation token">,</SPAN>
<SPAN class="string token">"fields"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">[</SPAN><SPAN class="punctuation token">{</SPAN>
name<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"ObjectID"</SPAN><SPAN class="punctuation token">,</SPAN>
type<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"esriFieldTypeOID"</SPAN>
<SPAN