<?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: Map Series Extent in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1184713#M56395</link>
    <description>&lt;P&gt;Not sure if this is how you did it; I got it to work using a normal map series without ArcPy.mp (but I 100% got the idea from your solution description). I basically&amp;nbsp; just switched the roles of the 'main map' and 'inset map' and dragged the 'main map' that is the source for the map series outside the layout area so it won't export in my PDFs.&lt;BR /&gt;&lt;BR /&gt;What would normally be the inset map for say a regional overview showing where your series index item is now becomes the main map with a fixed scale set to your region bounding polygon and you change your index feature in this map by having a separate layer in its map frame that will have a page query to match the name of the map series page.&lt;BR /&gt;&lt;BR /&gt;Not sure if this will help the issue of needing to add new layers and symbology for your specific workflow, or if you can now preset it using this so non-GIS savvy users can just jump in and change index pages. It should, though, help bypass any fear of Python/programming non-savvy people have (if they have to try and use your code too) and make it a little easier to go through the process using Pro's standard UI.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2022 15:40:27 GMT</pubDate>
    <dc:creator>NSCHLAGE</dc:creator>
    <dc:date>2022-06-21T15:40:27Z</dc:date>
    <item>
      <title>Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079374#M43355</link>
      <description>&lt;P&gt;Similar to another question I have asked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to preserve the extent of a map series. I want to show my full region at the same extent for each iteration of parcels (each page) but the region keeps hopping around. Manually adjusting does not affect anything, it defaults to the original extent of that page.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 18:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079374#M43355</guid>
      <dc:creator>ElizabethWheeler</dc:creator>
      <dc:date>2021-07-15T18:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079386#M43358</link>
      <description>&lt;P&gt;Unfortunately, this is not possible using the standard Map Series. A Map Series is explicitly defined as "a series of pages that span a range of map extents".&lt;/P&gt;&lt;P&gt;To pull off an "attribute-based" series where the map stays at a fixed extent, you'll have to use the ArcPy.mp module. It's not terribly difficult, but it's also not as user-friendly as the Map Series for previewing your outputs. We actually use this method extensively, as we have a few locator maps that need to change across pages of a series, but stay at the same extent.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 19:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079386#M43358</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-07-15T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079663#M43377</link>
      <description>&lt;P&gt;You have suggested arcpy.mp before. I thought the Map Series was the way to go but I suppose I will have to embrace arcpy.mp. It's pretty daunting.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 14:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079663#M43377</guid>
      <dc:creator>ElizabethWheeler</dc:creator>
      <dc:date>2021-07-16T14:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079668#M43378</link>
      <description>&lt;P&gt;Oh! My apologies if I'm getting repetitive. Did I share any sample code in the past? If you're not changing the extent, are you changing something about the symbology or feature selection?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 14:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079668#M43378</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-07-16T14:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079670#M43379</link>
      <description>&lt;P&gt;*cough cough* &lt;FONT size="1 2 3 4 5 6 7"&gt;QGIS can do an attribute-based map series w/ a fixed extent. &lt;FONT size="4"&gt;*cough*&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 14:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079670#M43379</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-07-16T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079696#M43382</link>
      <description>&lt;P&gt;My workaround is specific to my needs, of displaying particular parcel data in our county. While I explore ArcPy.mp, I am nesting the map-series index-layer in a corner. I have a second, static map frame which at the extent I want. The down side is the user has to go into another map frame, add the layer, change the symbology. It's not automated but it removes clerical errors and I hope a little easier on the non-gis user who will have to take this over when I leave, soon.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 15:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079696#M43382</guid>
      <dc:creator>ElizabethWheeler</dc:creator>
      <dc:date>2021-07-16T15:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079697#M43383</link>
      <description>&lt;P&gt;I'm not marking this as a solution just because I don't know how to implement it to verify it as a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 15:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079697#M43383</guid>
      <dc:creator>ElizabethWheeler</dc:creator>
      <dc:date>2021-07-16T15:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079699#M43384</link>
      <description>&lt;P&gt;I don't think you did share anything but I plan to get into arcpy.mp more and soon. I am creating products that show a parcel's location in the county and the full county extent must be visible. When I select a feature from the parcel layer the map jumps around and parts of the county get cut off. I realized a work around that kind of works for me as I am not handling many "clients" at once.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 15:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079699#M43384</guid>
      <dc:creator>ElizabethWheeler</dc:creator>
      <dc:date>2021-07-16T15:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079702#M43385</link>
      <description>&lt;P&gt;Tough more time-consuming, a manual process tends to be easier to hand off to other staff who may not understand the python script.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1626450520018.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18650i208F7E39DC50E8E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1626450520018.png" alt="jcarlson_0-1626450520018.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here in Kendall County, we have change records that generate automatically whenever changes are made to the cadastre. Along the right side of the map are three inset locators. The township locator has a truly fixed extent with a changing selection, while the section and quarter-section locators have changing extents based on an intersection.&lt;/P&gt;&lt;P&gt;We do a similar process for our tax maps, too.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1626450911107.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18651i73499EFF54876F0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1626450911107.png" alt="jcarlson_1-1626450911107.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd be happy to send along the python scripts and notebook we use to do these, if that might help you.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 15:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079702#M43385</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-07-16T15:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079808#M43401</link>
      <description>&lt;P&gt;Are you talking about a reference map that shows the full extent of your system and where the current map page is centered on?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertBorchert_0-1626460730522.png" style="width: 191px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18681i6568AF1A5C6EC886/image-dimensions/191x274?v=v2" width="191" height="274" role="button" title="RobertBorchert_0-1626460730522.png" alt="RobertBorchert_0-1626460730522.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Like the inset above?&lt;/P&gt;&lt;P&gt;To do this Insert a New Map Frame into your Layout.&amp;nbsp; Add to it the features you want in the inset. Now this map series spans Minnesota, Wisconsin, North Dakota and South Dakota So to the Inset I add the state boundary as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the Display Options (second properties tab)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertBorchert_1-1626461163323.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18682iCECA11B7A420E8E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertBorchert_1-1626461163323.png" alt="RobertBorchert_1-1626461163323.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The constraint is the Map Series Polygons that will be circled in red and the State Boundary that the map series polygon fits in will be centered in the window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I the image below I selected a North Dakota grid and it swapped the Inset to North Dakota&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertBorchert_2-1626461413830.png" style="width: 264px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18686iA18299DADC73612D/image-dimensions/264x347?v=v2" width="264" height="347" role="button" title="RobertBorchert_2-1626461413830.png" alt="RobertBorchert_2-1626461413830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 18:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1079808#M43401</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2021-07-16T18:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1141619#M51109</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible you have a code sample you could share?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:36:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1141619#M51109</guid>
      <dc:creator>LauraWiggins12</dc:creator>
      <dc:date>2022-02-08T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1182922#M56183</link>
      <description>&lt;P&gt;I have come across the same problem.&amp;nbsp; My quick solution without ArcPy is to create two map frames, one is the map series that zooms into the specific feature and another map frame which has the specific feature highlighted on the map but with a static zoom (so an indicator/overview map).&amp;nbsp; Then I have moved the main map series off my layout so it is not seen in the final printed layout and used the indicator map as my main map in my layout.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 21:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1182922#M56183</guid>
      <dc:creator>karyn_rosa123</dc:creator>
      <dc:date>2022-06-14T21:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1184019#M56317</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any chance you have some example code you'd be willing to share? It'd be much appreciated.&lt;/P&gt;&lt;P&gt;Kelsey&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 19:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1184019#M56317</guid>
      <dc:creator>KelseySmuczynski</dc:creator>
      <dc:date>2022-06-17T19:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1184713#M56395</link>
      <description>&lt;P&gt;Not sure if this is how you did it; I got it to work using a normal map series without ArcPy.mp (but I 100% got the idea from your solution description). I basically&amp;nbsp; just switched the roles of the 'main map' and 'inset map' and dragged the 'main map' that is the source for the map series outside the layout area so it won't export in my PDFs.&lt;BR /&gt;&lt;BR /&gt;What would normally be the inset map for say a regional overview showing where your series index item is now becomes the main map with a fixed scale set to your region bounding polygon and you change your index feature in this map by having a separate layer in its map frame that will have a page query to match the name of the map series page.&lt;BR /&gt;&lt;BR /&gt;Not sure if this will help the issue of needing to add new layers and symbology for your specific workflow, or if you can now preset it using this so non-GIS savvy users can just jump in and change index pages. It should, though, help bypass any fear of Python/programming non-savvy people have (if they have to try and use your code too) and make it a little easier to go through the process using Pro's standard UI.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 15:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1184713#M56395</guid>
      <dc:creator>NSCHLAGE</dc:creator>
      <dc:date>2022-06-21T15:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1309142#M71168</link>
      <description>&lt;P&gt;We're trying this workaround out, thanks! Also FYI, I &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/map-series-maintain-extent-for-all-maps/idi-p/1309141" target="_self"&gt;posted a new idea&lt;/A&gt; and referenced this thread as part of it. This seems like something that would be super useful as a simple, fourth option when setting up a map series so we could specify a fixed scale AND extent.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 15:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1309142#M71168</guid>
      <dc:creator>JohnNergeBrooklynPark</dc:creator>
      <dc:date>2023-07-18T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1392963#M80022</link>
      <description>&lt;P&gt;Thanks, Robert! No python needed, folks. Not sure why this isn't flagged as the answer. Major kudos! Learn somethin' new every day&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just go into the Layout properties of your inset map (or in my case, a side panel map) and set the Display Constraint to "Fixed extent." I didn't have to specify a layer. I merely adjusted the map extent to where I wanted it beforehand, and then set the constraint afterwards.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahAWhite_0-1709852805079.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97306iC2F2B2C387512FFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahAWhite_0-1709852805079.png" alt="HannahAWhite_0-1709852805079.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, when the map series changes, the map doesn't move, but different features appear based on an attribute (forgot to mention, I also have a Page Query defined for the specific layer in the map that I want to display dynamically, based on the map series -- see below).&lt;/P&gt;&lt;P&gt;Set a Page Query on your layer and indicate what attribute needs to match the map series in order to be displayed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahAWhite_1-1709856700401.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97318i814838D60F085BDC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahAWhite_1-1709856700401.png" alt="HannahAWhite_1-1709856700401.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps someone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 00:18:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1392963#M80022</guid>
      <dc:creator>HannahAWhite</dc:creator>
      <dc:date>2024-03-08T00:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1404452#M81242</link>
      <description>&lt;P&gt;Unfortunately, the&amp;nbsp;&lt;SPAN&gt;Display Constraint "Fixed extent." is not shown, only "Map series"...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomuDeininger_0-1712051976570.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99723i3DEC590BDCE010C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RomuDeininger_0-1712051976570.png" alt="RomuDeininger_0-1712051976570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 10:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1404452#M81242</guid>
      <dc:creator>RomuDeininger</dc:creator>
      <dc:date>2024-04-02T10:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1408180#M81693</link>
      <description>&lt;P&gt;Easy way to solve this. With the Layout activated, create a new feature class (Feature Class A) that includes the attribute INDEX. Create as a rectangle to full extent of your layout frame. Then copy/paste the same rectangle to match the number of records in Feature Class B. Give each of these rectangles INDEX a name that matches Feature Class B INDEX name. Then make the map series for the mapbook at the fixed scale and center. Then you go into the properties of the feature class you actually want displayed and add in a Page Query to match the attribute as the mapbook. This keeps the extent consistent while toggling through the data you want to highlight.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 20:11:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1408180#M81693</guid>
      <dc:creator>mdk498</dc:creator>
      <dc:date>2024-04-10T20:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series Extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1633891#M97311</link>
      <description>&lt;P&gt;Hi Josh! I know this post is years old but hoping you still have the python scripts? This is the exact kind of thing I am trying to work out.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 14:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-extent/m-p/1633891#M97311</guid>
      <dc:creator>cvila</dc:creator>
      <dc:date>2025-07-17T14:18:11Z</dc:date>
    </item>
  </channel>
</rss>

