<?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: create your own custom basemap in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-your-own-custom-basemap/m-p/1534335#M85573</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can get "rid" of the grid by either:&lt;/P&gt;&lt;P&gt;- Defining the ground surface color (works in local AND global viewingMode): &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#surfaceColor" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#surfaceColor&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;view.map.ground.surfaceColor = new Color("white");&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;- Use the clippingArea on the SceneView (in local viewingMode only): &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#clippingArea" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#clippingArea&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BaseLayers should in general consist of tile layers: &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#baseLayers" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#baseLayers&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best,&lt;/DIV&gt;&lt;DIV&gt;Thomas&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 03 Sep 2024 12:40:17 GMT</pubDate>
    <dc:creator>ThomasKnabl</dc:creator>
    <dc:date>2024-09-03T12:40:17Z</dc:date>
    <item>
      <title>create your own custom basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-your-own-custom-basemap/m-p/1528453#M85509</link>
      <description>&lt;P&gt;hello esri friendship&lt;/P&gt;&lt;P&gt;i want to use my own satellite image as a basemap. I am not sure if I am doing this correctly. How can I destroy a grid model like the one you see in the picture after adding the data.&lt;BR /&gt;How can I set the coordinates of my scene to a certain range (like max-x, min-x, max-y , min-y).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emreaktas1_0-1724826077360.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113705iF736630B4C418D07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emreaktas1_0-1724826077360.png" alt="emreaktas1_0-1724826077360.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emreaktas1_1-1724826170142.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113706iBC748DC7808A0073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emreaktas1_1-1724826170142.png" alt="emreaktas1_1-1724826170142.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 06:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-your-own-custom-basemap/m-p/1528453#M85509</guid>
      <dc:creator>emreaktas1</dc:creator>
      <dc:date>2024-08-28T06:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: create your own custom basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-your-own-custom-basemap/m-p/1534335#M85573</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can get "rid" of the grid by either:&lt;/P&gt;&lt;P&gt;- Defining the ground surface color (works in local AND global viewingMode): &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#surfaceColor" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#surfaceColor&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;view.map.ground.surfaceColor = new Color("white");&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;- Use the clippingArea on the SceneView (in local viewingMode only): &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#clippingArea" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#clippingArea&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BaseLayers should in general consist of tile layers: &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#baseLayers" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#baseLayers&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best,&lt;/DIV&gt;&lt;DIV&gt;Thomas&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Sep 2024 12:40:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-your-own-custom-basemap/m-p/1534335#M85573</guid>
      <dc:creator>ThomasKnabl</dc:creator>
      <dc:date>2024-09-03T12:40:17Z</dc:date>
    </item>
  </channel>
</rss>

