<?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: Defining one-way streets for network in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1061640#M41355</link>
    <description>&lt;P&gt;I worked out what was missing, I had to then add a 'Travel Mode' and select that Restriction rule to be included. All working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 02:44:01 GMT</pubDate>
    <dc:creator>ToyotaT18</dc:creator>
    <dc:date>2021-05-26T02:44:01Z</dc:date>
    <item>
      <title>Defining one-way streets for network in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1057950#M40923</link>
      <description>&lt;P&gt;Hi, I'm trying to build a network for basic routing, and I'm having trouble defining one-way streets.&lt;/P&gt;&lt;P&gt;My streets dataset has a text field 'DIRECTION_' which stores "F" if the street only allows travel in the direction of digitzation. (It also stores "B" if travel is both ways)&lt;/P&gt;&lt;P&gt;After creating the network I go Properties -&amp;gt; Travel Attributes -&amp;gt; Restrictions -&amp;gt; New, set Usage Type = Prohibited. For the '(Against)' edge, I set Type = Field Script, and try the following:&lt;/P&gt;&lt;P&gt;**VBScript**&lt;/P&gt;&lt;P&gt;Result = restricted&lt;/P&gt;&lt;P&gt;Code Block:&lt;/P&gt;&lt;P&gt;restricted = False&lt;/P&gt;&lt;P&gt;If [DIRECTION_] = "F" Then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; restricted = True&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then build the network and try creating a route, but it always allow travel the wrong way down a one-way street.&lt;/P&gt;&lt;P&gt;Can anyone identify what I'm doing wrong? Or let me know if there's a trick to getting it to kick in?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 03:26:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1057950#M40923</guid>
      <dc:creator>ToyotaT18</dc:creator>
      <dc:date>2021-05-14T03:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Defining one-way streets for network in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1061640#M41355</link>
      <description>&lt;P&gt;I worked out what was missing, I had to then add a 'Travel Mode' and select that Restriction rule to be included. All working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 02:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1061640#M41355</guid>
      <dc:creator>ToyotaT18</dc:creator>
      <dc:date>2021-05-26T02:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Defining one-way streets for network in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1166835#M54314</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/455288"&gt;@ToyotaT18&lt;/a&gt;&amp;nbsp;thank you for your reply, this helped me! I had not seen the checkbox.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrittanyBurson_0-1650573258869.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39590i6B30FCC036F99B4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="BrittanyBurson_0-1650573258869.png" alt="BrittanyBurson_0-1650573258869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1166835#M54314</guid>
      <dc:creator>BrittanyBurson</dc:creator>
      <dc:date>2022-04-21T20:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Defining one-way streets for network in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1210299#M59608</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/455288"&gt;@ToyotaT18&lt;/a&gt;! This was extremely helpful. This is the case in ArcMap as well.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 12:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/defining-one-way-streets-for-network-in-arcgis-pro/m-p/1210299#M59608</guid>
      <dc:creator>DannySmith12</dc:creator>
      <dc:date>2022-09-07T12:39:24Z</dc:date>
    </item>
  </channel>
</rss>

