<?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 Create Route Tool in Location Referencing widget ? in ArcGIS Pipeline Referencing Questions</title>
    <link>https://community.esri.com/t5/arcgis-pipeline-referencing-questions/create-route-tool-in-location-referencing-widget/m-p/1584838#M162</link>
    <description>&lt;P&gt;Hello all !&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am interested to know if there is any current plan on building a tool for creating routes using the Location Referencing widget in the experience builder as a customer is interested to utilize this capability.&lt;BR /&gt;&lt;BR /&gt;As of now we do not have the tool for creating routes in the web app. Kindly suggest any workarounds if available for catering to this requirement.&lt;BR /&gt;&lt;BR /&gt;Reference:&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/pipeline-referencing/11.3/get-started/experience-builder-widgets-for-pipeline-referencing.htm" target="_blank" rel="noopener"&gt;Experience Builder widgets for ArcGIS Pipeline Referencing—ArcGIS Pipeline Referencing Server | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 11:57:16 GMT</pubDate>
    <dc:creator>Seshanth_R</dc:creator>
    <dc:date>2025-02-13T11:57:16Z</dc:date>
    <item>
      <title>Create Route Tool in Location Referencing widget ?</title>
      <link>https://community.esri.com/t5/arcgis-pipeline-referencing-questions/create-route-tool-in-location-referencing-widget/m-p/1584838#M162</link>
      <description>&lt;P&gt;Hello all !&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am interested to know if there is any current plan on building a tool for creating routes using the Location Referencing widget in the experience builder as a customer is interested to utilize this capability.&lt;BR /&gt;&lt;BR /&gt;As of now we do not have the tool for creating routes in the web app. Kindly suggest any workarounds if available for catering to this requirement.&lt;BR /&gt;&lt;BR /&gt;Reference:&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/pipeline-referencing/11.3/get-started/experience-builder-widgets-for-pipeline-referencing.htm" target="_blank" rel="noopener"&gt;Experience Builder widgets for ArcGIS Pipeline Referencing—ArcGIS Pipeline Referencing Server | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 11:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pipeline-referencing-questions/create-route-tool-in-location-referencing-widget/m-p/1584838#M162</guid>
      <dc:creator>Seshanth_R</dc:creator>
      <dc:date>2025-02-13T11:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create Route Tool in Location Referencing widget ?</title>
      <link>https://community.esri.com/t5/arcgis-pipeline-referencing-questions/create-route-tool-in-location-referencing-widget/m-p/1584869#M163</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/703281"&gt;@Seshanth_R&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The typical user needs the ArcGIS Pro app to properly process, review and edit the centerline geometry that is an input to route creation. Validating and correcting the&amp;nbsp;centerline geometry is a pre-requisite to ensure a well formed, calibrated route. This is best achieved in ArcGIS Pro, using the full editing tools, snapping, and geometry methods available. Hence, the APR Create Route tool in the Location Referencing ribbon is best suited for this workflow.&lt;/P&gt;&lt;P&gt;Having said this, majority of the APR operations leverage the services-based pattern and the REST API is well documented:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/linear-referencing-service.htm" target="_blank" rel="noopener"&gt;REST API developer guide, for services published from ArcGIS Pro&lt;/A&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically,&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/apply-edits/" target="_self"&gt;Apply Edits&lt;/A&gt;&amp;nbsp; &amp;gt; Network layer &amp;gt; createRoute&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[
  {
    "id": &amp;lt;networkLayerId&amp;gt;,
    "createRoute":
	[
	 {"centerlineObjectIds": [&amp;lt;objectId1&amp;gt;, &amp;lt;objectId2&amp;gt;, ...],
	  "flippedCenterlineObjectIds": [&amp;lt;objectId2&amp;gt;, ...],
	  "fromMeasure": &amp;lt;measure&amp;gt;,
	  "toMeasure": &amp;lt;measure&amp;gt;,
	  "attributes": 
	  {	"&amp;lt;fieldName1&amp;gt;": &amp;lt;value1&amp;gt;,
		"&amp;lt;fieldName2&amp;gt;": &amp;lt;value2&amp;gt;,
		...
      }
     }
	]
  }
 ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given the above capability, system implementers have the option to use the linear referencing REST API and create a custom widget to meet customer specific requirements.&lt;/P&gt;&lt;P&gt;LRS Event editing is already available as ExB widgets:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/experience-builder/11.3/configure-widgets/add-point-event-widget.htm" target="_blank" rel="noopener"&gt;Add Point Event&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/experience-builder/11.3/configure-widgets/add-line-event-widget.htm" target="_blank" rel="noopener"&gt;Add Line Event&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/experience-builder/11.3/configure-widgets/split-event-widget.htm" target="_blank" rel="noopener"&gt;Split Events&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/experience-builder/11.3/configure-widgets/merge-events-widget.htm" target="_blank" rel="noopener"&gt;Merge Events&lt;/A&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Recommend the customer to log an enhancement request trough their Esri Account Manager and/or at &lt;A href="https://community.esri.com/t5/arcgis-pipeline-referencing-ideas/idb-p/arcgis-pipeline-referencing-ideas" target="_self"&gt;Pipeline Referencing Ideas&lt;/A&gt;&amp;nbsp;It always helps to learn unique use cases and why the current tool capability does not meet the requirement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 22:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pipeline-referencing-questions/create-route-tool-in-location-referencing-widget/m-p/1584869#M163</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2025-02-13T22:41:42Z</dc:date>
    </item>
  </channel>
</rss>

