<?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: Webmap vs map service Labels in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630086#M7751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The behavior as described is exactly what I see.&amp;nbsp; I had a WebMap with labeling defined in the WebMap but not on the service.&amp;nbsp; When I load the WebMap in Runtime (100.4) no labels appear.&amp;nbsp; I just went back and added labels into the Map in Pro and republished the service, the labels now show-up.&amp;nbsp; Even if the labels are turned off in the WebMap it honors the labeling defined on the service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 17:39:24 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2018-10-24T17:39:24Z</dc:date>
    <item>
      <title>Webmap vs map service Labels</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630083#M7748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone using ArcGIS Server map services in webmaps had success controling&amp;nbsp;labels in the webmap? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When I publish an ArcGIS server map service with labeling off I can create labels in the webmap and they render in the Online map viewer, however they do not in the ArcGIS Runtime's MapView. &amp;nbsp;&lt;/LI&gt;&lt;LI&gt;If publish an ArcGIS Server map service with labels on then they do show up in the Runtime Map View, but I can't turn them off. &amp;nbsp;Removing labels in the webmap works for the Online map viewer, but the Runtime MapView again ignores the webmap's labeling properties. &amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, the ArcGIS Runtime MapView seems to completely ignore label properties specified in the webmap and only respect those of map service. &amp;nbsp;If there's a solution that I'm overlooking please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 18:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630083#M7748</guid>
      <dc:creator>MattBryant</dc:creator>
      <dc:date>2016-09-01T18:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webmap vs map service Labels</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630084#M7749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just noticed the WebMap labels are ignored.&amp;nbsp; Seems a pretty big deficiency to me.&amp;nbsp; It gives you no way to have different label configurations if they need to be done at the service level&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 17:24:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630084#M7749</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2018-10-24T17:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webmap vs map service Labels</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630085#M7750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Webmap labels are supported - we'll need to investigate why they are not working in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your webmap public, or can you share the JSON of the webmap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can switch off labels in a map image layer by iterating the sub layers and setting the property&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/P_Esri_ArcGISRuntime_Mapping_ArcGISMapImageSublayer_LabelsEnabled.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference//html/P_Esri_ArcGISRuntime_Mapping_ArcGISMapImageSublayer_LabelsEnabled.htm"&gt;ArcGISMapImageSublayer.LabelsEnabled Property&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 17:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630085#M7750</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-10-24T17:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Webmap vs map service Labels</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630086#M7751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The behavior as described is exactly what I see.&amp;nbsp; I had a WebMap with labeling defined in the WebMap but not on the service.&amp;nbsp; When I load the WebMap in Runtime (100.4) no labels appear.&amp;nbsp; I just went back and added labels into the Map in Pro and republished the service, the labels now show-up.&amp;nbsp; Even if the labels are turned off in the WebMap it honors the labeling defined on the service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 17:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/webmap-vs-map-service-labels/m-p/630086#M7751</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2018-10-24T17:39:24Z</dc:date>
    </item>
  </channel>
</rss>

