I am trying to get BOTH pixel and lat long coordinates for features
from a single query in MapServer. Doing a query for one or the other
works just fine. Combining both into a single query provides two
different results, depending upon the order of the parameters. <br>
<br>
This query:<br>
[shpxy precision=7 xf=&quot;|&quot; yf=&quot;|&quot;][shpxy proj=image precision=0 xf=&quot;|&quot; yf=&quot;|&quot;][NAME]---<br>
<br>
results in:<br>
-111.892 | 40.693 | %.0lf | %.0lf | ,576 | 12 | Salt Lake City<br>
<br>
Switching the order:<br>
[shpxy proj=image precision=0 xf=&quot;|&quot; yf=&quot;|&quot;][shpxy precision=7 xf=&quot;|&quot; yf=&quot;|&quot;][NAME]---<br>
<br>
results in a msProcessProjection() error stating the projection is not defined.<br>
<br>
Is this a bug in MapServer? Is it only possible to get a single set of coordinates out of a query?<br>
<br>
Thank you,<br>
<br>
Ian<br>