<?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: Problem with the GRAY basemap? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-the-gray-basemap/m-p/567161#M52926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Shreyas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can see the 404's because there is no labels at those scales, as you go deeper you will not notice these errors.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to say that this sounds like a bug. If a layer is outside its scale range, it shouldn't be throwing a 404.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While I could add the reference and background layers separately, the API gives us the option of adding the "gray layer" on map initiation using the "gray" keyword. No other layer type gives an error message at certain scales.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 05:04:58 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2013-08-16T05:04:58Z</dc:date>
    <item>
      <title>Problem with the GRAY basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-the-gray-basemap/m-p/567159#M52924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This may be a question for the ArcGIS Server team (not JS API) but I'll ask it here anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There seems to be a problem with the gray basemap at the moment. I'm getting loads of &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;NetworkError: 404 Not Found - &lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer/tile/1/1/1" rel="nofollow noopener noreferrer" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer/tile/1/1/1&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;messages. You can reproduce this using the sandbox sample &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/sandbox/sandbox.html?sample=map_simple" rel="nofollow noopener noreferrer" target="_blank"&gt;http://developers.arcgis.com/en/javascript/sandbox/sandbox.html?sample=map_simple&lt;/A&gt;&lt;SPAN&gt; with options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
map = new Map("map", {
&amp;nbsp; basemap: "gray",
&amp;nbsp; zoom: 1
});
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-the-gray-basemap/m-p/567159#M52924</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2021-12-12T00:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the GRAY basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-the-gray-basemap/m-p/567160#M52925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The gray basemap is a web map that uses the light gray base as the basemap and also includes the reference map service. The reference map service is used to display place labels. See more about the map here: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=8b3d38c0819547faa83f7b7aca80bd76"&gt;http://www.arcgis.com/home/item.html?id=8b3d38c0819547faa83f7b7aca80bd76&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want the light gray basemap without the reference labels they can add it directly as a tiled map service layer instead of using the map's basemap constructor option. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see the 404's because there is no labels at those scales, as you go deeper you will not notice these errors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 19:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-the-gray-basemap/m-p/567160#M52925</guid>
      <dc:creator>ShreyasVakil</dc:creator>
      <dc:date>2013-08-15T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the GRAY basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-the-gray-basemap/m-p/567161#M52926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Shreyas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can see the 404's because there is no labels at those scales, as you go deeper you will not notice these errors.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to say that this sounds like a bug. If a layer is outside its scale range, it shouldn't be throwing a 404.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While I could add the reference and background layers separately, the API gives us the option of adding the "gray layer" on map initiation using the "gray" keyword. No other layer type gives an error message at certain scales.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 05:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-the-gray-basemap/m-p/567161#M52926</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-08-16T05:04:58Z</dc:date>
    </item>
  </channel>
</rss>

