<?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: // in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1260770#M80340</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp; , Is this fixed in 4.25 ?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 05:04:32 GMT</pubDate>
    <dc:creator>kaleem_anjum</dc:creator>
    <dc:date>2023-02-23T05:04:32Z</dc:date>
    <item>
      <title>//</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397714#M36656</link>
      <description />
      <pubDate>Tue, 25 May 2021 23:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397714#M36656</guid>
      <dc:creator>_____</dc:creator>
      <dc:date>2021-05-25T23:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397715#M36657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you referring to the&amp;nbsp;&lt;CODE style="color: #24292e; background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt;defaultPopupTemplateEnabled&lt;/CODE&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;property? If so, we should have this added for the MapImageLayer Sublayer at the next (4.15) release. If not, here is a simple example of setting popups on a Sublayer:&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/noash/pen/VwYBobd" title="https://codepen.io/noash/pen/VwYBobd"&gt;https://codepen.io/noash/pen/VwYBobd&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 18:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397715#M36657</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-01-15T18:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397717#M36659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;‌ this is what I am&amp;nbsp;looking to do too... Show all fields for popups for all visible layers in a map service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far examples and Documentation are hard-coding fields and schemas in to the sublayers array. Layers often to change schema. For me showing all fields and having data outweighs formatting the fields. (and which can be done from the&amp;nbsp;GIS or SQL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I understand Noah - should I just be able to take your example, add a MapImageLayer and then do&amp;nbsp;view.popup.defaultPopupTemplateEnabled = true&amp;nbsp; ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not seem to work or turn on popups.&amp;nbsp; I do note that initially this did not support Map Image Layer in the API but as you noted, it should be built in now to the API? I tried with 4.16 and even 4.17 and it did not work. Thank you for any advice!&amp;nbsp; (for reference, it works fine for featureLayers; but I was hoping&amp;nbsp;to use it on Map Image Layer).&amp;nbsp; I want it for Map Image Layer because I am hoping it will then turn popups on for any and all sublayers on the service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://codepen.io/kevinsagis/pen/QWyRBEX" title="https://codepen.io/kevinsagis/pen/QWyRBEX"&gt;https://codepen.io/kevinsagis/pen/QWyRBEX&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, I suppose I would have to loop through and gather all the sublayers to an array from the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#allSublayers" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#allSublayers"&gt;allSublayers method?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was the goal&amp;nbsp;here too I believe; for cross-reference&amp;nbsp;&lt;A href="https://community.esri.com/thread/239435"&gt;4.12 Popup changes: why? (and what now?..)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to&amp;nbsp;enable all popups from a map image layer; or as another strategy, I could add all sublayers each as a featureLayer.&amp;nbsp; However I don't think I want to go that route; much easier if it would just show all fields for all visible sublayers of a mapImage service, as &lt;SPAN&gt;"{*}" worked back in the 3.x API.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 19:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397717#M36659</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-28T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397718#M36660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;‌ I cleaned up the Pen&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/kevinsagis/pen/QWyRBEX" title="https://codepen.io/kevinsagis/pen/QWyRBEX"&gt;https://codepen.io/kevinsagis/pen/QWyRBEX&lt;/A&gt;&amp;nbsp; to illustrate this.&amp;nbsp; The default Popup works for a single featureLayer sublayer. But it does not work for a mapImage layer.&amp;nbsp; &amp;nbsp;Is this a bug or did it not get implemented yet in 4.15?&amp;nbsp; I even tried 4.17 API CDN still no dice. Thoughts? Thank you for guidance and advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397718#M36660</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-08-05T14:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397719#M36661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/83912"&gt;Kevin MacLeod&lt;/A&gt;‌, my apologies. This did not get implemented in 4.15. We had installed a fix, which I verified was working, but there were other complications, so we had to roll it back (and I forgot to update this thread). We are still working on this, and hope to have it fixed for 4.17 in October.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 18:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397719#M36661</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-08-05T18:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397720#M36662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;‌ thank you kindly for the reply. I will be happy to give it a test then; or when it is in&amp;nbsp;the Next 4.17 nightly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one of three components I'm looking for, to restore popups to their glory&amp;nbsp;in&amp;nbsp;3.x&amp;nbsp; ...&amp;nbsp; &amp;nbsp;1. Moving popups (mostly implemented&amp;nbsp;&lt;A href="https://codepen.io/kevinsagis/full/bGpdQQq" style="color: #2989c5; text-decoration: none;" title="https://codepen.io/kevinsagis/full/bGpdQQq"&gt;https://codepen.io/kevinsagis/full/bGpdQQq&lt;/A&gt;&amp;nbsp;) 2. Popups that show all fields for all visible layers&amp;nbsp; &amp;nbsp;3. List of fields to exclude will be excluded, based on matching field name of field and slicing out of array of fields to discard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great Dev Summit video on TypeScript.&amp;nbsp; I am watching.. as you say it's an adjustment.. I can see the long-term benefit though of fixing problems in TypeScript from type-safe checking vs tracking down problems at runtime in the browser.&amp;nbsp;&amp;nbsp;&lt;A href="https://codepen.io/kevinsagis/full/bGpdQQq" style="color: #2989c5; text-decoration: none;" title="https://codepen.io/kevinsagis/full/bGpdQQq"&gt;https://codepen.io/kevinsagis/full/bGpdQQq&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 19:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397720#M36662</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-08-05T19:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397721#M36663</link>
      <description>&lt;P&gt;//&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 23:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397721#M36663</guid>
      <dc:creator>_____</dc:creator>
      <dc:date>2021-05-25T23:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397722#M36664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian, thanks for checking-in. This is still a work in progress. We'll update this thread once we have an update to share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 02:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/397722#M36664</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-11-05T02:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1140228#M76247</link>
      <description>&lt;P&gt;Should the view.popup.defaultPopupTemplateEnabled = true; be working now? On 4.22? I'm using MapImageLayer and it seems that it doesn't enable default templates for all sublayers.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 11:19:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1140228#M76247</guid>
      <dc:creator>KristianTuusjärvi</dc:creator>
      <dc:date>2022-02-03T11:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: JS 4.14 - MapImageLayer sublayers default popup template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1184334#M77722</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;- Just to confirm, is this still a work in progress as of 4.23?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 15:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1184334#M77722</guid>
      <dc:creator>LukeCalladine</dc:creator>
      <dc:date>2022-06-20T15:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: //</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1184359#M77723</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/484779"&gt;@KristianTuusjärvi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/283137"&gt;@LukeCalladine&lt;/a&gt;,&amp;nbsp;yes, this is still a work in progress, and we are targeting a future release (possibly version 4.25).&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 16:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1184359#M77723</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-06-20T16:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: //</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1260770#M80340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp; , Is this fixed in 4.25 ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 05:04:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1260770#M80340</guid>
      <dc:creator>kaleem_anjum</dc:creator>
      <dc:date>2023-02-23T05:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: //</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1260858#M80352</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/634159"&gt;@kaleem_anjum&lt;/a&gt;&amp;nbsp;- unfortunately, not fixed at 4.26. There are some issues we are still tackling for this feature. I will update this thread once we have an update to share.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 13:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1260858#M80352</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2023-02-23T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: //</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1261525#M80379</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp; for your response. Is there any other approach you would like to achieve this functionality dynamically show popups for all the layers in a map service . Any suggestions is appreciated !!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 18:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unreadable-title/m-p/1261525#M80379</guid>
      <dc:creator>kaleem_anjum</dc:creator>
      <dc:date>2023-02-24T18:30:05Z</dc:date>
    </item>
  </channel>
</rss>

