<br><br><div class="gmail_quote">2009/11/1 Eemeli Aro <span dir="ltr"><<a href="mailto:eemeli@gmail.com">eemeli@gmail.com</a>></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['$Latitude'] = 'trim(reset(explode(',', @$FmtPV["\$Coord"])))';<br>
$FmtPV['$Longitude'] = 'trim(end(explode(',', @$FmtPV["\$Coord"])))';<br>
<br></blockquote><div><br>Eemeli, thanks for the suggestion. I'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'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'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'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>