<?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: ArcGIS extension for Google Map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494392#M45936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found my problem in accessing the ArcGIS javascript API. My web server is running on SSL and blocks access to http resources like the ArcGIS JS API. But I am not sure how to solve this problem. How can I access http content from a https web page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2012 17:18:11 GMT</pubDate>
    <dc:creator>PabitraDash</dc:creator>
    <dc:date>2012-11-29T17:18:11Z</dc:date>
    <item>
      <title>ArcGIS extension for Google Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494389#M45933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample code provided to use this extension works only to display the google map. The ArcGIS map overlay doesn't work. It seems the extension version 1.6 works for google map api version 2 which is no more available. I changed the sample code to use the google map api version 3 which displays the google map. However, I am getting error at the following statement (esri is not defined):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var dynamicMap = new esri.arcgis.gmaps.DynamicMapServiceLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/MapServer" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/MapServer&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null, 0.75, dynmapcallback);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the following scripts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://maps.googleapis.com/maps/api/js?key=mykey&amp;amp;sensor=false" rel="nofollow" target="_blank"&gt;https://maps.googleapis.com/maps/api/js?key=mykey&amp;amp;sensor=false&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/gmaps/?v=1.6" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/gmaps/?v=1.6&lt;/A&gt;&lt;SPAN&gt;" type="text/javascript" &amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.0" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.0&lt;/A&gt;&lt;SPAN&gt;" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 22:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494389#M45933</guid>
      <dc:creator>PabitraDash</dc:creator>
      <dc:date>2012-11-28T22:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS extension for Google Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494390#M45934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i checked the following &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/gmaps/help/topics/samples/map_add.html"&gt;sample&lt;/A&gt;&lt;SPAN&gt; and it seems to display an ArcGIS Server service over a Google basemap without error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the Esri extension API is not compatible with Version 3 of Google Maps API.&amp;nbsp; see the following &lt;/SPAN&gt;&lt;A href="http://events.esri.com/uc/QandA/index.cfm?fuseaction=answer&amp;amp;conferenceId=DD02CFE7-1422-2418-7F271831F47A7A31&amp;amp;questionId=4036"&gt;link&lt;/A&gt;&lt;SPAN&gt; for more info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 16:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494390#M45934</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-11-29T16:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS extension for Google Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494391#M45935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I haven't actually used this library but there is this API here: &lt;/SPAN&gt;&lt;A href="https://code.google.com/p/gmaps-utility-gis/"&gt;gmaps-utility-gis&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It allows you to use Google basemaps with esri. By pulling up a console on &lt;/SPAN&gt;&lt;A href="http://gmaps-utility-gis.googlecode.com/svn/tags/agsjs/2.04/examples/gmapslayer.html"&gt;this example&lt;/A&gt;&lt;SPAN&gt; I was able to add &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/Specialty/Soil_Survey_Map/MapServer"&gt;this dynamic service&lt;/A&gt;&lt;SPAN&gt; to the map with the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;map.addLayer(new esri.layers.ArcGISDynamicMapServiceLayer("http://services.arcgisonline.com/ArcGIS/rest/services/Specialty/Soil_Survey_Map/MapServer"))&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494391#M45935</guid>
      <dc:creator>MattO_Hara</dc:creator>
      <dc:date>2012-11-29T17:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS extension for Google Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494392#M45936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found my problem in accessing the ArcGIS javascript API. My web server is running on SSL and blocks access to http resources like the ArcGIS JS API. But I am not sure how to solve this problem. How can I access http content from a https web page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494392#M45936</guid>
      <dc:creator>PabitraDash</dc:creator>
      <dc:date>2012-11-29T17:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS extension for Google Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494393#M45937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it'd probably be easier to just reference the JS API via SSL as well&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ie.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://serverapi.arcgisonline.com/jsapi/gmaps/?v=1.6"&gt;https://serverapi.arcgisonline.com/jsapi/gmaps/?v=1.6&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:20:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494393#M45937</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-11-29T17:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS extension for Google Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494394#M45938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it'd probably be easier to just reference the JS API via SSL as well&lt;BR /&gt;&lt;BR /&gt;ie.&lt;BR /&gt;&lt;A href="https://serverapi.arcgisonline.com/jsapi/gmaps/?v=1.6"&gt;https://serverapi.arcgisonline.com/jsapi/gmaps/?v=1.6&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. I thought I did change from http to https and it didn't work. But it seems to work fine now. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-extension-for-google-map/m-p/494394#M45938</guid>
      <dc:creator>PabitraDash</dc:creator>
      <dc:date>2012-11-29T17:48:42Z</dc:date>
    </item>
  </channel>
</rss>

