<?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 Can you load a map without setting the basemap Property in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-load-a-map-without-setting-the-basemap/m-p/438193#M40358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been trying to load a map without setting the "basemap" property and can not do it.&amp;nbsp; The manual says this is optional.&amp;nbsp; The reason I don't want to load a basemap is this.&amp;nbsp; If you visit &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://citgo.bvk.geoconsensus.com/esri/test_with_basemap.html"&gt;http://citgo.bvk.geoconsensus.com/esri/test_with_basemap.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and zoom in about 5 or 6 levels and rapidly pan the map the map has to load both the basemap layer and tiled map service layer on top of it for the new location.&amp;nbsp; This means the graphics for the basemap have to be transferred and loaded then the graphics for the layer(s) on top have to be transferred and loaded.&amp;nbsp; This slows things down while increasing bandwidth used.&amp;nbsp; I really don't want to see the "basemap" layer at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try and load a map without a basemap property defined I can not load the map or add a layer on top of it nor see anything.&amp;nbsp; In this example: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://citgo.bvk.geoconsensus.com/esri/test_no_basemap.html"&gt;http://citgo.bvk.geoconsensus.com/esri/test_no_basemap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below I show the 2 differences, in the not working map I define map like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new esri.Map("map");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the first link that works I define map as :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; map = new esri.Map("map", {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; basemap : "streets"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this 2nd method that defines basemap is there a way to hide the basemap or strip it out and have no basemap but still have the code work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2013 18:30:26 GMT</pubDate>
    <dc:creator>KenDeeds</dc:creator>
    <dc:date>2013-02-13T18:30:26Z</dc:date>
    <item>
      <title>Can you load a map without setting the basemap Property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-load-a-map-without-setting-the-basemap/m-p/438193#M40358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been trying to load a map without setting the "basemap" property and can not do it.&amp;nbsp; The manual says this is optional.&amp;nbsp; The reason I don't want to load a basemap is this.&amp;nbsp; If you visit &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://citgo.bvk.geoconsensus.com/esri/test_with_basemap.html"&gt;http://citgo.bvk.geoconsensus.com/esri/test_with_basemap.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and zoom in about 5 or 6 levels and rapidly pan the map the map has to load both the basemap layer and tiled map service layer on top of it for the new location.&amp;nbsp; This means the graphics for the basemap have to be transferred and loaded then the graphics for the layer(s) on top have to be transferred and loaded.&amp;nbsp; This slows things down while increasing bandwidth used.&amp;nbsp; I really don't want to see the "basemap" layer at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try and load a map without a basemap property defined I can not load the map or add a layer on top of it nor see anything.&amp;nbsp; In this example: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://citgo.bvk.geoconsensus.com/esri/test_no_basemap.html"&gt;http://citgo.bvk.geoconsensus.com/esri/test_no_basemap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below I show the 2 differences, in the not working map I define map like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new esri.Map("map");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the first link that works I define map as :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; map = new esri.Map("map", {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; basemap : "streets"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this 2nd method that defines basemap is there a way to hide the basemap or strip it out and have no basemap but still have the code work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:30:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-load-a-map-without-setting-the-basemap/m-p/438193#M40358</guid>
      <dc:creator>KenDeeds</dc:creator>
      <dc:date>2013-02-13T18:30:26Z</dc:date>
    </item>
  </channel>
</rss>

