<br><br><div class="gmail_quote">2009/11/1 Eemeli Aro <span dir="ltr">&lt;<a href="mailto:eemeli@gmail.com">eemeli@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Not sure, but these might work:<br>
<br>
$FmtPV[&#39;$Latitude&#39;] = &#39;trim(reset(explode(&#39;,&#39;, @$FmtPV[&quot;\$Coord&quot;])))&#39;;<br>
$FmtPV[&#39;$Longitude&#39;] = &#39;trim(end(explode(&#39;,&#39;, @$FmtPV[&quot;\$Coord&quot;])))&#39;;<br>
<br></blockquote><div><br>Eemeli, thanks for the suggestion.  I&#39;ll have a play with that.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think it&#39;s due to the GeoRSS feed generation, which is done using<br>
the default feeds.php, which passes stuff through FmtPageName to parse<br>
page variables, which in turn won&#39;t parse page text variables. Of<br>
course the data could be stored as PTVs, with some kind of parallel<br>
interface for accessing their values via PVs, but that&#39;s liable to<br>
cause about as much work and confusion as the current (:directive:)<br>
method. This is guess, mind.<font color="#888888"><br>
</font></blockquote></div><br>I think you understand this better than me!  I wish I knew of a simpler way.<br>