<?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 Help Me Understan ArcGis in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-me-understan-arcgis/m-p/36475#M3006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; We want to use ArcGis in our application.We have some requirement where when user selects country the country should be highligthed.I should be able to display popup.&lt;/SPAN&gt;&lt;STRONG&gt;I feel this could be done using ArcGis provided there are services available&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not finding a service which suits my requirement.I just need service which will give me country name (2 letter), that is I should be able identify a country by using 2 letter world ex UK united Kingdom.When i click on country i shoud be able to get the country name clicked , also i should be able to select or highlight a country programmitically , something like dojo.byId('us) then i will get the country object or any other object then highlight it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this service available , if not is there an alternative.Can i develop my own rest service where i can fill this functionalities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have complete licence of Arcgis .ie Desktop and server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 14:17:49 GMT</pubDate>
    <dc:creator>vinayb</dc:creator>
    <dc:date>2013-08-22T14:17:49Z</dc:date>
    <item>
      <title>Help Me Understan ArcGis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-me-understan-arcgis/m-p/36475#M3006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; We want to use ArcGis in our application.We have some requirement where when user selects country the country should be highligthed.I should be able to display popup.&lt;/SPAN&gt;&lt;STRONG&gt;I feel this could be done using ArcGis provided there are services available&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not finding a service which suits my requirement.I just need service which will give me country name (2 letter), that is I should be able identify a country by using 2 letter world ex UK united Kingdom.When i click on country i shoud be able to get the country name clicked , also i should be able to select or highlight a country programmitically , something like dojo.byId('us) then i will get the country object or any other object then highlight it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this service available , if not is there an alternative.Can i develop my own rest service where i can fill this functionalities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have complete licence of Arcgis .ie Desktop and server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-me-understan-arcgis/m-p/36475#M3006</guid>
      <dc:creator>vinayb</dc:creator>
      <dc:date>2013-08-22T14:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help Me Understan ArcGis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-me-understan-arcgis/m-p/36476#M3007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;first, you'll need to find some appropriate data and publish a service in ArcGIS Server similar to &lt;/SPAN&gt;&lt;A href="http://atlasmaps.esri.com/arcgis/rest/services/NGO/HIV_Prevalence_Last_Reporting_Year/MapServer/0/query?where=1%3D1&amp;amp;text=&amp;amp;objectIds=&amp;amp;time=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;outFields=MDGName&amp;amp;returnGeometry=false&amp;amp;maxAllowableOffset=&amp;amp;geometryPrecision=&amp;amp;outSR=&amp;amp;returnIdsOnly=false&amp;amp;returnCountOnly=false&amp;amp;orderByFields=&amp;amp;groupByFieldsForStatistics=&amp;amp;outStatistics=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;gdbVersion=&amp;amp;f=html"&gt;this one&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; afterward you can either work with &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/querytask-amd.html"&gt;QueryTask&lt;/A&gt;&lt;SPAN&gt; or a &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/featurelayer-amd.html"&gt;FeatureLayer&lt;/A&gt;&lt;SPAN&gt; to interact with the service from a JavaScript application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 19:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-me-understan-arcgis/m-p/36476#M3007</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-08-23T19:55:14Z</dc:date>
    </item>
  </channel>
</rss>

