<?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 Automating layer creation in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/automating-layer-creation/m-p/791611#M5343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;We are trying to build a digital trail system that includes an iOS app. Right now we are stuck on getting the trails data on our system the way we want. Here's our goal&lt;/P&gt;&lt;UL style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;We want to show the trails in&amp;nbsp;a municipality&amp;nbsp;using trail layer data the municipality has on Esri&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;The trails will be shown on a map on an iOS app&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;We want to be able to show each layer in a different color&lt;/LI&gt;&lt;/UL&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;We understand that a municipality could either have a layer for each of their trails or a layer with all their trails. If it is a layer with multiple trails we want to:&lt;/P&gt;&lt;UL style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;Split the data into individual trail layers&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;(What we need help with)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;Store each individual split layer on our ArcGIS content, saving the URL to the layer on our data base&amp;nbsp;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;(What we need help with)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;display the split layer in the iOS app using the URL on our DB and assign each a color&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;Periodically check for changes in the data and run the splitting again&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;We are aware that this can be done with Python, however &lt;STRONG&gt;w&lt;/STRONG&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;e would like for these steps to happen remotely on our deployed ASP.NET back-end app, &lt;/STRONG&gt;. Of course if it is the case that the municipality have a layer per trail this is easier to work with. We want to be able handle both cases seamlessly, so regardless of what the original municipality data is like the iOS app displays the trails as individual trails.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2020 14:03:16 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-06-12T14:03:16Z</dc:date>
    <item>
      <title>Automating layer creation</title>
      <link>https://community.esri.com/t5/developers-questions/automating-layer-creation/m-p/791611#M5343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;We are trying to build a digital trail system that includes an iOS app. Right now we are stuck on getting the trails data on our system the way we want. Here's our goal&lt;/P&gt;&lt;UL style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;We want to show the trails in&amp;nbsp;a municipality&amp;nbsp;using trail layer data the municipality has on Esri&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;The trails will be shown on a map on an iOS app&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;We want to be able to show each layer in a different color&lt;/LI&gt;&lt;/UL&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;We understand that a municipality could either have a layer for each of their trails or a layer with all their trails. If it is a layer with multiple trails we want to:&lt;/P&gt;&lt;UL style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;Split the data into individual trail layers&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;(What we need help with)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;Store each individual split layer on our ArcGIS content, saving the URL to the layer on our data base&amp;nbsp;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;(What we need help with)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;display the split layer in the iOS app using the URL on our DB and assign each a color&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;Periodically check for changes in the data and run the splitting again&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;We are aware that this can be done with Python, however &lt;STRONG&gt;w&lt;/STRONG&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;e would like for these steps to happen remotely on our deployed ASP.NET back-end app, &lt;/STRONG&gt;. Of course if it is the case that the municipality have a layer per trail this is easier to work with. We want to be able handle both cases seamlessly, so regardless of what the original municipality data is like the iOS app displays the trails as individual trails.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 14:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automating-layer-creation/m-p/791611#M5343</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-06-12T14:03:16Z</dc:date>
    </item>
  </channel>
</rss>

