<?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: New basemap feature - Issues with &amp;quot;hybrid&amp;quot; in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441047#M40754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can we modify esri.config.defaults.map.basemaps to remove ones we dont want?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 17:22:47 GMT</pubDate>
    <dc:creator>JeffPace</dc:creator>
    <dc:date>2013-03-27T17:22:47Z</dc:date>
    <item>
      <title>New basemap feature - Issues with &amp;quot;hybrid&amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441045#M40752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm curious to know how the "hybrid" basemap layer works at version 3.3. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to take advantage of the new basemap feature on the map object, however the "hybrid" layer appears to overlay several layers and it doesn't do a great job of it. You can see in the attached image that there are labels from one layer obscuring labels from another, not only are they obscured but they're blurry and redundant. There is also a weird issue with the state borders layer remaining visible as you zoom in /out. The borders that are rendered stay visible while the rest of the map scales nicely as you zoom then, after a second the borders dissapear and then re-appear at the new resolution after the zoom completes. This makes for a weird effect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this "hybrid" layer act as a set of 3 different ArcGISTiledMapServiceLayers that are turned on/off at the same time whenever setBasemap is called on the map object?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To summarize: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What layers comprise the "hybrid" basemap layer feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Why are there redundant labels in this map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Why does the layer with the state borders not zoom nicely like the other layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Does the "hybrid" layer comprise multiple map service layers? By that I mean for each map tile request are there "N" number of additional requests for each layer in the "hybrid" basemap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Prior to moving to 3.3 we manage and add our own ArcGISTiledMapServiceLayer objects to the map and for our "hybrid" option we only use the roads and the satellite imagery for performance reasons. We found that our users preferred this to others and therefore we generated double the web traffic on our server by using two ArcGISTiledMapServiceLayers rather than just one. My question in point #4 is meant to understand if this "hybrid" basemap resolves this issue, or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Aaron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 16:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441045#M40752</guid>
      <dc:creator>AaronConnolly</dc:creator>
      <dc:date>2013-03-20T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: New basemap feature - Issues with "hybrid"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441046#M40753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've replied in another thread with additional useful info:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/80341-Issues-with-ArcGISTiledMapServiceLayer-in-IE8-and-IE7?p=283629&amp;amp;viewfull=1#post283629" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/threads/80341-Issues-with-ArcGISTiledMapServiceLayer-in-IE8-and-IE7?p=283629&amp;amp;viewfull=1#post283629&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the specifics of the basemaps available, you can see what makes up each basemap by entering this in your browser's dev console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
dojo.toJson(esri.config.defaults.map.basemaps)
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That will print out the default names and base map layers for each basemap option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here it is, prettified:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
{
&amp;nbsp; "streets": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Streets",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; "satellite": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Satellite",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; "hybrid": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Imagery with Labels",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isReference": true
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; "topo": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Topographic",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; "gray": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Light Gray Canvas",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isReference": true
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; "oceans": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Oceans",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; "national-geographic": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "National Geographic",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; "osm": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "OpenStreetMap",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "OpenStreetMap"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; }
}
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441046#M40753</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2021-12-11T19:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: New basemap feature - Issues with "hybrid"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441047#M40754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can we modify esri.config.defaults.map.basemaps to remove ones we dont want?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 17:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441047#M40754</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2013-03-27T17:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: New basemap feature - Issues with "hybrid"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441048#M40755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;can we modify esri.config.defaults.map.basemaps to remove ones we dont want?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also like to see this added to the API. In-fact if it were available I'd use the "basemap" feature on the map object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:45:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-basemap-feature-issues-with-amp-quot-hybrid/m-p/441048#M40755</guid>
      <dc:creator>AaronConnolly</dc:creator>
      <dc:date>2013-03-27T19:45:54Z</dc:date>
    </item>
  </channel>
</rss>

