<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi Alanna,</p>
<p>It depends a bit on what you want to do.</p>
<p>There are map grids that you can use to label the edges of a map.</p>
<p>Or you can use a label with an expression. Here is one expression to help you get started:</p>
<p>with_variable(<br />    'mapextent',<br />    map_get(item_variables('Map1'),'map_extent'),<br />    round(x_min(@mapextent)) || ' - ' || round(x_max(@mapextent))<br />)</p>
<p>This gets the map extent of the map with the ID "Map1" (you need to set the ID accordingly). Using the item_variables() data structure you can get hold of the first map and then query one or more of the attributes of a referenced item in a layout.</p>
<p><a href="https://docs.qgis.org/3.34/en/docs/user_manual/expressions/functions_list.html#variables">https://docs.qgis.org/3.34/en/docs/user_manual/expressions/functions_list.html#variables</a> gives you a list of available variables - but it depends of the expression scope you are currently in.</p>
<p>Hope this helps you to get started.</p>
<p>Andreas</p>
<p id="reply-intro">On 2024-04-15 12:13, Alanna Mitchell via QGIS-User wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div id="replybody1">
<style type="text/css">#replybody1 P { margin-top: 0; margin-bottom: 0; }</style>
<div dir="ltr">
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;">Dear QGIS community,</div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;"> </div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;">I am attempting to get the coordinate intersects of my map corners to display in Print Layout/Composer (i.e., N and W coordinates). The exact directions were: 'For geo-referencing purposes labelled coordinate intersects should be shown in all four corners of the map'. There does not seem to be an option for this in QGIS (I have found a few in ARC). I have found dynamic text in the Print Layout (Add Items - Add Dynamic Text - Map Properties) and one can see X minimum, X maximum, Y etc. I am not sure what these are or if they are relevant to me finding the map corner coordinates.</div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;"> </div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;">I also found the plugin Map Corner coordinates. But this seems to only work for the main map viewer, and I can't get this to align exactly with my Print Layout to ensure these coordinates are exactly the same. </div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;">If there was even a mathematically method, I would be more than partial to using that even. I appreciate any and all help in these matters. Thank you in advance.</div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;"> </div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;">Kind Regards,</div>
<div class="v1elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: #000000;">Alanna</div>
</div>
</div>
<br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br />QGIS-User mailing list<br /><a href="mailto:QGIS-User@lists.osgeo.org">QGIS-User@lists.osgeo.org</a><br />List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br />Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></div>
</blockquote>
<p><br /></p>

</body></html>