<?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: ExB Dev Edition Deploying Overrides Units in App in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641335#M20412</link>
    <description>&lt;P&gt;While in the Developer Edition I am accessing the draft and published item using an ArcGIS Online Account.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When deployed to a web server this is accessed publicly and anonymously by users.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To check, I updated my own user accounts' unit preferences to metric.&amp;nbsp;&lt;BR /&gt;This does seem to be stored in the user's account settings.&lt;BR /&gt;&lt;BR /&gt;But that means the SDK's unit toggle has no purpose?&lt;/P&gt;&lt;P&gt;A user's preferences override it and anonymous users do not see the widget setting either.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2025 18:41:42 GMT</pubDate>
    <dc:creator>Treavon</dc:creator>
    <dc:date>2025-08-12T18:41:42Z</dc:date>
    <item>
      <title>ExB Dev Edition Deploying Overrides Units in App</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641311#M20408</link>
      <description>&lt;P&gt;I have a local ExB Dev Edition tied to a custom routing service. The directions widget I set the units as imperial. When I download a zip and deploy it to a web server the directions widget returns routes in meters instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The imperial units do show in the draft preview and in the published item view while still using the Dev Edition before the zip is made.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a work around until the bug is addressed?&lt;BR /&gt;&lt;BR /&gt;This behavior I have seen on both 1.17 and 1.18&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 17:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641311#M20408</guid>
      <dc:creator>Treavon</dc:creator>
      <dc:date>2025-08-12T17:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: ExB Dev Edition Deploying Overrides Units in App</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641325#M20410</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574528"&gt;@Treavon&lt;/a&gt;&amp;nbsp;, Are you accessing the draft and the published item using the same user credentials? Units preferences may be stored at the org/user settings level and may affect what you see in the app. Something to double-check.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 18:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641325#M20410</guid>
      <dc:creator>AlixVezina</dc:creator>
      <dc:date>2025-08-12T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: ExB Dev Edition Deploying Overrides Units in App</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641335#M20412</link>
      <description>&lt;P&gt;While in the Developer Edition I am accessing the draft and published item using an ArcGIS Online Account.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When deployed to a web server this is accessed publicly and anonymously by users.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To check, I updated my own user accounts' unit preferences to metric.&amp;nbsp;&lt;BR /&gt;This does seem to be stored in the user's account settings.&lt;BR /&gt;&lt;BR /&gt;But that means the SDK's unit toggle has no purpose?&lt;/P&gt;&lt;P&gt;A user's preferences override it and anonymous users do not see the widget setting either.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 18:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641335#M20412</guid>
      <dc:creator>Treavon</dc:creator>
      <dc:date>2025-08-12T18:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: ExB Dev Edition Deploying Overrides Units in App</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641353#M20415</link>
      <description>&lt;P&gt;I found a solution for it. Not sure why, but on download, the widget setting for "unit" is not added to the widget's config. In the main cdn\config.json&lt;/P&gt;&lt;P&gt;Adding the line: "unit": "imperial",&lt;/P&gt;&lt;P&gt;This did the trick.&lt;/P&gt;&lt;P&gt;Example inline:&lt;/P&gt;&lt;P&gt;"widget_##":{&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;"routeConfig":{ ... },&lt;/P&gt;&lt;P&gt;"searchConfig":{ ... },&lt;/P&gt;&lt;P&gt;"unit": "imperial",&lt;/P&gt;&lt;P&gt;"enableRouteSaving": true,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;... },&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 19:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exb-dev-edition-deploying-overrides-units-in-app/m-p/1641353#M20415</guid>
      <dc:creator>Treavon</dc:creator>
      <dc:date>2025-08-12T19:08:51Z</dc:date>
    </item>
  </channel>
</rss>

