<?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 OpenStreetMapLayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/openstreetmaplayer/m-p/1170062#M77208</link>
    <description>&lt;P&gt;Using the OSM layer, is it possible to customize SpatialReference ?&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 12:39:24 GMT</pubDate>
    <dc:creator>Wade</dc:creator>
    <dc:date>2022-05-03T12:39:24Z</dc:date>
    <item>
      <title>OpenStreetMapLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/openstreetmaplayer/m-p/1170062#M77208</link>
      <description>&lt;P&gt;Using the OSM layer, is it possible to customize SpatialReference ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 12:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/openstreetmaplayer/m-p/1170062#M77208</guid>
      <dc:creator>Wade</dc:creator>
      <dc:date>2022-05-03T12:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: OpenStreetMapLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/openstreetmaplayer/m-p/1170069#M77209</link>
      <description>&lt;P&gt;Can you clarify what you're referring to when you say "OSM layer"? Do you mean the feature services? Or the vector tile basemap service?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 12:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/openstreetmaplayer/m-p/1170069#M77209</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-03T12:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenStreetMapLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/openstreetmaplayer/m-p/1170078#M77210</link>
      <description>&lt;P&gt;&lt;SPAN&gt;the vector tile basemap service&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;      require(["esri/layers/OpenStreetMapLayer", "esri/Map", "esri/views/SceneView"], (
        OpenStreetMapLayer,
        Map,
        SceneView
      ) =&amp;gt; {
        const map = new Map({
          ground: "world-elevation"
        });

        const view = new SceneView({
          map: map,
          container: "viewDiv"
        });

        const osmLayer = new OpenStreetMapLayer();
        map.add(osmLayer);
      });&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 13:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/openstreetmaplayer/m-p/1170078#M77210</guid>
      <dc:creator>Wade</dc:creator>
      <dc:date>2022-05-03T13:00:43Z</dc:date>
    </item>
  </channel>
</rss>

