Hi, I have waypoints from a Garmin GPS that I import from a gpx file into a vector layer.
In the gpx file, they are of the form; <wpt lat="35.908381976187229" lon="-106.282681999728084"> <ele>2262.188964999999826</ele> <time>2021-02-05T18:03:05Z</time> <name>Park</name> <sym>Flag, Blue</sym> <type>user</type> <extensions> <gpxx:WaypointExtension> <gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode> </gpxx:WaypointExtension> <wptx1:WaypointExtension> <wptx1:DisplayMode>SymbolAndName</wptx1:DisplayMode> </wptx1:WaypointExtension> <ctx:CreationTimeExtension> <ctx:CreationTime>2021-02-05T18:03:05Z</ctx:CreationTime> </ctx:CreationTimeExtension> </extensions> </wpt> 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; concat(name, ', ', utm($Y, $X)) The labels appear as expected, except one small problem. I know the points are in UTM zone 13S, yet the label shows zone 13N. Any thoughts on what I am doing wrong. Mac OS 10.14.6 QGIS 3.14.15-Pi Lat Lon Tools 3.5.0 Thanks, Eric _______________________________________________ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user