<?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: Constant extent with Data Driven Pages [fixed] in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89736#M1053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A little late to the party, but here all the same. &lt;BR /&gt;&lt;BR /&gt;The solution is to have two data frames.&lt;BR /&gt;The DF that has the data drive pages will be 'off screen' and DF that has the static extent will be on screen.&lt;BR /&gt;&lt;BR /&gt;Screen shot attached.&lt;BR /&gt;[ATTACH=CONFIG]28340[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for this idea.&amp;nbsp; I never would've thought of using a page definition query across data frames.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 21:13:48 GMT</pubDate>
    <dc:creator>TrishRice</dc:creator>
    <dc:date>2013-10-22T21:13:48Z</dc:date>
    <item>
      <title>Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89729#M1046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: zorbac&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wondering if there is a way to make the extent remain the same, even if the index layer extent varies. I'd like to do an atlas with one page for each bus route that intersects a study area. So, the index layer is based on the bus routes (each feature is equal to the envelope defined by a given route) For each page of the atlas I want the extent to remain unchanged (showing entire study area). Then I can use the "page definition query" settings to query the bus routes layer such that the corresponding bus route is shown on the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One solution is to create an index grid with a bunch of stacked polygons each equal to the same extent and populate an attribute with the route numbers. If I have to I'll do this, but I thought I would check if there is a better way. I believe this would be a nice enhancement. You could easily do atlases that compare multiple themes of data for the same area or temporal maps of the same area, etc...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 20:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89729#M1046</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-03-14T20:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89730#M1047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Data Driven Pages were not designed for this purpose.&amp;nbsp; I personally would not use DDP and would script it using arcpy.mapping but your solution to create stacked index polygons for each route should work.&amp;nbsp; It is very difficult to manage overlapping polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With arcpy.mapping you can simply iterate through each layer and set the definition query and then ExportToPDF before setting the next query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 13:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89730#M1047</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2011-03-15T13:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89731#M1048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: zorbac&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply Jeff. I'll look into the arcpy option. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 14:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89731#M1048</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-03-15T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages [fixed]</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89732#M1049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A little late to the party, but here all the same. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution is to have two data frames.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The DF that has the data drive pages will be 'off screen' and DF that has the static extent will be on screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Screen shot attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]28340[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 13:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89732#M1049</guid>
      <dc:creator>AndrewMoffitt</dc:creator>
      <dc:date>2013-10-15T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89733#M1050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rborchert&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very easy. And there are 2 simple ways to accomplish this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First determine the extent or scale you want to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create your data driven pages.&amp;nbsp; Set you DDP in the Definition Tab.&amp;nbsp; then select the Extent Tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the extent tab select Center and Maintain Current Scale.&amp;nbsp; so whatever you set your scale to before you start to export the DDP it will make maps centered on the polygon or point feature all at the same scale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Method 2 is less fraught with possibilities for error. Below the Center and Maintain Current Scale selection is a choice for Data Driven Scale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First create an attribute for your DDP feature with the scale at which you wish to generate your pages.&amp;nbsp; This attribute will have to be a number attribute (double or Long Integer)&amp;nbsp; .You can put in a scale for your index layer as well that will be different.&amp;nbsp; so if you want 1:24,000 enter 24000 in the scale attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when you export your pages they will all be at the scale value you enter into the scale attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Wondering if there is a way to make the extent remain the same, even if the index layer extent varies. I'd like to do an atlas with one page for each bus route that intersects a study area. So, the index layer is based on the bus routes (each feature is equal to the envelope defined by a given route) For each page of the atlas I want the extent to remain unchanged (showing entire study area). Then I can use the "page definition query" settings to query the bus routes layer such that the corresponding bus route is shown on the map. &lt;BR /&gt;&lt;BR /&gt;One solution is to create an index grid with a bunch of stacked polygons each equal to the same extent and populate an attribute with the route numbers. If I have to I'll do this, but I thought I would check if there is a better way. I believe this would be a nice enhancement. You could easily do atlases that compare multiple themes of data for the same area or temporal maps of the same area, etc...&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89733#M1050</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-15T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89734#M1051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh and then have your second data frame referenced to your main frame. as another poster recommended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is very easy. And there are 2 simple ways to accomplish this.&lt;BR /&gt;&lt;BR /&gt;First determine the extent or scale you want to use.&lt;BR /&gt;&lt;BR /&gt;Create your data driven pages.&amp;nbsp; Set you DDP in the Definition Tab.&amp;nbsp; then select the Extent Tab.&lt;BR /&gt;&lt;BR /&gt;In the extent tab select Center and Maintain Current Scale.&amp;nbsp; so whatever you set your scale to before you start to export the DDP it will make maps centered on the polygon or point feature all at the same scale.&lt;BR /&gt;&lt;BR /&gt;Method 2 is less fraught with possibilities for error. Below the Center and Maintain Current Scale selection is a choice for Data Driven Scale.&lt;BR /&gt;&lt;BR /&gt;First create an attribute for your DDP feature with the scale at which you wish to generate your pages.&amp;nbsp; This attribute will have to be a number attribute (double or Long Integer)&amp;nbsp; .You can put in a scale for your index layer as well that will be different.&amp;nbsp; so if you want 1:24,000 enter 24000 in the scale attribute.&lt;BR /&gt;&lt;BR /&gt;Now when you export your pages they will all be at the scale value you enter into the scale attribute.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89734#M1051</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-10-15T15:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89735#M1052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: drewskey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The data frame will still pan around with those methods.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89735#M1052</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-15T15:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages [fixed]</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89736#M1053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A little late to the party, but here all the same. &lt;BR /&gt;&lt;BR /&gt;The solution is to have two data frames.&lt;BR /&gt;The DF that has the data drive pages will be 'off screen' and DF that has the static extent will be on screen.&lt;BR /&gt;&lt;BR /&gt;Screen shot attached.&lt;BR /&gt;[ATTACH=CONFIG]28340[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for this idea.&amp;nbsp; I never would've thought of using a page definition query across data frames.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 21:13:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89736#M1053</guid>
      <dc:creator>TrishRice</dc:creator>
      <dc:date>2013-10-22T21:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89737#M1054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: msayler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Data Driven Pages were not designed for this purpose.&amp;nbsp; I personally would not use DDP and would script it using arcpy.mapping but your solution to create stacked index polygons for each route should work.&amp;nbsp; It is very difficult to manage overlapping polygons.&lt;BR /&gt;&lt;BR /&gt;With arcpy.mapping you can simply iterate through each layer and set the definition query and then ExportToPDF before setting the next query.&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd go with this. You could still drive it off a table if you want to store bits of info about the individual pages somewhere other than the code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 19:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89737#M1054</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-23T19:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89738#M1055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A series of map at the same extent each showing a different feature in a feature class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is some code that will produce a new map for each water sample sites. Each output map is the same extent and only one sample site appears on each output map.&amp;nbsp; Each output map has the title changed based on an attribute and each output map is named after the attribute as well.&amp;nbsp; It would be easy to code this for pdf.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The (ham-fisted) code would require some changes...a valid path to your mxd, "WaterSampleSiteMaster" (line 10) is the feature layer in my mxd and SiteID (line 13 and elsewhere) is an attribute in the Water sample site feature class that is used to label the map outputs and the map title.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;try:
