<?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 How to create web map in this case? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/how-to-create-web-map-in-this-case/m-p/215670#M1362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;I know how to build a web map using ArcGis.com illustrated by these codes below: &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class=""&gt;require&lt;/SPAN&gt;&lt;SPAN class=""&gt;([&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;"esri/map"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;"esri/arcgis/utils"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;"dojo/domReady!"&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;function&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;Map&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt; arcgisUtils&lt;/SPAN&gt;&lt;SPAN class=""&gt;){&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;arcgisUtils.createMap(&amp;lt;&amp;lt;Web Map Id&amp;gt;&amp;gt;, "mapDiv").then(function (response) {
&amp;nbsp; &amp;nbsp; &amp;nbsp; map = response.map;
&amp;nbsp; });&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&lt;/SPAN&gt;&lt;SPAN class=""&gt;});

But how to do if &lt;/SPAN&gt;our webmap's URL looks like this( hosted at our own server)?&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://ahtd.maps.arcgis.com/home/webmap/viewer.html?webmap=409cf8d39b30434ab8f7286dfd07a8f3" rel="nofollow noopener noreferrer" target="_blank"&gt;http://&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;mycompany&lt;/STRONG&gt;&lt;/SPAN&gt;.maps.arcgis.com/home/webmap/viewer.html?webmap=409cf8d39b30434ab8f7286dfd07a8f3&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:34:09 GMT</pubDate>
    <dc:creator>GongGeorge</dc:creator>
    <dc:date>2021-12-11T10:34:09Z</dc:date>
    <item>
      <title>How to create web map in this case?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-web-map-in-this-case/m-p/215670#M1362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;I know how to build a web map using ArcGis.com illustrated by these codes below: &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class=""&gt;require&lt;/SPAN&gt;&lt;SPAN class=""&gt;([&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;"esri/map"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;"esri/arcgis/utils"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;"dojo/domReady!"&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;function&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;Map&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt; arcgisUtils&lt;/SPAN&gt;&lt;SPAN class=""&gt;){&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;arcgisUtils.createMap(&amp;lt;&amp;lt;Web Map Id&amp;gt;&amp;gt;, "mapDiv").then(function (response) {
&amp;nbsp; &amp;nbsp; &amp;nbsp; map = response.map;
&amp;nbsp; });&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&lt;/SPAN&gt;&lt;SPAN class=""&gt;});

But how to do if &lt;/SPAN&gt;our webmap's URL looks like this( hosted at our own server)?&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://ahtd.maps.arcgis.com/home/webmap/viewer.html?webmap=409cf8d39b30434ab8f7286dfd07a8f3" rel="nofollow noopener noreferrer" target="_blank"&gt;http://&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;mycompany&lt;/STRONG&gt;&lt;/SPAN&gt;.maps.arcgis.com/home/webmap/viewer.html?webmap=409cf8d39b30434ab8f7286dfd07a8f3&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-web-map-in-this-case/m-p/215670#M1362</guid>
      <dc:creator>GongGeorge</dc:creator>
      <dc:date>2021-12-11T10:34:09Z</dc:date>
    </item>
  </channel>
</rss>

