<?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 why gmaps.GoogleMapsLayer() cannot be added as a layer to a map in intranet? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636331#M59457</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;SPAN&gt;I am spending couple of days to add go GoogleMapsLayer to the map but I got exception on map.addLayer(new gmaps.GoogleMapsLayer({visible: false})).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a restriction by Google when accessing the gmaps api through internal network?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why the example in &lt;/SPAN&gt;&lt;A href="http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/examples/gmapslayer.html"&gt;http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/examples/gmapslayer.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;working fine, but when I save the html example to my computer on the internal network, the example doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any assistance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yarden&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 12:14:43 GMT</pubDate>
    <dc:creator>YardenCochav</dc:creator>
    <dc:date>2011-08-09T12:14:43Z</dc:date>
    <item>
      <title>why gmaps.GoogleMapsLayer() cannot be added as a layer to a map in intranet?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636331#M59457</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;SPAN&gt;I am spending couple of days to add go GoogleMapsLayer to the map but I got exception on map.addLayer(new gmaps.GoogleMapsLayer({visible: false})).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a restriction by Google when accessing the gmaps api through internal network?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why the example in &lt;/SPAN&gt;&lt;A href="http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/examples/gmapslayer.html"&gt;http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/examples/gmapslayer.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;working fine, but when I save the html example to my computer on the internal network, the example doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any assistance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yarden&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 12:14:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636331#M59457</guid>
      <dc:creator>YardenCochav</dc:creator>
      <dc:date>2011-08-09T12:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: why gmaps.GoogleMapsLayer() cannot be added as a layer to a map in intranet?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636332#M59458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all,&lt;BR /&gt;I am spending couple of days to add go GoogleMapsLayer to the map but I got exception on map.addLayer(new gmaps.GoogleMapsLayer({visible: false})).&lt;BR /&gt;Is there a restriction by Google when accessing the gmaps api through internal network?&lt;BR /&gt;Why the example in &lt;A href="http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/examples/gmapslayer.html"&gt;http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/examples/gmapslayer.html&lt;/A&gt;&lt;BR /&gt;working fine, but when I save the html example to my computer on the internal network, the example doesn't work.&lt;BR /&gt;&lt;BR /&gt;Thanks for any assistance&lt;BR /&gt;Regards,&lt;BR /&gt;Yarden&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look at the source of that sample, the path to the google js file is relative&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="../src/gmapslayer_compiled.js"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you likely need to change that to a full path if you arent hosting that file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try changing it to&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/src/gmapslayer_compiled.js" rel="nofollow" target="_blank"&gt;http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0a/src/gmapslayer_compiled.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 14:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636332#M59458</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-08-09T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: why gmaps.GoogleMapsLayer() cannot be added as a layer to a map in intranet?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636333#M59459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note that Google don't allow the use of their maps on an intranet site without paying for a premier license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/apis/maps/terms.html"&gt;http://code.google.com/apis/maps/terms.html&lt;/A&gt;&lt;SPAN&gt; says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;STRONG&gt;9.1.1 General Rules.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;(b) Public Access (No Firewall). Your Maps API implementation must not (i) operate only behind a firewall; or (ii) only on an internal network (except during the development and testing phase); or (iii) in a closed community (for example, through invitation-only access).&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 22:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636333#M59459</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-08-09T22:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: why gmaps.GoogleMapsLayer() cannot be added as a layer to a map in intranet?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636334#M59460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you so much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your answers solve my problem!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 18:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-gmaps-googlemapslayer-cannot-be-added-as-a/m-p/636334#M59460</guid>
      <dc:creator>YardenCochav</dc:creator>
      <dc:date>2011-08-13T18:50:11Z</dc:date>
    </item>
  </channel>
</rss>

