<?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 map overlay on top of Google Maps stopped working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571263#M53249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when a user fills out the information, you get an email or notification for an area to print? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 17:37:26 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2016-05-23T17:37:26Z</dc:date>
    <item>
      <title>ArcGIS map overlay on top of Google Maps stopped working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571260#M53246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The three lines of JavaScript below add a map overlay on top of Google Maps.&amp;nbsp; It was working fine and suddenly stopped working.&amp;nbsp; Does anybody have any ideas on how to get this to work?&amp;nbsp;&amp;nbsp; The reason I am combining Google Maps and ArcGIS is because I need the ArcGIS map but I also need a rectangle which the user can move around and re-size to select an area of the map.&amp;nbsp; If there is a way to create this type of rectangle with ArcGIS then I don't need to use Google Maps.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;var url = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.giscoecache.lrc.gov.on.ca%2FArcGIS%2Frest%2Fservices%2FLIO_Cartographic%2FLIO_Topographic%2FMapServer%27%3B" rel="nofollow" target="_blank"&gt;http://www.giscoecache.lrc.gov.on.ca/ArcGIS/rest/services/LIO_Cartographic/LIO_Topographic/MapServer';&lt;/A&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;var agsType = new gmaps.ags.MapType(url,{name:'ArcGIS', opacity:9.5});&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;map.overlayMapTypes.insertAt(0, agsType);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;The ArcGIS map is at this link:&amp;nbsp; &lt;A href="http://www.giscoecache.lrc.gov.on.ca/ArcGIS/rest/services/LIO_Cartographic/LIO_Topographic/MapServer" title="http://www.giscoecache.lrc.gov.on.ca/ArcGIS/rest/services/LIO_Cartographic/LIO_Topographic/MapServer"&gt;LIO_Cartographic/LIO_Topographic (MapServer)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My demo map is at this link (I had to comment out the three lines above to get the rectangle to show:&amp;nbsp;&amp;nbsp; &lt;A href="http://lcdautotech.com/selectmap/demo.htm" title="http://lcdautotech.com/selectmap/demo.htm"&gt;demo_v6&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 14:58:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571260#M53246</guid>
      <dc:creator>RickCheney</dc:creator>
      <dc:date>2016-05-23T14:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS map overlay on top of Google Maps stopped working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571261#M53247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you need the rectangle for? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 15:36:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571261#M53247</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-05-23T15:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS map overlay on top of Google Maps stopped working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571262#M53248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the rectangle on this link:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://lcdautotech.com/selectmap/demo.htm" title="http://lcdautotech.com/selectmap/demo.htm"&gt;demo&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the user moves the rectangle around and changes the size to select an area of the map which the user wants a printed copy of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 16:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571262#M53248</guid>
      <dc:creator>RickCheney</dc:creator>
      <dc:date>2016-05-23T16:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS map overlay on top of Google Maps stopped working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571263#M53249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when a user fills out the information, you get an email or notification for an area to print? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 17:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571263#M53249</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-05-23T17:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS map overlay on top of Google Maps stopped working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571264#M53250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct, the email contains the longitude, latitude extent for the area of the rectangle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 17:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571264#M53250</guid>
      <dc:creator>RickCheney</dc:creator>
      <dc:date>2016-05-23T17:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS map overlay on top of Google Maps stopped working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571265#M53251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this can be done in javascript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://psstl.esri.com/apps/extenthelper/" title="http://psstl.esri.com/apps/extenthelper/"&gt;JS Extent Helper&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/map_currentextent.html" title="https://developers.arcgis.com/javascript/3/jssamples/map_currentextent.html"&gt;Show current map extent | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at these samples. They are not exactly what you want but they are a good start.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 17:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571265#M53251</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-05-23T17:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS map overlay on top of Google Maps stopped working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571266#M53252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rickey, thanks for your advice and suggestions.&amp;nbsp; The map is working fine again.&amp;nbsp; It stopped displaying the overylay for about two weeks and now it's showing the overlay and the rectangle again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 18:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-map-overlay-on-top-of-google-maps-stopped/m-p/571266#M53252</guid>
      <dc:creator>RickCheney</dc:creator>
      <dc:date>2016-05-23T18:59:52Z</dc:date>
    </item>
  </channel>
</rss>

