<?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: Attr.specified is deprecated error in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593313#M55532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Daniel, &lt;BR /&gt;&lt;BR /&gt;Are you serving your page though a web server (http)? Or are you just double-clicking your html file and running locally (without a web server)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are running on a local server, however I can view it on a webpage through the index.html I create and save on the C drive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 14:55:11 GMT</pubDate>
    <dc:creator>DanielCooke</dc:creator>
    <dc:date>2014-04-23T14:55:11Z</dc:date>
    <item>
      <title>Attr.specified is deprecated error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593311#M55530</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;I am currently working on a JavaScript API that shows 4 categories using check-boxes. However when I refresh the page and inspect the element I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attr.specified is deprecated. Its value is always true. init.js:148&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Resource interpreted as Script but transferred with MIME type text/plain: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback&lt;/A&gt;&lt;SPAN&gt;". init.js:1046&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;n._attach init.js:1046&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;n init.js:1045&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c.get init.js:1414&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;s init.js:786&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e init.js:790&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A init.js:796&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d._load init.js:702&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(anonymous function) init.js:173&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;l.constructor init.js:641&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(anonymous function) init.js:104&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(anonymous function) init.js:390&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;g.forEach init.js:223&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;p.setBasemap init.js:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;p.constructor init.js:1529&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(anonymous function) init.js:104&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(anonymous function) index.html:39&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ga init.js:32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(anonymous function) init.js:32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ha init.js:32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ea init.js:32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;s init.js:34&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(anonymous function) init.js:39 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've included a attachment of the code I have in a .txt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:57:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593311#M55530</guid>
      <dc:creator>DanielCooke</dc:creator>
      <dc:date>2014-04-22T19:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attr.specified is deprecated error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593312#M55531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Daniel, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you serving your page though a web server (http)? Or are you just double-clicking your html file and running locally (without a web server)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 11:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593312#M55531</guid>
      <dc:creator>RobertoPepato</dc:creator>
      <dc:date>2014-04-23T11:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attr.specified is deprecated error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593313#M55532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Daniel, &lt;BR /&gt;&lt;BR /&gt;Are you serving your page though a web server (http)? Or are you just double-clicking your html file and running locally (without a web server)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are running on a local server, however I can view it on a webpage through the index.html I create and save on the C drive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 14:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593313#M55532</guid>
      <dc:creator>DanielCooke</dc:creator>
      <dc:date>2014-04-23T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attr.specified is deprecated error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593314#M55533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why do you add &lt;/SPAN&gt;&lt;A href="http://ho213-radell19:6080/arcgis/rest/services/dtcook13/Final/MapServer"&gt;http://ho213-radell19:6080/arcgis/rest/services/dtcook13/Final/MapServer&lt;/A&gt;&lt;SPAN&gt; as a dynamicMapServiceLayer and then give it imageParameters before adding it to the map?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593314#M55533</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-04-23T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Attr.specified is deprecated error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593315#M55534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel:&lt;BR /&gt;&lt;BR /&gt;Why do you add &lt;A href="http://ho213-radell19:6080/arcgis/rest/services/dtcook13/Final/MapServer"&gt;http://ho213-radell19:6080/arcgis/rest/services/dtcook13/Final/MapServer&lt;/A&gt; as a dynamicMapServiceLayer and then give it imageParameters before adding it to the map?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that just answered my question...thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 16:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593315#M55534</guid>
      <dc:creator>DanielCooke</dc:creator>
      <dc:date>2014-04-23T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Attr.specified is deprecated error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593316#M55535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you explain how that answered your question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 16:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593316#M55535</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-04-23T16:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Attr.specified is deprecated error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593317#M55536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you explain how that answered your question?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;looking back at my code (and code that i had continued on) it made me realize that I had called dynamicMapServiceLayer twice...thus, not allowing it to work as i want it to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 17:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attr-specified-is-deprecated-error/m-p/593317#M55536</guid>
      <dc:creator>DanielCooke</dc:creator>
      <dc:date>2014-04-23T17:46:15Z</dc:date>
    </item>
  </channel>
</rss>

