<?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: Creating separate layouts for a long feature passing through other features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1538745#M88294</link>
    <description>&lt;P&gt;Glad we're making progress. This next bit is trickier. Let me think on it. You can fix the scale of a map series, but that will just mean you're missing sections of your river which we don't want. I guess we're into the realms of stuff the design team didn't consider...almost like a map series within a map series?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you analyse parcel length and create a second map, layout and map series and definition query to just show those that met the criteria?&lt;/P&gt;</description>
    <pubDate>Sun, 15 Sep 2024 19:54:47 GMT</pubDate>
    <dc:creator>RichardHowe</dc:creator>
    <dc:date>2024-09-15T19:54:47Z</dc:date>
    <item>
      <title>Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537404#M88148</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need some ideas.&lt;/P&gt;&lt;P&gt;I have a river - long feature.&lt;/P&gt;&lt;P&gt;It passes through many (100s) of land parcels. River is intersected with the parcels to split it to parts per parcel.&lt;/P&gt;&lt;P&gt;I need to produce 100s of layouts at a set scale, showing the river passing through each parcel. Sometimes the parcel is long and 2+ layouts are needed to show the river in that parcel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some caveats: I need to name each layout with the parcel name (it is an attribute in parcel FC). The name must be written in a text box (think of it as title) in the layout canvas.&lt;/P&gt;&lt;P&gt;Each layout must only show the part of the river passing through it. Neighbouring parts of the river must be off.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 16:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537404#M88148</guid>
      <dc:creator>VaL</dc:creator>
      <dc:date>2024-09-11T16:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537616#M88174</link>
      <description>&lt;P&gt;Have you tried looking at creating a spatial map series?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/spatial-map-series.htm" target="_self"&gt;Introduction to spatial map series&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 05:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537616#M88174</guid>
      <dc:creator>PeterSmith3</dc:creator>
      <dc:date>2024-09-12T05:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537636#M88176</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;I was considering this spatial map series, however there is the requirement to not have the adjacent parts of the river shown in the layout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also how to get the name of the parcel to the layout title?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 07:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537636#M88176</guid>
      <dc:creator>VaL</dc:creator>
      <dc:date>2024-09-12T07:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537761#M88191</link>
      <description>&lt;P&gt;Create a new layer (just for export purposes) by clipping the river layer with the land parcels, this can become your display layer. You can then assign a page query to that layer, so that only the river section with the same name as the current map series name is displayed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can access the name of the layour page using dynamic text (example below)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;dyn type="page" property="name"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 13:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537761#M88191</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2024-09-12T13:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537762#M88192</link>
      <description>&lt;P&gt;Create a new layer (just for export purposes) by clipping the river layer with the land parcels, this can become your display layer. You can then assign a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm" target="_self"&gt;page query&lt;/A&gt; to that layer, so that only the river section with the same name as the current map series name is displayed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can access the name of the layout page using dynamic text (example below)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;dyn type="page" property="name"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 13:47:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1537762#M88192</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2024-09-12T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1538377#M88258</link>
      <description>&lt;P&gt;Thanks for the idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now the intersected rivers have the name of the parcel as attribute. Good, I can then produce the map series in the layout using this river pieces. Page query also works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing that remains is how to show the river in a parcel at a fixed scale of 2500m. Long parcels would autoset the scale to 5000-1000m.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I effect I need smaller pieces of river in any parcel so they can fit on multiple 2500 scale maps on the map series.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas, besides manually splitting the river?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 16:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1538377#M88258</guid>
      <dc:creator>VaL</dc:creator>
      <dc:date>2024-09-13T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1538745#M88294</link>
      <description>&lt;P&gt;Glad we're making progress. This next bit is trickier. Let me think on it. You can fix the scale of a map series, but that will just mean you're missing sections of your river which we don't want. I guess we're into the realms of stuff the design team didn't consider...almost like a map series within a map series?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you analyse parcel length and create a second map, layout and map series and definition query to just show those that met the criteria?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 19:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1538745#M88294</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2024-09-15T19:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating separate layouts for a long feature passing through other features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1538818#M88303</link>
      <description>&lt;P&gt;Thanks for the replay Richard.&lt;/P&gt;&lt;P&gt;I am not sure what you mean by the last sentence there.&lt;/P&gt;&lt;P&gt;Thinking about is I will need a something like strip map index features generated on the river layer with 500 m in length, but for each parcel, not for the line as a whole.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 10:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-separate-layouts-for-a-long-feature/m-p/1538818#M88303</guid>
      <dc:creator>VaL</dc:creator>
      <dc:date>2024-09-16T10:58:14Z</dc:date>
    </item>
  </channel>
</rss>

