<?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 Get MapService on Map Click Event in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717404#M66634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have task &amp;nbsp;when i click on map, &amp;nbsp;active layer information show on &amp;nbsp;popup window, it is possible with query task but i have &amp;nbsp;many map services and activate it dynamically. means whatever feature on map I want to show information when i click on feature without define map or feature service. I want to get feature on map service when click on respective feature then i want to query. is it possible ?.........Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 11:21:48 GMT</pubDate>
    <dc:creator>PrasadG</dc:creator>
    <dc:date>2017-02-23T11:21:48Z</dc:date>
    <item>
      <title>Get MapService on Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717404#M66634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have task &amp;nbsp;when i click on map, &amp;nbsp;active layer information show on &amp;nbsp;popup window, it is possible with query task but i have &amp;nbsp;many map services and activate it dynamically. means whatever feature on map I want to show information when i click on feature without define map or feature service. I want to get feature on map service when click on respective feature then i want to query. is it possible ?.........Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717404#M66634</guid>
      <dc:creator>PrasadG</dc:creator>
      <dc:date>2017-02-23T11:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get MapService on Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717405#M66635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What API version are you working with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 3.19 you can easily get the visible layers through the map objects different layer properties e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;map.layerIds or&amp;nbsp;map.graphicsLayerIds&lt;/P&gt;&lt;P&gt;Then you can check if the layer is visible, get the URL for the layer and get the layer properties as JSON through a standard request (&lt;A class="unlinked"&gt;https://[server]/arcgis/rest/services/[service]/MapServer/[layerID]/?f=pjson&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717405#M66635</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2017-02-23T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get MapService on Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717406#M66636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Prasad,&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; You could use the IdentifyTask for this if you do not want to send a query to each individual layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717406#M66636</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-23T11:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get MapService on Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717407#M66637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this discussion, which returns the map service information for layers in different services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/102605"&gt;Get an IdentifyParameter for an IdentifyTask result&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 15:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717407#M66637</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-02-23T15:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get MapService on Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717408#M66638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.... ken your code exactly match my requirement. it is very helpful for me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 11:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717408#M66638</guid>
      <dc:creator>PrasadG</dc:creator>
      <dc:date>2017-02-24T11:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get MapService on Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717409#M66639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this answered your question, please click the Mark Correct button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 16:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/get-mapservice-on-map-click-event/m-p/717409#M66639</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-02-24T16:00:40Z</dc:date>
    </item>
  </channel>
</rss>

