Dynamic Text - Lat/Long

996
2
03-23-2020 10:59 AM
DeweyEvans
New Contributor II

How do I edit my dynamic text so that the coordinates "reverse"...in this case 30.26 would be before -85.51.  See my dynamic text below as well as picture example.

<dyn type="mapFrame" name="MapFrameName" property="center" units="dd" decimalPlaces="6" showDirections="False"/>

0 Kudos
2 Replies
DeweyEvans
New Contributor II

Solution below:

<dyn type="mapFrame" name="MapFrameName" property="center.y" units="dd" decimalPlaces="6" showDirections="False"/><dyn type="mapFrame" name="MapFrameName" property="center.x" units="dd" decimalPlaces="6" showDirections="False"/>

Jon_Johnson_Sr_Forester
New Contributor

Thank you for this solution! 

I aspire to map the fires
0 Kudos