<?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: Add Multiple layers as basemap in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/add-multiple-layers-as-basemap/m-p/560591#M28244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;True, but the user get a slightly different user experience, and it's not subject to the basemapGallery add/remove behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, I'll use Fiddle to get the same result until the API is available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Nov 2011 12:27:41 GMT</pubDate>
    <dc:creator>NianweiLiu</dc:creator>
    <dc:date>2011-11-19T12:27:41Z</dc:date>
    <item>
      <title>Add Multiple layers as basemap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-multiple-layers-as-basemap/m-p/560589#M28242</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;SPAN&gt; Does anybody knows how to author a web map with multiple layers as basemap, like the esri's "XX with Labels". Basically those maps have a base tile layer, and another reference layer. However, in the arcgis.com viewer, you can only add one tile layer as basemap. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Also, those layers carries information like "isReference", but there is no way in the online viewer to set them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Is there an API or some sort to post a JSON config for the web map, so we can manually setup a webmap according to its JSON specs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;"baseMap": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "baseMapLayers": [
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "opacity": 1,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "visibility": true
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&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; "opacity": 1,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Reference_Overlay/MapServer",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "visibility": true
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; ],
&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Terrain with Labels"
&amp;nbsp; },

&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, what about the "tasks"? It's showing up in json response, but it seems to no way to define them in viewer yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nianwei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 10:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-multiple-layers-as-basemap/m-p/560589#M28242</guid>
      <dc:creator>NianweiLiu</dc:creator>
      <dc:date>2011-11-18T10:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple layers as basemap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-multiple-layers-as-basemap/m-p/560590#M28243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Basically, the basemap is actually composed of two services, the data is in one service and the labels are in another. We explicitly hide the labels layer although it is really there in the map. You can achieve the same result in your map, you'll just see the labels layer in the Contents panel of the map. There is no public API for arcgis.com. ArcGIS.com, however, is built on the JavaScript API. You can build your own app that does exactly what you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 17:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-multiple-layers-as-basemap/m-p/560590#M28243</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2011-11-18T17:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple layers as basemap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-multiple-layers-as-basemap/m-p/560591#M28244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;True, but the user get a slightly different user experience, and it's not subject to the basemapGallery add/remove behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, I'll use Fiddle to get the same result until the API is available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 12:27:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-multiple-layers-as-basemap/m-p/560591#M28244</guid>
      <dc:creator>NianweiLiu</dc:creator>
      <dc:date>2011-11-19T12:27:41Z</dc:date>
    </item>
  </channel>
</rss>

