<?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: Portal web map in json (web map specification) format in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227711#M79209</link>
    <description>&lt;P&gt;It looks like the second URL example is the one we need.&amp;nbsp; Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 22:13:38 GMT</pubDate>
    <dc:creator>CraigSturzaker2</dc:creator>
    <dc:date>2022-11-01T22:13:38Z</dc:date>
    <item>
      <title>Portal web map in json (web map specification) format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227546#M79193</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Does anyone know if it is possible to get a webmap from Portal in it's &lt;A href="https://developers.arcgis.com/web-map-specification/" target="_self"&gt;web map specification&lt;/A&gt; format using the JS API (4.x)?&amp;nbsp; If so, any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227546#M79193</guid>
      <dc:creator>CraigSturzaker2</dc:creator>
      <dc:date>2022-11-01T17:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Portal web map in json (web map specification) format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227576#M79195</link>
      <description>&lt;P&gt;Portal is like your own personal ArcGIS Online. You can create layers that are accessible using their defined REST endpoint. The 'JSON web map specification' is accessible by entering the feature layer's URL, with our without the ArcGIS Javascript API. Such as&amp;nbsp;&lt;A title="Old Growth" href="https://services5.arcgis.com/4LKAHwqnBooVDUlX/arcgis/rest/services/PARKS_Historic_Old_Growth_Trees/FeatureServer/0" target="_blank" rel="noopener"&gt;https://services5.arcgis.com/4LKAHwqnBooVDUlX/arcgis/rest/services/PARKS_Historic_Old_Growth_Trees/FeatureServer/0&lt;/A&gt;&amp;nbsp;. The only difference between this (ArcGIS Online) and Portal would be the server information such as &lt;A href="https://services5.arcgis.com" target="_blank"&gt;https://services5.arcgis.com&lt;/A&gt;&amp;nbsp;would be something else like &lt;A href="https://local.server.com" target="_blank"&gt;https://local.server.com&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcGIS Javascript API is a Javascript library located through a URL that provides functionality (through Javascript) to access ArcGIS Online and Portal REST endpoints (and other things). But the 'JSON' representation of the data being access is available through the layers URL (REST URL).&amp;nbsp; The only thing needed to write a publicly accessible ArcGIS Javascript API web application that access Portal data is to have the web app housed on a publicly exposed server running IIS or Apache, and the Portal publicly (outside the agency's firewall) available with data layers that are shared to everyone.&lt;/P&gt;&lt;P&gt;Hope this makes sense and is answering your question.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 18:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227576#M79195</guid>
      <dc:creator>JeffreyWilkerson</dc:creator>
      <dc:date>2022-11-01T18:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Portal web map in json (web map specification) format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227592#M79196</link>
      <description>&lt;P&gt;Thanks, that all makes sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However what I'm after is the web map specification of a web map as opposed to an individual feature layer.&amp;nbsp; A JSON object with all the properties listed&amp;nbsp;&lt;A href="https://developers.arcgis.com/web-map-specification/objects/webmap/" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;that describes a web map on portal.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 18:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227592#M79196</guid>
      <dc:creator>CraigSturzaker2</dc:creator>
      <dc:date>2022-11-01T18:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Portal web map in json (web map specification) format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227670#M79205</link>
      <description>&lt;P&gt;Not sure what you are missing. If you are looking for Map information you can see that by looking at the map REST service such as:&lt;/P&gt;&lt;P&gt;&lt;A title="Apples and Solar" href="https://tagis.dep.wv.gov/arcgis/rest/services/Hosted/Apples_and_Solar/MapServer" target="_blank" rel="noopener"&gt;https://tagis.dep.wv.gov/arcgis/rest/services/Hosted/Apples_and_Solar/MapServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or as JSON:&lt;/P&gt;&lt;P&gt;&lt;A href="https://tagis.dep.wv.gov/arcgis/rest/services/Hosted/Apples_and_Solar/MapServer?f=pjson" target="_blank"&gt;https://tagis.dep.wv.gov/arcgis/rest/services/Hosted/Apples_and_Solar/MapServer?f=pjson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A lot of those properties, like 'bookmarks' or 'widgets' almost seem like attributes for an application, even though it does say they are available for the Webmap. Not sure if that's viewable like this or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 20:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227670#M79205</guid>
      <dc:creator>JeffreyWilkerson</dc:creator>
      <dc:date>2022-11-01T20:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Portal web map in json (web map specification) format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227679#M79207</link>
      <description>&lt;P&gt;I guess the key is figuring out at what level you need the JSON info, like looking for the webmap info might be just adding 'webmap?f=pjson' to the end of a known content item, like:&lt;/P&gt;&lt;P&gt;&lt;A title="Webmap" href="https://wvdep.maps.arcgis.com/sharing/rest/content/items/b062fc8f8d6e4ec1a44ab466829a1494/webmap?f=pjson" target="_blank" rel="noopener"&gt;https://wvdep.maps.arcgis.com/sharing/rest/content/items/b062fc8f8d6e4ec1a44ab466829a1494/webmap?f=pjson&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While looking at the data would mean adding 'data?f=pjson' to the end of the item:&lt;/P&gt;&lt;P&gt;&lt;A title="Data" href="https://wvdep.maps.arcgis.com/sharing/rest/content/items/b062fc8f8d6e4ec1a44ab466829a1494/data?f=pjson" target="_blank" rel="noopener"&gt;https://wvdep.maps.arcgis.com/sharing/rest/content/items/b062fc8f8d6e4ec1a44ab466829a1494/data?f=pjson&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 21:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227679#M79207</guid>
      <dc:creator>JeffreyWilkerson</dc:creator>
      <dc:date>2022-11-01T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Portal web map in json (web map specification) format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227711#M79209</link>
      <description>&lt;P&gt;It looks like the second URL example is the one we need.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 22:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/portal-web-map-in-json-web-map-specification/m-p/1227711#M79209</guid>
      <dc:creator>CraigSturzaker2</dc:creator>
      <dc:date>2022-11-01T22:13:38Z</dc:date>
    </item>
  </channel>
</rss>

