<?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 Route layers using XY instead of M values? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/route-layers-using-xy-instead-of-m-values/m-p/1162256#M43973</link>
    <description>&lt;P&gt;Is is possible to create route layers where the measurements are based in XY instead of in M-values?&lt;/P&gt;&lt;P&gt;That is, can I create a route layer in which I don't have to recalculate the M-values each time the geometry changes?&lt;/P&gt;&lt;P&gt;My use case is to describe a growing dataset of trails and their infrastructure (some trails are paved for a few hundred feet, others have railings, etc) without having to see a billion little trail segments.&lt;/P&gt;&lt;P&gt;Route Layers are the closest thing I've found to what I want, where those attributes are decided in tables that I don't really have to see. Unfortunately, since this dataset of trails is going to grow, and the trails themselves are going to change length with some frequency, having those attributes tied to arbitrary measures isn't ideal; I don't want to have to recalculate the length every time.&lt;/P&gt;&lt;P&gt;Is it possible to have the route layer functionality without relying on M-values, or is there a better tool I could use?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2022 18:53:03 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2022-04-07T18:53:03Z</dc:date>
    <item>
      <title>Route layers using XY instead of M values?</title>
      <link>https://community.esri.com/t5/data-management-questions/route-layers-using-xy-instead-of-m-values/m-p/1162256#M43973</link>
      <description>&lt;P&gt;Is is possible to create route layers where the measurements are based in XY instead of in M-values?&lt;/P&gt;&lt;P&gt;That is, can I create a route layer in which I don't have to recalculate the M-values each time the geometry changes?&lt;/P&gt;&lt;P&gt;My use case is to describe a growing dataset of trails and their infrastructure (some trails are paved for a few hundred feet, others have railings, etc) without having to see a billion little trail segments.&lt;/P&gt;&lt;P&gt;Route Layers are the closest thing I've found to what I want, where those attributes are decided in tables that I don't really have to see. Unfortunately, since this dataset of trails is going to grow, and the trails themselves are going to change length with some frequency, having those attributes tied to arbitrary measures isn't ideal; I don't want to have to recalculate the length every time.&lt;/P&gt;&lt;P&gt;Is it possible to have the route layer functionality without relying on M-values, or is there a better tool I could use?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 18:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/route-layers-using-xy-instead-of-m-values/m-p/1162256#M43973</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-04-07T18:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Route layers using XY instead of M values?</title>
      <link>https://community.esri.com/t5/data-management-questions/route-layers-using-xy-instead-of-m-values/m-p/1162376#M43974</link>
      <description>&lt;P&gt;I’ve been asking this same question for the last 10 years. No one seems to understand…just let me base my road events on the length of the line. Why do I need to redefine the M-values via the&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/set-m-values-as-distance-multipart-m-values-are/m-p/1155710#M53049" target="_self"&gt;Set as distance tool&lt;/A&gt;&amp;nbsp; every time a feature is edited?&lt;/P&gt;&lt;P&gt;I only recently developed a way to automatically redefine M-values (when a geometry is edited):&lt;BR /&gt;&amp;nbsp;- Arcade attribute rule: &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcade-code-review-set-polyline-m-values-to/m-p/1157702/highlight/true#M53244" target="_self"&gt;Set polyline M-values to cumulative length of line&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;- PL/SQL (could be used in a Oracle db trigger):&amp;nbsp;&lt;A href="https://community.oracle.com/tech/developers/discussion/comment/16831040/#Comment_16831040" target="_self"&gt;Update polyline vertices with cumulative length of line&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But we shouldn't need to write custom tooling for that. We should have the option to do that OOTB...right in the FC properties.&lt;/P&gt;&lt;P&gt;Related:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/automatically-set-m-values-to-cumulative-length-of/idi-p/1162384/jump-to/first-unread-message" target="_self"&gt;Automatically set M-values to cumulative length of line (after edits)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/length-based-linear-referencing-event-layer/idc-p/1271193#M23972" target="_self"&gt;Length-based linear referencing event layer&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://gis.stackexchange.com/questions/428365/find-polyline-vertices-where-m-value-is-not-cumulative-length" target="_self" rel="nofollow noopener noreferrer"&gt;Find polyline vertices where M-value is not cumulative length&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/get-sum-of-m-values-using-sql/td-p/1162462" target="_self"&gt;Get sum of M-values using SQL&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 23 Mar 2023 22:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/route-layers-using-xy-instead-of-m-values/m-p/1162376#M43974</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-03-23T22:34:31Z</dc:date>
    </item>
  </channel>
</rss>

