<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sort maps successively in the map frame in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1129137#M49386</link>
    <description>&lt;P&gt;All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a known issue with the sorting of map frames -&amp;nbsp;BUG-000138357 "Alphabetical sorting is not honored in the drop-down menu in the Format Map Frame pane".&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Tue, 28 Dec 2021 13:46:54 GMT</pubDate>
    <dc:creator>TomBole</dc:creator>
    <dc:date>2021-12-28T13:46:54Z</dc:date>
    <item>
      <title>sort maps successively in the map frame</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1128888#M49357</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to successively&amp;nbsp;&lt;SPAN&gt;sort maps in the map frame instead of wasting the user's time looking for the map number? Please see the shot below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30363i501E295D393D4B14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Salah&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 09:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1128888#M49357</guid>
      <dc:creator>SalahAjjur</dc:creator>
      <dc:date>2021-12-27T09:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: sort maps successively in the map frame</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1128900#M49361</link>
      <description>&lt;P&gt;The easiest way I can think of is to &lt;STRONG&gt;rename&lt;/STRONG&gt; the initial map frames (Map1-Map9) as Map01, Map02, Map03, ..., Map09.&lt;/P&gt;&lt;P&gt;This will ensure all the maps are in order in the dropdown list.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 10:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1128900#M49361</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-12-27T10:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: sort maps successively in the map frame</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1128923#M49362</link>
      <description>&lt;P&gt;Definitely the way to go. You may be able to quickly rename them all using a bit of arcpy and regex, too.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;aprx = arcpy.mp.ArcGISProject("CURRENT")

for lyt in aprx.listLayouts():
    pad_name = re.sub(r'(?&amp;lt;=Map)(?=[1-9])(?![1-9])', '0', lyt.name)
    lyt.name = pad_name&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 13:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1128923#M49362</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-12-27T13:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: sort maps successively in the map frame</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1129137#M49386</link>
      <description>&lt;P&gt;All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a known issue with the sorting of map frames -&amp;nbsp;BUG-000138357 "Alphabetical sorting is not honored in the drop-down menu in the Format Map Frame pane".&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 13:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sort-maps-successively-in-the-map-frame/m-p/1129137#M49386</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2021-12-28T13:46:54Z</dc:date>
    </item>
  </channel>
</rss>

