<?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: Make a Live Weblayer that automatically updates in Esri Ireland Questions</title>
    <link>https://community.esri.com/t5/esri-ireland-questions/make-a-live-weblayer-that-automatically-updates/m-p/1362422#M23</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;To create a Live Weblayer that updates automatically:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Use Dynamic Content:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Employ HTML's &amp;lt;iframe&amp;gt; tag to embed a live web page into your project. This allows real-time updates as the source page changes.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Auto-Refresh:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Incorporate JavaScript to set an automatic refresh interval for the &amp;lt;iframe&amp;gt; content. Utilize functions like setInterval() to periodically update the content.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Consider APIs:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If available, explore APIs or tools provided by the web page source that offer live updates. Integrate these directly into your web layer for seamless real-time data.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Test and Monitor:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Regularly test the live weblayer to ensure the automatic updates are functioning as intended. Monitor for any performance issues or disruptions in the update process.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you share feature classes/layers from ArcGIS Pro as web layers to ArcGIS Online, they establish a connection. Any updates made in ArcGIS Pro, akin to the dynamic combinations in "&lt;A title="micro bully" href="https://microbullyguide.com/" target="_blank" rel="noopener"&gt;micro bully&lt;/A&gt;," reflect in the web layers on ArcGIS Online. However, vice versa doesn't hold. Changes made directly in ArcGIS Online won't auto-update in ArcGIS Pro unless you refresh the connections manually or apply specific sync methodologies. For seamless bidirectional updates, consider initially creating feature classes/layers within ArcGIS Online.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Dec 2023 08:09:57 GMT</pubDate>
    <dc:creator>OliverAdam</dc:creator>
    <dc:date>2023-12-19T08:09:57Z</dc:date>
    <item>
      <title>Make a Live Weblayer that automatically updates</title>
      <link>https://community.esri.com/t5/esri-ireland-questions/make-a-live-weblayer-that-automatically-updates/m-p/798139#M5</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have recently created a data dictionary for several layers that I need to capture in the field using the ESRI Collector App, however I have created these feature classes/layers within ArcGIS Pro in a Geodatabase and not on ArcGIS Online. If I share these feature classes/layers as web layers will they automatically update on ArcGIS Online if I add new data in ArcGIS Pro and Vice Versa (Or does this mean I have to share as a web layer for every time I want to update for ArcGIS Online). Or do I need to create the feature classes/layers within ArcGIS Online before adding them to ArcGIS Pro for them to automatically update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2019 10:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-ireland-questions/make-a-live-weblayer-that-automatically-updates/m-p/798139#M5</guid>
      <dc:creator>KristoferJohnston</dc:creator>
      <dc:date>2019-10-23T10:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Make a Live Weblayer that automatically updates</title>
      <link>https://community.esri.com/t5/esri-ireland-questions/make-a-live-weblayer-that-automatically-updates/m-p/1362422#M23</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;To create a Live Weblayer that updates automatically:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Use Dynamic Content:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Employ HTML's &amp;lt;iframe&amp;gt; tag to embed a live web page into your project. This allows real-time updates as the source page changes.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Auto-Refresh:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Incorporate JavaScript to set an automatic refresh interval for the &amp;lt;iframe&amp;gt; content. Utilize functions like setInterval() to periodically update the content.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Consider APIs:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If available, explore APIs or tools provided by the web page source that offer live updates. Integrate these directly into your web layer for seamless real-time data.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Test and Monitor:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Regularly test the live weblayer to ensure the automatic updates are functioning as intended. Monitor for any performance issues or disruptions in the update process.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you share feature classes/layers from ArcGIS Pro as web layers to ArcGIS Online, they establish a connection. Any updates made in ArcGIS Pro, akin to the dynamic combinations in "&lt;A title="micro bully" href="https://microbullyguide.com/" target="_blank" rel="noopener"&gt;micro bully&lt;/A&gt;," reflect in the web layers on ArcGIS Online. However, vice versa doesn't hold. Changes made directly in ArcGIS Online won't auto-update in ArcGIS Pro unless you refresh the connections manually or apply specific sync methodologies. For seamless bidirectional updates, consider initially creating feature classes/layers within ArcGIS Online.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Dec 2023 08:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-ireland-questions/make-a-live-weblayer-that-automatically-updates/m-p/1362422#M23</guid>
      <dc:creator>OliverAdam</dc:creator>
      <dc:date>2023-12-19T08:09:57Z</dc:date>
    </item>
  </channel>
</rss>

