<?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: Selective map frame visibility in a map series in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1547919#M89094</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374676"&gt;@AubriOtis&lt;/a&gt;&amp;nbsp;I just want to say that I am also facing the same issues as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3290"&gt;@PaulLohr&lt;/a&gt;&amp;nbsp; and am also very interested in being able to automate steps 6-8 described.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In general, it would be great if map frames could have map series/page query settings applied (can be turned off/on when the map series page requires it)&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 09:31:55 GMT</pubDate>
    <dc:creator>christinebrooks</dc:creator>
    <dc:date>2024-10-11T09:31:55Z</dc:date>
    <item>
      <title>Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1335515#M73747</link>
      <description>&lt;P&gt;In Arc Pro (latest as of now, 3.1.3), within a map series, is there a method to display an inset map frame &lt;EM&gt;only if the map frame extent appears in another map frame? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;In a map series showing various school districts with board positions within a county, there is one school district with 3 board positions that covers a large rural area (about 1:150,000 in a 9.5" x 12" map frame), centering around a small town (about 1/3 square mile) cut into thirds by these 3 board positions. I would like to show an inset for this small town, about 1:24,000 in a 3" x 4" frame, but &lt;EM&gt;only for the 3 pages in the series for these 3 board positions. &lt;/EM&gt;The inset would be irrelevant for the remaining 12 pages for school districts in other parts of the county, so should not be visible for these pages.&lt;/P&gt;&lt;P&gt;I was hoping there might be some dynamic Arcade code useful in this situation, similar to dynamic table text available in a map series.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 18:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1335515#M73747</guid>
      <dc:creator>MichaelMorgan4</dc:creator>
      <dc:date>2023-10-05T18:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1335550#M73749</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;There isn't an out of the box way to do this currently in ArcGIS Pro as of version 3.1 (you can always add an idea for it on the &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/idb-p/arcgis-pro-ideas" target="_self"&gt;Ideas site&lt;/A&gt; if you'd like to see this in the future). However, it can be done via python script. This sample shows how to rearrange and add elements per page in a map series&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=82b99b5593e54e57b740e3898fb14c5f" target="_self"&gt;MapSeries_LayoutManager_Pro24&lt;/A&gt; . It could be a great place to start.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 19:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1335550#M73749</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2023-10-05T19:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1336313#M73826</link>
      <description>&lt;P&gt;I can see this working for complex map series situations, but I will go ahead and submit an idea also. This situation I am describing is something I would file as a "one-off", like a single exception to a current map series. Also, this python program solution seems to produce only one page at a time. That said, this is an impressive piece of code&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 15:44:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1336313#M73826</guid>
      <dc:creator>MichaelMorgan4</dc:creator>
      <dc:date>2023-10-09T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1537945#M88220</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374676"&gt;@AubriOtis&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;Is there a way to output an entire map book as a PDF using &lt;A href="https://www.arcgis.com/home/item.html?id=82b99b5593e54e57b740e3898fb14c5f" target="_self" rel="nofollow noopener noreferrer"&gt;MapSeries_LayoutManager_Pro24&lt;/A&gt; which abides by the viewport settings established by the script?&lt;/P&gt;&lt;P&gt;I tried exporting a PDF map series (all pages) using Share &amp;gt; Export Layer &amp;gt; Vector PDF but of course it has no logic to change the viewport settings. So the current map series page appears correct (page 9 of the PDF) but the rest are not.&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 19:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1537945#M88220</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2024-09-12T19:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1538118#M88238</link>
      <description>&lt;P&gt;If you are using the script to modify each page then you'll need to export via the script. If you try and export from the application you'll get the last edits, not unique edits for each page. Is that what you are asking about?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 02:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1538118#M88238</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2024-09-13T02:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1538210#M88244</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374676"&gt;@AubriOtis&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;Hi, Aubri. Yes, I think that is what I'm asking about.&lt;/P&gt;&lt;P&gt;I will list the steps for exporting layouts to PDF when using the &lt;EM&gt;MapSeries_LayoutManager_Pro24&lt;/EM&gt; scripts so they are clear:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Setup the Map Series.&lt;/LI&gt;&lt;LI&gt;Make the first Map Series page current.&lt;/LI&gt;&lt;LI&gt;On the layout, set the viewports, viewport extents and other layout items the way they should be.&lt;/LI&gt;&lt;LI&gt;Use the script named "2_Set Element Info" to save those settings to the table named PageLayoutElements.&lt;/LI&gt;&lt;LI&gt;Go through Steps 2-4 for each remaining Map Series pages.&lt;/LI&gt;&lt;LI&gt;Use the "1_Zoom To Page" script to make the first Map Series page current. &lt;EM&gt;Note to self: we did not use the OE Map Series control because the script will handle its function as well as its added functionality.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Use Share &amp;gt; Export Layer &amp;gt; Vector PDF to write a PDF of that first Map Series page.&lt;/LI&gt;&lt;LI&gt;To export all pages to PDF files, repeat Steps 6-7 for each remaining Map Series page.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am asking how Steps 6-8 can be automated. Perhaps there is an existing script which could be slightly modified? The Map Series I'm working with now is only 12 pages. It is not overly time consuming to export 12 PDF files. But it would take a long time if the Map Series is 50 or 100 pages.&lt;/P&gt;&lt;P&gt;Thanks for your time, Aubri.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 12:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1538210#M88244</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2024-09-13T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1547919#M89094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374676"&gt;@AubriOtis&lt;/a&gt;&amp;nbsp;I just want to say that I am also facing the same issues as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3290"&gt;@PaulLohr&lt;/a&gt;&amp;nbsp; and am also very interested in being able to automate steps 6-8 described.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In general, it would be great if map frames could have map series/page query settings applied (can be turned off/on when the map series page requires it)&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 09:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1547919#M89094</guid>
      <dc:creator>christinebrooks</dc:creator>
      <dc:date>2024-10-11T09:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selective map frame visibility in a map series</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1548179#M89112</link>
      <description>&lt;P&gt;So you can export the map series pages via python. There are code samples in the help documentation here that might be useful&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm#C_GUID-5F34FFE0-FC62-481E-B960-A7D0554B7800" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm#C_GUID-5F34FFE0-FC62-481E-B960-A7D0554B7800&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 20:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selective-map-frame-visibility-in-a-map-series/m-p/1548179#M89112</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2024-10-11T20:07:29Z</dc:date>
    </item>
  </channel>
</rss>

