<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I’ll have to disagree with you Chris.  Zone 13N has a southern boarder that lies on the equator.<div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Feb 6, 2021, at 11:33 AM, chris hermansen <<a href="mailto:clhermansen@gmail.com" class="">clhermansen@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class=""><div class="">Eric and list,<br class=""><br class=""><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" class="">e.b.s@me.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="">
<br class="">
I have waypoints from a Garmin GPS that I import from a gpx file into a vector layer.<br class="">
<br class="">
In the gpx file, they are of the form;<br class="">
<br class="">
  <wpt lat="35.908381976187229" lon="-106.282681999728084"><br class="">
    <ele>2262.188964999999826</ele><br class="">
    <time>2021-02-05T18:03:05Z</time><br class="">
    <name>Park</name><br class="">
    <sym>Flag, Blue</sym><br class="">
    <type>user</type><br class="">
    <extensions><br class="">
      <gpxx:WaypointExtension><br class="">
        <gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode><br class="">
      </gpxx:WaypointExtension><br class="">
      <wptx1:WaypointExtension><br class="">
        <wptx1:DisplayMode>SymbolAndName</wptx1:DisplayMode><br class="">
      </wptx1:WaypointExtension><br class="">
      <ctx:CreationTimeExtension><br class="">
        <ctx:CreationTime>2021-02-05T18:03:05Z</ctx:CreationTime><br class="">
      </ctx:CreationTimeExtension><br class="">
    </extensions><br class="">
  </wpt><br class="">
<br class="">
<br class="">
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 class="">
<br class="">
concat(name, ', ', utm($Y, $X))<br class="">
<br class="">
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 class=""></blockquote></div></div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Your lat long 35,-106 are far west in the northern hemisphere. Therefore the UTM zone is 13N not 13S.</div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">This is somewhere near Memphis Tennessee if I am not wrong.</div><div dir="auto" class=""><br class=""></div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">If you're expecting -35,-106 that's somewhere out in the Pacific far west of Santiago Chile</div><div dir="auto" class=""><br class=""></div><div dir="auto" class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br class="">
Any thoughts on what I am doing wrong.<br class=""></blockquote></div></div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Maybe you want -35,+106?</div><div dir="auto" class=""><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>
</div></blockquote></div><br class=""></div></body></html>