<div dir="auto"><div>Eric and list,<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 6, 2021, 10:18 Eric Sorensen <<a href="mailto:e.b.s@me.com" rel="noreferrer noreferrer" target="_blank">e.b.s@me.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have waypoints from a Garmin GPS that I import from a gpx file into a vector layer.<br>
<br>
In the gpx file, they are of the form;<br>
<br>
  <wpt lat="35.908381976187229" lon="-106.282681999728084"><br>
    <ele>2262.188964999999826</ele><br>
    <time>2021-02-05T18:03:05Z</time><br>
    <name>Park</name><br>
    <sym>Flag, Blue</sym><br>
    <type>user</type><br>
    <extensions><br>
      <gpxx:WaypointExtension><br>
        <gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode><br>
      </gpxx:WaypointExtension><br>
      <wptx1:WaypointExtension><br>
        <wptx1:DisplayMode>SymbolAndName</wptx1:DisplayMode><br>
      </wptx1:WaypointExtension><br>
      <ctx:CreationTimeExtension><br>
        <ctx:CreationTime>2021-02-05T18:03:05Z</ctx:CreationTime><br>
      </ctx:CreationTimeExtension><br>
    </extensions><br>
  </wpt><br>
<br>
<br>
They appear in the correct location in my project.  Now, I am trying to display a label at each point using rule-based labeling with the following expression;<br>
<br>
concat(name, ', ', utm($Y, $X))<br>
<br>
The labels appear as expected, except one small problem.  I know the points are in UTM zone 13S, yet the label shows zone 13N.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Your lat long 35,-106 are far west in the northern hemisphere. Therefore the UTM zone is 13N not 13S.</div><div dir="auto"><br></div><div dir="auto">This is somewhere near Memphis Tennessee if I am not wrong.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">If you're expecting -35,-106 that's somewhere out in the Pacific far west of Santiago Chile</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Any thoughts on what I am doing wrong.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Maybe you want -35,+106?</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div></div>