You can&#39;t use &quot; &quot; as &#39;${Name}&#39; works perfectly, but &#39;${&quot;Name&quot;}&#39; does not.<br><br>So obviously &#39;${&quot;Name of fa&quot;}&#39; did not work. By the way, &#39;${Name }&#39; (with a space) did not either.<br>

<br>Jan<br><br><div class="gmail_quote">On Wed, Feb 17, 2010 at 5:53 PM, Stephen Woodbridge <span dir="ltr">&lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div class="h5">Jan Henrik Řverland wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi, displaying feature labels works fine like this:<br>
<br>
&#39;label&#39;: &#39;${Name}&#39;<br>
<br>
However, the name column in my stupid facility shapefile is called &quot;Name of fa&quot; and then the labels are displayed as ${Name of fa} in the map.<br>
I know I can just change the shapefile, but is it possible to display labels where the name column has spaces?<br>
</blockquote>
<br></div></div>
Just off the top of my head, did you try:  &#39;label: &#39;${&quot;Name of fa&quot;}&#39;<br>
<br>
-Steve<br>
</blockquote></div><br>