<?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: how to open EXB 3D/2D map directly at location taken from the url? in Experience Builder Custom Widgets</title>
    <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1390807#M233</link>
    <description>&lt;P&gt;Great!&amp;nbsp;&lt;BR /&gt;I have been waiting for this&amp;nbsp;Viewpoint/Xmin,Ymin, Xmax, Ymax, roatation, angle, zoom level&amp;nbsp; in the URL , so we can invoke ExB and make it zoom to a specific location&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What would be awesome would be a ?&lt;STRONG&gt;find&lt;/STRONG&gt;={searchquery} which would inject the {searchquery} into the search widget so we can start ExB with a &lt;A href="https://URL:3001?find=Property1560" target="_blank" rel="noopener"&gt;https://URL:3001?&lt;STRONG&gt;find&lt;/STRONG&gt;=Property1560&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 23:09:36 GMT</pubDate>
    <dc:creator>FredericPoliart_EsriAU</dc:creator>
    <dc:date>2024-03-04T23:09:36Z</dc:date>
    <item>
      <title>how to open EXB 3D/2D map directly at location taken from the url?</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1387967#M224</link>
      <description>&lt;P&gt;I work with 3D scenes.&lt;/P&gt;&lt;P&gt;Regularly EXB opens a 3D scene at its default location.&lt;/P&gt;&lt;P&gt;Sometimes I want to append specific x,y coordinates (or specific Viewpoint) to the url which activates the EXB web app, in order that when EXB starts, it will open the scene exactly at this place.&lt;/P&gt;&lt;P&gt;I assume I'll need to copy client/dist/widgets/arcgis-map widget into "your-extensions" and I want to be sure where and how to modify the&amp;nbsp;code to get the data from the url and&amp;nbsp; open the 3D scene directly at that location.&lt;/P&gt;&lt;P&gt;(I assume that for 2D maps it will be very similar)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 12:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1387967#M224</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-02-28T12:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to open EXB 3D/2D map directly at location taken from the url?</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1388231#M225</link>
      <description>&lt;P&gt;The&amp;nbsp; Viewpoint URL parameter will be available in ExB in ArcGIS Online February release (Tomorrow, PST), and picked up by the developer edition 1.14 on March 20.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 19:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1388231#M225</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2024-02-28T19:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to open EXB 3D/2D map directly at location taken from the url?</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1388247#M226</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Am I understanding correctly that it will be able to put the whole viewpoint json in the url?&lt;/P&gt;&lt;P&gt;Question: what if I want to give in the url less data, e.g, only x, y, and camera height above ground? Or, only x and y (and let EXB put the camera automatically at some 200 meter, for example, above ground?&lt;/P&gt;&lt;P&gt;(meanwhile I am trying as I wrote above, but I have not finished yet, and I'm not sure whether I'll succeed)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 19:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1388247#M226</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-02-28T19:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to open EXB 3D/2D map directly at location taken from the url?</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1388811#M227</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/124928"&gt;@Jianxia&lt;/a&gt;&amp;nbsp;, I succeeded.&lt;/P&gt;&lt;P&gt;I copied&amp;nbsp;&lt;SPAN&gt;client/dist/widgets/arcgis-map widget&amp;nbsp;into my custom widgets folder and modified it to open the scene according to x,y in the url. I had to add dependency as in&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/failed-to-load-map/td-p/1202443" target="_blank" rel="noopener"&gt;solution-to-failed-to-load-map&lt;/A&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As I present both geographic coordinates and ITM (2039) in my custom widget coordinates (I copied esri's coordinates and modified) "on the fly" as the mouse moves, I allow inserting x,y in the url either by degrees or by ITM. by checking x,y magnitude I can tell if it's degrees or not.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 14:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1388811#M227</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-02-29T14:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to open EXB 3D/2D map directly at location taken from the url?</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1390102#M230</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/36894"&gt;@MichaelLev&lt;/a&gt;, Glad that you figure it out! You are right that Viewpoint url parameter uses the viewpoint json.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 01:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1390102#M230</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2024-03-04T01:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to open EXB 3D/2D map directly at location taken from the url?</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1390807#M233</link>
      <description>&lt;P&gt;Great!&amp;nbsp;&lt;BR /&gt;I have been waiting for this&amp;nbsp;Viewpoint/Xmin,Ymin, Xmax, Ymax, roatation, angle, zoom level&amp;nbsp; in the URL , so we can invoke ExB and make it zoom to a specific location&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What would be awesome would be a ?&lt;STRONG&gt;find&lt;/STRONG&gt;={searchquery} which would inject the {searchquery} into the search widget so we can start ExB with a &lt;A href="https://URL:3001?find=Property1560" target="_blank" rel="noopener"&gt;https://URL:3001?&lt;STRONG&gt;find&lt;/STRONG&gt;=Property1560&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 23:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1390807#M233</guid>
      <dc:creator>FredericPoliart_EsriAU</dc:creator>
      <dc:date>2024-03-04T23:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to open EXB 3D/2D map directly at location taken from the url?</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1390813#M234</link>
      <description>&lt;P&gt;See :&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm" target="_blank"&gt;https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/get-started/whats-new.htm" target="_blank"&gt;https://doc.arcgis.com/en/experience-builder/latest/get-started/whats-new.htm&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 23:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-open-exb-3d-2d-map-directly-at-location/m-p/1390813#M234</guid>
      <dc:creator>FredericPoliart_EsriAU</dc:creator>
      <dc:date>2024-03-04T23:12:51Z</dc:date>
    </item>
  </channel>
</rss>

