<?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: Web Applicaton using data from a Google Fusion Table in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466763#M43268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since web development is pretty new to me, it took me a lot of trial and error and searching the internet to get it to work.&amp;nbsp; And I was getting different results with the different templates.&amp;nbsp; Using an old Map Gallery Template I got it to work with just setting up the proxy.&amp;nbsp; But with the Basic Viewer Template I was getting this error,&amp;nbsp;&amp;nbsp; Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers.&amp;nbsp; So I searched and found info here&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/12409600/error-request-header-field-content-type-is-not-allowed-by-access-control-allow"&gt;http://stackoverflow.com/questions/12409600/error-request-header-field-content-type-is-not-allowed-by-access-control-allow&lt;/A&gt;&lt;SPAN&gt;, about adding the Access-Control-Allow-Headers.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still cannot get the newest Map Gallery Template to work, using the same proxy and settings, I get the error saying the proxy isn't set.&amp;nbsp;&amp;nbsp; error: Error: esri.config.defaults.io.proxyUrl is not set. utils.js:229 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'm not sure if there is an error in the template code or if there is something else I need to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 20:11:15 GMT</pubDate>
    <dc:creator>DaleSimper</dc:creator>
    <dc:date>2014-04-10T20:11:15Z</dc:date>
    <item>
      <title>Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466756#M43261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created an ArcGIS Online map using data from a csv hosted in Google Fusion Tables and then created a web application, everything works fine if it is hosted on arcgis.com. But if I download the web application and run it from my server the csv data does not come through and I get a esri.config.defaults.io.proxyUrl is not set error.&amp;nbsp; I have tried setting a proxy and following the information from the proxy page in the help, but just can't seem to get it to work. Any help I can get to allow the csv data to be shown in my web application will be much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 17:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466756#M43261</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2014-04-08T17:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466757#M43262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dale,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which proxy did you end up using? (Java, PHP or .NET)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Were you able to confirm that the proxy is set up correctly? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the .NET proxy as an example, you can confirm your proxy is set up correctly by accessing the following URL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;http://[yourmachine]/DotNet/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This information is included in the README that comes with each proxy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming this works, are there any error messages in the console? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the Proxy Doc:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/ags_proxy.html"&gt;https://developers.arcgis.com/javascript/jshelp/ags_proxy.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 19:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466757#M43262</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-04-08T19:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466758#M43263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the .Net proxy and have confirmed that it is working using the example.&amp;nbsp; I have the proxyurl set in the javascript files. I am using the map gallery template and the basic viewer template. My ArcGIS Online map that I'm using for the apps is &lt;/SPAN&gt;&lt;A href="http://bit.ly/1kLDvHR"&gt;http://bit.ly/1kLDvHR&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;The map gallery still gives me error: Error: esri.config.defaults.io.proxyUrl is not set. utils.js:229.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic viewer app errors:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;A href="http://myserver/DotNet/proxy.ashx?https://www.google.com/fusiontables/expo�?�om+1PncbNo8M_8uIamKiWR6ils9d2pHnDORprfoCdZE+where+col4+not+equal+to+%27%27"&gt;http://myserver/DotNet/proxy.ashx?https://www.google.com/fusiontables/expo�?�om+1PncbNo8M_8uIamKiWR6ils9d2pHnDORprfoCdZE+where+col4+not+equal+to+%27%27&lt;/A&gt;&lt;SPAN&gt; 403 (Forbidden) init.js:159&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;m {stack: "Error: Unable to load &lt;/SPAN&gt;&lt;A href="http://myserver/DotNet/prox�?�uest.f"&gt;http://myserver/DotNet/prox�?�uest.f&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.9/init.js:160:512" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.9/init.js:160:512&lt;/A&gt;&lt;SPAN&gt;)", message: "Unable to load &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://myserver/DotNet/proxy.ashx?�?�foCdZE+where+col4+not+equal+to+%27%27"&gt;http://myserver/DotNet/proxy.ashx?�?�foCdZE+where+col4+not+equal+to+%27%27&lt;/A&gt;&lt;SPAN&gt; status: 403", response: Object, status: 403, responseText: "&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Stric�?�&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_ssl: undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log: undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;message: "Unable to draw graphic (null): Unable to load &lt;/SPAN&gt;&lt;A href="http://myserver/DotNet/proxy.ashx?https://www.google.com/fusiontables/exporttable?query=select+*+from+1PncbNo8M_8uIamKiWR6ils9d2pHnDORprfoCdZE+where+col4+not+equal+to+%27%27"&gt;http://myserver/DotNet/proxy.ashx?https://www.google.com/fusiontables/exporttable?query=select+*+from+1PncbNo8M_8uIamKiWR6ils9d2pHnDORprfoCdZE+where+col4+not+equal+to+%27%27&lt;/A&gt;&lt;SPAN&gt; status: 403"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;response: Object&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;responseText: "&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" rel="nofollow" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;�?�&amp;lt;html xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xhtml" rel="nofollow" target="_blank"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;�?�&amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;�?�&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;�?�&amp;lt;title&amp;gt;403 - Forbidden: Access is denied.&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 17:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466758#M43263</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2014-04-09T17:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466759#M43264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error where it says "Forbidden: Access is denied" leads me to believe there is a path issue either in the Javascript or with your IIS config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to those error messages, your webserver is named "myserver"; is this correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you see if you go to &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="http://localhost/"&gt;http://localhost/&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt; ? Is it the same as &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="http://myserver/"&gt;http://myserver/&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt; ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see JSON on this page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://myserver/DotNet/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson"&gt;http://myserver/DotNet/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 17:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466759#M43264</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-04-09T17:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466760#M43265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see the IIS7 logo at both locations &lt;/SPAN&gt;&lt;A href="http://localhost/"&gt;http://localhost/&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://myserver/"&gt;http://myserver/&lt;/A&gt;&lt;SPAN&gt; and yes I can see JSON when I go to &lt;/SPAN&gt;&lt;A href="http://myserver/DotNet/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson"&gt;http://myserver/DotNet/proxy.ashx?http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466760#M43265</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2014-04-09T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466761#M43266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Finally got it to work by adding&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;add name="Access-Control-Allow-Headers" value="Origin, X-Requested-With, Content-Type, Accept" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;below &amp;lt;add name="Access-Control-Allow-Origin" value="*" /&amp;gt; in the web.config.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 16:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466761#M43266</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2014-04-10T16:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466762#M43267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't mind me asking, where did you find that piece of information? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to make a note of it in case anyone has a similar issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 16:56:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466762#M43267</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-04-10T16:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466763#M43268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since web development is pretty new to me, it took me a lot of trial and error and searching the internet to get it to work.&amp;nbsp; And I was getting different results with the different templates.&amp;nbsp; Using an old Map Gallery Template I got it to work with just setting up the proxy.&amp;nbsp; But with the Basic Viewer Template I was getting this error,&amp;nbsp;&amp;nbsp; Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers.&amp;nbsp; So I searched and found info here&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/12409600/error-request-header-field-content-type-is-not-allowed-by-access-control-allow"&gt;http://stackoverflow.com/questions/12409600/error-request-header-field-content-type-is-not-allowed-by-access-control-allow&lt;/A&gt;&lt;SPAN&gt;, about adding the Access-Control-Allow-Headers.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still cannot get the newest Map Gallery Template to work, using the same proxy and settings, I get the error saying the proxy isn't set.&amp;nbsp;&amp;nbsp; error: Error: esri.config.defaults.io.proxyUrl is not set. utils.js:229 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'm not sure if there is an error in the template code or if there is something else I need to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 20:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466763#M43268</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2014-04-10T20:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Web Applicaton using data from a Google Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466764#M43269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anybody having issues with CORS config on their IIS arcgis web adaptor, here's what I added to the web.config under wwwroot\arcgis-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;I added the following under the &amp;lt;system.webServer&amp;gt; section-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;lt;httpProtocol&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;lt;customHeaders&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; text-indent: .5in;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;lt;!--&amp;lt;add name="Access-Control-Allow-Origin" value="*" /&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;nbsp; &amp;lt;add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;nbsp; &amp;lt;add name="Access-Control-Allow-Headers" value="Content-Type" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;nbsp; &amp;lt;/customHeaders&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;&amp;lt;/httpProtocol&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;The request header for Access-Control-Allow-Origin was already defined someplace, I could not figure out where, so that part I left commented out. Only needed everything below that.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 17:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/web-applicaton-using-data-from-a-google-fusion/m-p/466764#M43269</guid>
      <dc:creator>RyanKoehnen</dc:creator>
      <dc:date>2015-02-17T17:48:55Z</dc:date>
    </item>
  </channel>
</rss>