&amp;nbsp;&amp;nbsp;&amp;nbsp; import arcpy, sys, traceback
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Working..."
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; mxdPath = r"Z:\GISpublic\GerryG\WaterResources\WaterSampleSiteAutoMap\WaterSampleSiteAutoMap22.mxd"
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; mxd = arcpy.mapping.MapDocument(mxdPath)
&amp;nbsp;&amp;nbsp;&amp;nbsp; df = arcpy.mapping.ListDataFrames(mxd)[0]
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; lyr = arcpy.mapping.ListLayers(mxd, "WaterSampleSiteMaster", df)[0]
&amp;nbsp;&amp;nbsp;&amp;nbsp; print lyr.dataSource
&amp;nbsp;&amp;nbsp;&amp;nbsp; theAttribute = "SiteID"
&amp;nbsp;&amp;nbsp;&amp;nbsp; #GetAListOfEachAttribute
&amp;nbsp;&amp;nbsp;&amp;nbsp; listOfAttributes = []
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Start cursor"
&amp;nbsp;&amp;nbsp;&amp;nbsp; rows = arcpy.SearchCursor(lyr.dataSource)
&amp;nbsp;&amp;nbsp;&amp;nbsp; for row in rows:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; listOfAttributes.append(row.getValue(theAttribute))
&amp;nbsp;&amp;nbsp;&amp;nbsp; for elm in arcpy.mapping.ListLayoutElements(mxd, "TEXT_ELEMENT"):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if elm.name == 'gbglabeler':
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; elm = elm
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break
&amp;nbsp;&amp;nbsp;&amp;nbsp; for item in listOfAttributes:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GBGquery = '"SiteID" =' + '\''+ item + '\''
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print&amp;nbsp; "Working on: ",item
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print GBGquery
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lyr.definitionQuery = GBGquery
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; elm.text = "Site: " + item
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outputjpg = "Z:\GISpublic\GerryG\WaterResources\WaterSampleSiteAutoMap\SiteMaps\\" + item + ".jpg"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.RefreshActiveView()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.mapping.ExportToJPEG (mxd, outputjpg)
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "done"
except arcpy.ExecuteError: 
&amp;nbsp;&amp;nbsp;&amp;nbsp; msgs = arcpy.GetMessages(2) 
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.AddError(msgs)&amp;nbsp; 
#If the error is with the script, or with python, find error and report it to the screen...
except:
&amp;nbsp;&amp;nbsp;&amp;nbsp; tb = sys.exc_info()[2]
&amp;nbsp;&amp;nbsp;&amp;nbsp; tbinfo = traceback.format_tb(tb)[0]
&amp;nbsp;&amp;nbsp;&amp;nbsp; pymsg = "PYTHON ERRORS:\nTraceback info:\n" + tbinfo + "\nError Info:\n" + str(sys.exc_info()[1])
&amp;nbsp;&amp;nbsp;&amp;nbsp; msgs = "ArcPy ERRORS:\n" + arcpy.GetMessages(2) + "\n"
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.AddError(pymsg)
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.AddError(msgs)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89738#M1055</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2021-12-10T23:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89739#M1056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too would like to be able to maintain the same extent for DDP. All that is needed is to add an additional option on the "Extent" tab which says "Keep current extent".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 11:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89739#M1056</guid>
      <dc:creator>ChrisHills</dc:creator>
      <dc:date>2015-03-27T11:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89740#M1057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a simple way to achieve DDP where the extent of the maps remains exactly the same: &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Find the centroid of the extent you want (e.g. find the centroid x and y field values using Calculate Geometry on a polygon you want to centre your DDP maps on) and put a point there&lt;/LI&gt;&lt;LI&gt;Run Feature to Point on the polygons you want to base your DDP attributes on* (only works with ArcGIS Advanced Licences. You can work around this step, see below)&lt;/LI&gt;&lt;LI&gt;Edit the points and move and snap them to your original polygon's centroid location&lt;/LI&gt;&lt;LI&gt;Set your mxd's extent to the one you want (centered on the point from Step 1)&lt;/LI&gt;&lt;LI&gt;Run the DDP tool but have the F2P Point fc as the DDP Layer.&lt;/LI&gt;&lt;LI&gt;Set your DDP tool Extent tab to Center and Maintain Current Scale&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*If you don't have an ArcGIS Advanced Licence:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In your DDP polygons: &lt;SPAN style="line-height: 1.5;"&gt;in the attribute table, add X and Y fields and calculate the x and y centroid field values using Calculate Geometry&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5;"&gt;Export the attribute table to CSV&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5;"&gt;Add X/Y points from the CSV table&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5;"&gt;Convert X/Y Points to an Geodatabase FC&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5;"&gt;Edit the X/Y Point fc and snap them to the DDP centroid point&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 00:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89740#M1057</guid>
      <dc:creator>MatissValdmanis1</dc:creator>
      <dc:date>2015-11-10T00:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Constant extent with Data Driven Pages</title>
      <link>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89741#M1058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You, my friend, are a genius.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:37:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/constant-extent-with-data-driven-pages/m-p/89741#M1058</guid>
      <dc:creator>ScottSambell2</dc:creator>
      <dc:date>2018-01-31T09:37:05Z</dc:date>
    </item>
  </channel>
</rss>

