<?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: Grab Transit Layer from Google Maps into AGOL Web Map? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267906#M50910</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/425496"&gt;@Teresa_Blader&lt;/a&gt;&amp;nbsp;, It's certainly worth reviewing what's available here:&amp;nbsp;&lt;A href="https://openstreetmap.maps.arcgis.com/home/index.html" target="_blank"&gt;OpenStreetMap (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For example there's a 'live' OSM feature layer for North America which might be useful.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2023 08:38:32 GMT</pubDate>
    <dc:creator>james-noble</dc:creator>
    <dc:date>2023-03-15T08:38:32Z</dc:date>
    <item>
      <title>Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1262202#M50577</link>
      <description>&lt;P&gt;Is it possible to bring in the Transit Layer from Google Maps into an ArcGIS Online Web Map as an item or something? I see this example script on the Google Developers API site, but I know nothing about JavaScript really, where I would type it , or how to add it to a AGOL web map. We don't manage the transit data but it'd be really helpful to use in web maps or planning resource location analysis.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function initMap() {
  const map = new google.maps.Map(document.getElementById("map"), {
    zoom: 13,
    center: { lat: 51.501904, lng: -0.115871 },
  });
  const transitLayer = new google.maps.TransitLayer();

  transitLayer.setMap(map);
}

window.initMap = initMap;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;source:&amp;nbsp;&lt;A href="https://developers.google.com/maps/documentation/javascript/examples/layer-transit#maps_layer_transit-javascript" target="_blank"&gt;https://developers.google.com/maps/documentation/javascript/examples/layer-transit#maps_layer_transit-javascript&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 23:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1262202#M50577</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2023-02-27T23:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1266928#M50852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/425496"&gt;@Teresa_Blader&lt;/a&gt;&amp;nbsp;, from what I can find I don't think this is possible with an out-of-the-box solution.&lt;/P&gt;&lt;P&gt;However, I wondered if the Esri layer 'Transportation' would be useful for you? It's available via here:&amp;nbsp;&lt;A href="https://services2.arcgis.com/FiaPA4ga0iQKduv3/arcgis/rest/services/Transportation_v1/FeatureServer" target="_blank"&gt;https://services2.arcgis.com/FiaPA4ga0iQKduv3/arcgis/rest/services/Transportation_v1/FeatureServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jamesnoble_0-1678655648854.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65058i536CB890218B7AEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jamesnoble_0-1678655648854.png" alt="jamesnoble_0-1678655648854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 21:14:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1266928#M50852</guid>
      <dc:creator>james-noble</dc:creator>
      <dc:date>2023-03-12T21:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267202#M50864</link>
      <description>&lt;P&gt;Thanks for the reply. While we don't manage our bus transit lines, we do manage our own streets, so Esri's database is out of date in comparison to our centerlines, and also doesn't include transit lines&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_frowning_face:"&gt;🙁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 17:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267202#M50864</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2023-03-13T17:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267230#M50868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/425496"&gt;@Teresa_Blader&lt;/a&gt;,&amp;nbsp;sorry to hear that the Transportation layer isn't quite right. Ultimately it looks like using the Google Transit Layer is also against Google's Terms of Service (similar Community article here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-maps-in-esri-web-application/td-p/592842" target="_blank"&gt;Solved: Google maps in ESRI web application - Esri Community&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 18:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267230#M50868</guid>
      <dc:creator>james-noble</dc:creator>
      <dc:date>2023-03-13T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267241#M50870</link>
      <description>&lt;P&gt;Oh thanks for the info! Too bad. Granted no one cited the terms, it'd be nice to read those. Although it sounds like from that article, someone posted a comment on google maps api moving to arcgis api.... not sure how to make sense of that! Seems like Google doesn't have a problem using Esri products... just not the other way around.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 18:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267241#M50870</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2023-03-13T18:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267824#M50908</link>
      <description>&lt;P&gt;While I don't agree that a solution has been found, I wonder if there is a way instead to extract data (like bus stops, which would be a great alternative) from the OpenStreetMap? That is provided by Esri is it not?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 22:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267824#M50908</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2023-03-14T22:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267906#M50910</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/425496"&gt;@Teresa_Blader&lt;/a&gt;&amp;nbsp;, It's certainly worth reviewing what's available here:&amp;nbsp;&lt;A href="https://openstreetmap.maps.arcgis.com/home/index.html" target="_blank"&gt;OpenStreetMap (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For example there's a 'live' OSM feature layer for North America which might be useful.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 08:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1267906#M50910</guid>
      <dc:creator>james-noble</dc:creator>
      <dc:date>2023-03-15T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Grab Transit Layer from Google Maps into AGOL Web Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1268085#M50918</link>
      <description>&lt;P&gt;That’ll do nicely! Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 15:49:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/grab-transit-layer-from-google-maps-into-agol-web/m-p/1268085#M50918</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2023-03-15T15:49:49Z</dc:date>
    </item>
  </channel>
</rss>

