<?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: Indoor Viewer with Branch Versioned Data in ArcGIS Indoors Questions</title>
    <link>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1537768#M917</link>
    <description>&lt;P&gt;You may have already tested this by now but I was curious and it is possible - for each layer in the web map you need to add the &lt;EM&gt;gdbVersion&lt;/EM&gt; custom parameter with your branch version's name (as described in &lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/use-branch-version-in-map-viewer/m-p/1152685#M32697" target="_self"&gt;this thread&lt;/A&gt;) and then when you use the web map in the Indoor Viewer app the layers will be referencing your version rather than default. Sharing/saving the web map in ArcGIS Pro while switched to the version does not do the trick.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2024 14:02:00 GMT</pubDate>
    <dc:creator>AlistairM</dc:creator>
    <dc:date>2024-09-12T14:02:00Z</dc:date>
    <item>
      <title>Indoor Viewer with Branch Versioned Data</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1533376#M912</link>
      <description>&lt;P&gt;Is it possible to create an Indoor Viewer Configurable App with data from a branch version?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a facility with data that currently lives in a branch version. We do not want to move it to default yet but we would like to stand up a viewer for them to use.&amp;nbsp; Is this possible?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 14:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1533376#M912</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2024-08-30T14:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Indoor Viewer with Branch Versioned Data</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1537768#M917</link>
      <description>&lt;P&gt;You may have already tested this by now but I was curious and it is possible - for each layer in the web map you need to add the &lt;EM&gt;gdbVersion&lt;/EM&gt; custom parameter with your branch version's name (as described in &lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/use-branch-version-in-map-viewer/m-p/1152685#M32697" target="_self"&gt;this thread&lt;/A&gt;) and then when you use the web map in the Indoor Viewer app the layers will be referencing your version rather than default. Sharing/saving the web map in ArcGIS Pro while switched to the version does not do the trick.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 14:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1537768#M917</guid>
      <dc:creator>AlistairM</dc:creator>
      <dc:date>2024-09-12T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Indoor Viewer with Branch Versioned Data</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1537844#M919</link>
      <description>&lt;P&gt;Well I have learned something new today...&amp;nbsp; This did the trick!&amp;nbsp; I'm not sure I would have stumbled upon that solution.&amp;nbsp; It worked like a charm.&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Too bad that changing it in Pro doesn't port across to the Web Map.&amp;nbsp; (sigh)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 15:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1537844#M919</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2024-09-12T15:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Indoor Viewer with Branch Versioned Data</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1540410#M923</link>
      <description>&lt;P&gt;Upon further review - this solution "sort of" worked.&amp;nbsp; While it did draw the geometry from the proper version, I cannot identify any of the Units.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reviewing in DevTools, it looks like the query request being sent when a user clicks on a unit does not include the gdbVersion parameter.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Returns nothing:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;/FeatureServer/1/query?f=json&amp;amp;multipatchOption=xyFootprint&amp;amp;objectIds=56464&amp;amp;outFields=*&amp;amp;outSR=102100&amp;amp;returnZ=true&amp;amp;spatialRel=esriSpatialRelIntersects&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Returns Proper Results:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;/FeatureServer/1/query?f=json&amp;amp;multipatchOption=xyFootprint&amp;amp;objectIds=56464&amp;amp;outFields=*&amp;amp;outSR=102100&amp;amp;returnZ=true&amp;amp;spatialRel=esriSpatialRelIntersects&lt;STRONG&gt;&lt;EM&gt;&amp;amp;gdbVersion=&amp;lt;versionname&amp;gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;I'm assuming this is something hardcoded into the Indoor Viewer app and cannot be modified?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 15:01:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/indoor-viewer-with-branch-versioned-data/m-p/1540410#M923</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2024-09-19T15:01:25Z</dc:date>
    </item>
  </channel>
</rss>

