<?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 Experience Builder - Scene triggers not supported? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1022926#M1452</link>
    <description>&lt;P&gt;I would like a trigger between 2 scenes in my Experience, so that when I pan, zoom and orbit in one scene, this is reflected in the other. Currently, the pan and zoom triggers don't support this.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 10:14:09 GMT</pubDate>
    <dc:creator>David_Brooks</dc:creator>
    <dc:date>2021-02-03T10:14:09Z</dc:date>
    <item>
      <title>Experience Builder - Scene triggers not supported?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1022926#M1452</link>
      <description>&lt;P&gt;I would like a trigger between 2 scenes in my Experience, so that when I pan, zoom and orbit in one scene, this is reflected in the other. Currently, the pan and zoom triggers don't support this.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1022926#M1452</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2021-02-03T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Scene triggers not supported?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1022927#M1453</link>
      <description>&lt;P&gt;As per &lt;STRONG&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/configure-widgets/action-triggers.htm" target="_blank" rel="noopener"&gt;Add Action Triggers to Widgets - ArcGIS Experience Builder&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You want to build an app that compares two maps, two scenes, or a map and a scene, so the extents of the two Map widgets should always be synchronized. You can add an&amp;nbsp;&lt;SPAN class="uicontrol"&gt;Extent Changes&lt;/SPAN&gt;&amp;nbsp;trigger to both widgets, select the other widget as the target for each, and choose the&amp;nbsp;&lt;SPAN class="uicontrol"&gt;Pan to&lt;/SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;SPAN class="uicontrol"&gt;Zoom to&lt;/SPAN&gt;&amp;nbsp;action.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1022927#M1453</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-02-03T10:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Scene triggers not supported?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1022946#M1454</link>
      <description>&lt;P&gt;This is what I've set up, but the scenes don't sychronize. If you orbit the model and zoom in on one scene, all that happens on the other is that the map centres on the centrepoint of the other map. no zooming, no orbiting.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6228698558001w960h540r837" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6228698558001" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6228698558001w960h540r837');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6228698558001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 13:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1022946#M1454</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2021-02-03T13:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Scene triggers not supported?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1023119#M1458</link>
      <description>&lt;P&gt;The extent change trigger is based on the extent of the map. If you remove the pan to, the zoom to will zoom to and pan to the results. However, since this trigger is based on the extent it does not synchronize the viewport between the two. I think that is a great idea to support this. I will add as an idea to our feature considerations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 18:35:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1023119#M1458</guid>
      <dc:creator>DavidMartinez</dc:creator>
      <dc:date>2021-02-03T18:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Scene triggers not supported?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1028457#M1503</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Removing the pan trigger allowed the second scene to zoom correctly &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;...And yes, it would be fantastic to have the orbit functionality as a trigger as well. I would imagine this is a simple upgrade for Experience Builder? But the capability would put ESRI ahead of a lot of other 3D modelling platforms. The ability to compare 3D models with different values in 3D is a growing capability requirement. Do i need to create an ehancement request?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 12:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1028457#M1503</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2021-02-19T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Scene triggers not supported?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1029621#M1535</link>
      <description>&lt;P&gt;I actually entered one in as a couple of folks have asked me about supporting this as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 16:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1029621#M1535</guid>
      <dc:creator>DavidMartinez</dc:creator>
      <dc:date>2021-02-23T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Scene triggers not supported?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1300132#M7263</link>
      <description>&lt;P&gt;The map sync behavior has been enhanced and the Rotate &amp;amp; Tilt actions between web scenes are also supported since the recent AGOL June release.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/415930"&gt;@David_Brooks&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 08:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-scene-triggers-not-supported/m-p/1300132#M7263</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2023-06-16T08:50:09Z</dc:date>
    </item>
  </channel>
</rss>

