<?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: Map image layers in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1347523#M14208</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/716939"&gt;@AlizaNaz&lt;/a&gt;&amp;nbsp;for providing additional info.&lt;/P&gt;&lt;P&gt;Just a quick clarification -- Map image layer (aka map service) doesn't necessarily mean 'cached/tiled map service'.&lt;/P&gt;&lt;P&gt;There are two types of map services:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Dynamic map service (&lt;EM&gt;that is the default one&lt;/EM&gt;)&lt;UL&gt;&lt;LI&gt;as the name says, data don't get cached; it always gives you back the latest data&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Cached/Tile map service&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Thu, 09 Nov 2023 01:23:10 GMT</pubDate>
    <dc:creator>TanuHoque</dc:creator>
    <dc:date>2023-11-09T01:23:10Z</dc:date>
    <item>
      <title>Map image layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302119#M13739</link>
      <description>&lt;P&gt;What is the purpose of having map image layers in addition to hosted feature layers on the portal?&lt;/P&gt;&lt;P&gt;In what situations are map image layers more effective than hosted feature layers?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 16:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302119#M13739</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2023-06-22T16:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Map image layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302209#M13745</link>
      <description>&lt;P&gt;To me, the main limitation of hosted feature layers are symbology and labels.&lt;/P&gt;&lt;P&gt;You can’t have hatch or symbologies like arrows on lines to represent slopes and other complex symbology. In the same way, the labelling engine is not as powerful as what can be done server side and result many times in overlapped labels.&lt;/P&gt;&lt;P&gt;For all those reasons, I can’t manage our GIS solely with hosted feature layers.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Maps SDK 4.X solved the issue of renderering many features at the same time which could also have been one reason to choose Map image Layer over feature layer for some dataset.&lt;/P&gt;&lt;P&gt;There must be others but that the main ones on top of my head.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 20:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302209#M13745</guid>
      <dc:creator>NicolasGIS</dc:creator>
      <dc:date>2023-06-22T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Map image layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302547#M13746</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/408959"&gt;@NicolasGIS&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;I'd like to add a few points and add some references to our docs for more info.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;different types of data source - raster, TIN etc.&lt;/LI&gt;&lt;LI&gt;often folks have datasets across multiple databases (e.g. polygon feature class representing parcels in a geodatabase, but ownership information are stored in a separate database), and they want to join (or create relationship) them and serve them out as a map service&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/announcements/make-aggregation-query-layer-a-new-geoprocessing-tool-to-compute-and-view-dynamic-summary-statistics-from-related-records/" target="_self"&gt;dynamic aggregation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;by reference - since map service gets (most often) published by reference, as you update your data from any esri products (ArcGIS pro, arcmap etc.) or 3rd party app, they will be reflected on your app. No reason to do any additional steps to sync.&lt;/LI&gt;&lt;LI&gt;performance - since the service lives closer to the dataset, it often performs better to draw them on the server side as there is no need to send data across the wire to get drawn on the client app.&lt;/LI&gt;&lt;LI&gt;security - some cases authors don't want their end users to have full access to geometries or attributes. Since everything draws on the server, an author can configure a map service such a way that end users won't have access to download all data.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ref:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-map-service.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-map-service.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/common-reasons-for-using-map-services.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/windows/common-reasons-for-using-map-services.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/supported-functionality-in-map-services.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/windows/supported-functionality-in-map-services.htm&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 17:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302547#M13746</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2023-06-23T17:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Map image layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302591#M13747</link>
      <description>&lt;P&gt;Thank you both. This is very helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 18:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1302591#M13747</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2023-06-23T18:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Map image layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1303078#M13753</link>
      <description>&lt;P&gt;oh one other thing - there are cases when you want to add a layer as a&amp;nbsp;&lt;STRONG&gt;feature layer&lt;/STRONG&gt; in a web map for client side drawing and interactivity. You can still do that by using the url of a layer inside a map service. for example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/MapServer" target="_blank"&gt;https://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;MapServer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;--&amp;gt; it gets added as a &lt;STRONG&gt;map image layer&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/MapServer/0" target="_blank"&gt;https://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/&lt;FONT color="#FF6600"&gt;MapServer&lt;STRONG&gt;/0&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;--&amp;gt; gets added as a &lt;STRONG&gt;feature layer&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 16:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1303078#M13753</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2023-06-26T16:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Map image layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1347523#M14208</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/716939"&gt;@AlizaNaz&lt;/a&gt;&amp;nbsp;for providing additional info.&lt;/P&gt;&lt;P&gt;Just a quick clarification -- Map image layer (aka map service) doesn't necessarily mean 'cached/tiled map service'.&lt;/P&gt;&lt;P&gt;There are two types of map services:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Dynamic map service (&lt;EM&gt;that is the default one&lt;/EM&gt;)&lt;UL&gt;&lt;LI&gt;as the name says, data don't get cached; it always gives you back the latest data&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Cached/Tile map service&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 09 Nov 2023 01:23:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1347523#M14208</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2023-11-09T01:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Map image layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1572293#M16061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;When you mentioned "&lt;SPAN&gt;an author can configure a map service such a way that end users won't have access to download all data" - what way are you referring to? I'm using a feature layer added from a map service.&amp;nbsp; I can't find a way to restrict download of data from a feature layer added from a map service. I'm using Enterprise 11.1 and ArcGIS Pro 3.1.5. It seems like ArcGIS Server Manager Service mapping operations allowed are not listened to in ArcGIS Pro. Unless I turn off both Query and Data in the Map Service operations allowed (in which case I can't add a feature layer from a map service anyway).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 23:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/map-image-layers/m-p/1572293#M16061</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2025-01-02T23:00:18Z</dc:date>
    </item>
  </channel>
</rss>

