<?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: Select with Feature Layer issue in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154684#M14400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that was the issue.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the chrome developer tools I can see that the POST to the proxy page is successful.&amp;nbsp; And (even better) the example works on our server!&amp;nbsp; I can see all the dots display just like it should.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there still are some GET requests that aren't working (though they don�??t seem to be affecting performance at all).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These are the errors I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;XMLHttpRequest cannot load &lt;A href="http://services.arcgisonline.com/ArcGIS/rest/info?f=json"&gt;http://services.arcgisonline.com/ArcGIS/rest/info?f=json&lt;/A&gt;. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'my server' is therefore not allowed access. &lt;BR /&gt;XMLHttpRequest cannot load &lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/info?f=json"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/info?f=json&lt;/A&gt;. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'my server' is therefore not allowed access. &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don�??t really understand why I these errors appear.&amp;nbsp; This is what my serverUrls array looks like in my proxy page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; $serverUrls = array(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;', 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;', 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1a.arcgisonline.com/arcgisoutput/" rel="nofollow" target="_blank"&gt;http://sampleserver1a.arcgisonline.com/arcgisoutput/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1b.arcgisonline.com/arcgisoutput/" rel="nofollow" target="_blank"&gt;http://sampleserver1b.arcgisonline.com/arcgisoutput/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1c.arcgisonline.com/arcgisoutput/" rel="nofollow" target="_blank"&gt;http://sampleserver1c.arcgisonline.com/arcgisoutput/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tasks.arcgisonline.com/ArcGIS/rest/" rel="nofollow" target="_blank"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jfedor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 14:51:45 GMT</pubDate>
    <dc:creator>JosephFedor</dc:creator>
    <dc:date>2014-01-15T14:51:45Z</dc:date>
    <item>
      <title>Select with Feature Layer issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154680#M14396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I???m brand new at developing with dojo and ArcGIS, so bear with me.&amp;nbsp; But I am sure enjoying what I am learning so far!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked through some other posts; but didn???t find someone with exactly the same issue I???ve had.&amp;nbsp; I???ve been attempting to create a project very similar to the ???Select with Feature Layer??? example in the Samples (under ???Query and Select???).&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I click on the ???View Live Sample??? link for this example, it works as expected.&amp;nbsp;&amp;nbsp; I can click on the map, and a circle is drawn.&amp;nbsp; Then within the circle???s radius little pink dots appear for the different lots.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After I tried it online, I downloaded the source code; and attempted to run the web page on my own box, and then from our server.&amp;nbsp; But in both cases the result was the same:&amp;nbsp; I could click on the map, and the circle was drawn, but no pink dots appeared inside of it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought I would also try using ???Explore in the sandbox???.&amp;nbsp; But I experienced the very same problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What could I be missing?&amp;nbsp; Do I need to have my own copy of a certain file with the data for the pink dots?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jfedor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 15:11:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154680#M14396</guid>
      <dc:creator>JosephFedor</dc:creator>
      <dc:date>2013-12-31T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select with Feature Layer issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154681#M14397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you set up a &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html" rel="nofollow noopener noreferrer" target="_blank"&gt;proxy page&lt;/A&gt;&lt;SPAN&gt;? If you examine the code, it contains this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // use a proxy page if a URL generated by this page is greater than 2000 characters
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // using a polygon (the buffer returned from the geometry service) as a query geometry
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // will generate a long url as all vertexes from the geometry are sent to the service as 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // part of the URL
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // if proxyUrl is null or undefined the featureLayer.selectFeatures call will not work
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esriConfig.defaults.io.proxyUrl = "/proxy";&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154681#M14397</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-12-11T08:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select with Feature Layer issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154682#M14398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for responding so soon to my question.&amp;nbsp; Sorry I haven�??t replied sooner.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don�??t have a proxy page set up; I think that�??s my problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I attempted to add it but it�??s not working.&amp;nbsp; So I�??ve been doing some debugging (with firebug and chrome tools) and I�??m getting a couple errors.&amp;nbsp; When I first load up the page I get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
XMLHttpRequest cannot load http://services.arcgisonline.com/ArcGIS/rest/info?f=json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://inside_web' is therefore not allowed access. featureLayer.html:1
XMLHttpRequest cannot load http://sampleserver1.arcgisonline.com/ArcGIS/rest/info?f=json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://inside_web' is therefore not allowed access. featureLayer.html:1
XMLHttpRequest cannot load http://tasks.arcgisonline.com/ArcGIS/rest/info?f=json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://inside_web' is therefore not allowed access. featureLayer.html:1
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it may be related to the proxy page.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then when I click on the map I get the error (described at the end of:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html&lt;/A&gt;&lt;SPAN&gt;). Except it�??s not a 404 not found error.&amp;nbsp; It�??s a 500 error that looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
r {stack: "Error: Unable to load proxy.php?http://sampleserve�?�uest.e (http://js.arcgis.com/3.8/init.js:160:133)", message: "Unable to load proxy.php?http://sampleserver1.arcg�?�ics/ESRI_Census_USA/MapServer/0/query status: 500", response: Object, status: 500, responseText: "cURL extension for PHP is not loaded! &amp;lt;br/&amp;gt; Add th�?�tion&amp;amp;gt;/ext&amp;amp;quot; &amp;lt;br/&amp;gt; extension = php_curl.dll"�?�}
_ssl: undefined
log: undefined
message: "Unable to load proxy.php?http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0/query status: 500"
response: Object
responseText: "cURL extension for PHP is not loaded! &amp;lt;br/&amp;gt; Add the following lines to your php.ini file: &amp;lt;br/&amp;gt; extension_dir = &amp;amp;quot;&amp;amp;lt;your-php-install-location&amp;amp;gt;/ext&amp;amp;quot; &amp;lt;br/&amp;gt; extension = php_curl.dll"
stack: "Error: Unable to load proxy.php?http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0/query status: 500�?�&amp;nbsp;&amp;nbsp;&amp;nbsp; at Error (&amp;lt;anonymous&amp;gt;)�?�&amp;nbsp;&amp;nbsp;&amp;nbsp; at new r (http://js.arcgis.com/3.8/init.js:221:367)�?�&amp;nbsp;&amp;nbsp;&amp;nbsp; at r [as handleResponse] (http://js.arcgis.com/3.8/init.js:156:280)�?�&amp;nbsp;&amp;nbsp;&amp;nbsp; at XMLHttpRequest.e (http://js.arcgis.com/3.8/init.js:160:133)"
status: 500
xhr: XMLHttpRequest
__proto__: a
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, that�??s where I�??m stuck at now.&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jfedor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154682#M14398</guid>
      <dc:creator>JosephFedor</dc:creator>
      <dc:date>2021-12-11T08:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select with Feature Layer issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154683#M14399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your proxy error says that your curl extension for PHP is not enabled (curl is a library used for making http requests). To enable it, you simply need to uncomment "extension=php_curl.dll" (removing the ";" in the beginning) line in your php.ini file which is located in your PHP directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, remember to edit your proxy.php file and add approporiate hosts to the $serverUrls array or set the $mustMatch variable to false (not recommended).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 05:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154683#M14399</guid>
      <dc:creator>JakubMalec</dc:creator>
      <dc:date>2014-01-14T05:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select with Feature Layer issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154684#M14400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that was the issue.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the chrome developer tools I can see that the POST to the proxy page is successful.&amp;nbsp; And (even better) the example works on our server!&amp;nbsp; I can see all the dots display just like it should.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there still are some GET requests that aren't working (though they don�??t seem to be affecting performance at all).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These are the errors I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;XMLHttpRequest cannot load &lt;A href="http://services.arcgisonline.com/ArcGIS/rest/info?f=json"&gt;http://services.arcgisonline.com/ArcGIS/rest/info?f=json&lt;/A&gt;. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'my server' is therefore not allowed access. &lt;BR /&gt;XMLHttpRequest cannot load &lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/info?f=json"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/info?f=json&lt;/A&gt;. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'my server' is therefore not allowed access. &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don�??t really understand why I these errors appear.&amp;nbsp; This is what my serverUrls array looks like in my proxy page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; $serverUrls = array(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;', 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;', 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1a.arcgisonline.com/arcgisoutput/" rel="nofollow" target="_blank"&gt;http://sampleserver1a.arcgisonline.com/arcgisoutput/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1b.arcgisonline.com/arcgisoutput/" rel="nofollow" target="_blank"&gt;http://sampleserver1b.arcgisonline.com/arcgisoutput/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1c.arcgisonline.com/arcgisoutput/" rel="nofollow" target="_blank"&gt;http://sampleserver1c.arcgisonline.com/arcgisoutput/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; array( 'url' =&amp;gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tasks.arcgisonline.com/ArcGIS/rest/" rel="nofollow" target="_blank"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/&lt;/A&gt;&lt;SPAN&gt;',&amp;nbsp;&amp;nbsp;&amp;nbsp; 'matchAll' =&amp;gt; true, 'token' =&amp;gt; '' )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jfedor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/select-with-feature-layer-issue/m-p/154684#M14400</guid>
      <dc:creator>JosephFedor</dc:creator>
      <dc:date>2014-01-15T14:51:45Z</dc:date>
    </item>
  </channel>
</rss>

