<?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 Map Service label issue when adding to AGOL Web Map in Publishing and Managing Services Questions</title>
    <link>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1022811#M321</link>
    <description>&lt;P&gt;After publishing a public map service we noticed that labels (created at the ArcMap level) show up when adding the full map service to an AGOL Web Map:&amp;nbsp;&lt;A href="https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer" target="_blank"&gt;https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when adding the individual layer from the map service to the AGOL Web Map, labels &lt;U&gt;do not&lt;/U&gt; come across:&amp;nbsp;&lt;A href="https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer/2" target="_blank"&gt;https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer/2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone run into this issue before?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any work arounds you have found, or the reason why this might be occurring?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 22:58:18 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-02-02T22:58:18Z</dc:date>
    <item>
      <title>Map Service label issue when adding to AGOL Web Map</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1022811#M321</link>
      <description>&lt;P&gt;After publishing a public map service we noticed that labels (created at the ArcMap level) show up when adding the full map service to an AGOL Web Map:&amp;nbsp;&lt;A href="https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer" target="_blank"&gt;https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when adding the individual layer from the map service to the AGOL Web Map, labels &lt;U&gt;do not&lt;/U&gt; come across:&amp;nbsp;&lt;A href="https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer/2" target="_blank"&gt;https://arcgis.gis.lacounty.gov/arcgis/rest/services/DRP/ZNET_Public/MapServer/2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone run into this issue before?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any work arounds you have found, or the reason why this might be occurring?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 22:58:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1022811#M321</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-02T22:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service label issue when adding to AGOL Web Map</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1036474#M353</link>
      <description>&lt;P&gt;Hi Liza&lt;/P&gt;&lt;P&gt;When adding the full map service, the map viewer sends an &lt;EM&gt;Export Map&lt;/EM&gt; request to ArcGIS Server and it is rendered server-side.&lt;/P&gt;&lt;P&gt;When accessing an individual layer, the map viewer sends a &lt;EM&gt;Query&lt;/EM&gt; request to ArcGIS Server, returning geometry which is rendered by the browser.&amp;nbsp; It would appear that for this scenario, the map viewer doesn't construct a text symbol to render the labels, which is why you don't see them.&lt;/P&gt;&lt;P&gt;In somewhat of a workaround, you can add the full service to the map and remove all of the layers that you don't want to be part of the TOC.&amp;nbsp; This sends a &lt;EM&gt;Dynamic Layer&lt;/EM&gt; request to ArcGIS Server, and the labels are displayed.&lt;/P&gt;&lt;P&gt;I've checked in the latest Map Viewer Beta and the behavior is the same, but at least the new version comes with more labelling options than the original map viewer.&amp;nbsp; Might be worth adding this as an idea if there isn't already one on GeoNet&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 05:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1036474#M353</guid>
      <dc:creator>CraigRussell</dc:creator>
      <dc:date>2021-03-15T05:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service label issue when adding to AGOL Web Map</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1036836#M354</link>
      <description>&lt;P&gt;Thanks Craig, our workaround right now is using the whole map service.&amp;nbsp; I also played around with Map Viewer Beta and the labels, it's not going to work for this instance but its a good option.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 20:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1036836#M354</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-15T20:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service label issue when adding to AGOL Web Map</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1218660#M796</link>
      <description>&lt;P&gt;Thank you, this worked for me.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 15:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1218660#M796</guid>
      <dc:creator>MMeer</dc:creator>
      <dc:date>2022-10-04T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service label issue when adding to AGOL Web Map</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1648481#M1444</link>
      <description>&lt;P&gt;I’ve encountered a similar issue when loading an individual layer that uses display filters. When I load the full map service, the display filters work as expected. However, if I load just an individual layer, the display filters do not apply.&lt;/P&gt;&lt;P&gt;Could this be because the map viewer is using a Query request? We need to load individual layers rather than the full service—do you know if there’s a workaround for this?&lt;/P&gt;&lt;P&gt;We are running Portal version 11.3.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 08:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/map-service-label-issue-when-adding-to-agol-web/m-p/1648481#M1444</guid>
      <dc:creator>MapsAreFun</dc:creator>
      <dc:date>2025-09-08T08:03:13Z</dc:date>
    </item>
  </channel>
</rss>

