<?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: VectorTileLayer identify/query in 2024? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513029#M85160</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest" target="_self"&gt;MapView.hitTest()&lt;/A&gt; to access features in a VectorTileLayer. This sample shows how to do this &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-hittest/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-hittest/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2024 16:30:06 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2024-07-31T16:30:06Z</dc:date>
    <item>
      <title>VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1512919#M85154</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;Is it possible to identify/query&amp;nbsp;VectorTileLayer in the most recent API (4.30)?&lt;/P&gt;&lt;P&gt;When I say identify/query I mean getting feature info under map cursor (coordinate).&lt;/P&gt;&lt;P&gt;I found some previous topics about this issue and answers were NO. But it is 2024 now and VectorTileLayer is not something new &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Any improvements in this area??&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 13:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1512919#M85154</guid>
      <dc:creator>D_R_</dc:creator>
      <dc:date>2024-07-31T13:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1512944#M85155</link>
      <description>&lt;P&gt;Still looks like a no, there aren't any methods on the VectorTileLayer class that do it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Probably not the answer you want, but you &lt;EM&gt;can &lt;/EM&gt;get the attribute data from a vector tile feature if you're using a different system like MapLibre, or even QGIS.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 14:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1512944#M85155</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-07-31T14:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513010#M85157</link>
      <description>&lt;P&gt;Wow.&amp;nbsp; &amp;nbsp;is this true that 'other' GIS applications can access a VectorTileLayer's attributes?&amp;nbsp; &amp;nbsp;not the native software it was created in?..yet?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 15:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513010#M85157</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2024-07-31T15:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513012#M85158</link>
      <description>&lt;P&gt;I mean, there's nothing particularly special about &lt;EM&gt;where &lt;/EM&gt;the tiles originate. Pro may generate a package with its own extension on it, but under the hood, their vector tiles are much like any other. It's the end program consuming the tiles that makes a difference.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 15:57:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513012#M85158</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-07-31T15:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513019#M85159</link>
      <description>&lt;P&gt;Oh, I found this comparison example:&amp;nbsp;&lt;A href="https://reyemtm.github.io/map-compare//?map=esri-v4" target="_blank" rel="noopener"&gt;https://reyemtm.github.io/map-compare//?map=esri-v4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may be useful for some.. It sucks that in order to "identify" feature in ArcGIS Maps SDK for JavaScript 4.30 you have to make a separate call to server despite the fact that you already have features in your web browser &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp; (Hmm.. but if tile is already cached in web browser, maybe it is not the end of the world after all?)&lt;/P&gt;&lt;P&gt;And what about feature highlighting on mouse move in&amp;nbsp;ArcGIS Maps SDK for JavaScript 4.30?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 16:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513019#M85159</guid>
      <dc:creator>D_R_</dc:creator>
      <dc:date>2024-07-31T16:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513029#M85160</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest" target="_self"&gt;MapView.hitTest()&lt;/A&gt; to access features in a VectorTileLayer. This sample shows how to do this &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-hittest/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-hittest/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 16:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513029#M85160</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2024-07-31T16:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513030#M85161</link>
      <description>&lt;P&gt;Ohhh! I was looking in the wrong spot. This is fantastic, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 16:32:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513030#M85161</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-07-31T16:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513062#M85162</link>
      <description>&lt;P&gt;sure,&amp;nbsp; hitTest.&amp;nbsp; but why?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 17:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513062#M85162</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2024-07-31T17:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513063#M85163</link>
      <description>&lt;P&gt;Thank you! Works quite well!&lt;/P&gt;&lt;P&gt;Most of graphics in 'results' [except labels-points?] don't have geometry though. Is it a limitation of hitTest() when layer is of&amp;nbsp;&lt;SPAN&gt;VectorTileLayer type?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 17:32:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1513063#M85163</guid>
      <dc:creator>D_R_</dc:creator>
      <dc:date>2024-07-31T17:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer identify/query in 2024?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1516156#M85238</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct you only get the geometries for symbol layers in the style. It is documented in the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest" target="_self"&gt;hitTest&lt;/A&gt; description.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 15:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-identify-query-in-2024/m-p/1516156#M85238</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2024-08-07T15:25:49Z</dc:date>
    </item>
  </channel>
</rss>

