<?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: Labeling Limitations in Map Image Layers in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533863#M20691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/178871"&gt;Logan Suhr&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you pls give us repro map/map to help us reproduce? You may also contact Esri support and open a ticket for this. And we will look into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2020 20:29:41 GMT</pubDate>
    <dc:creator>TanuHoque</dc:creator>
    <dc:date>2020-06-16T20:29:41Z</dc:date>
    <item>
      <title>Labeling Limitations in Map Image Layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533862#M20690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently published a map image layer to my enterprise environment (10.8) and noticed that my label classes are either not appearing or displaying differently than I designed in ArcGIS Pro (2.5.0).&amp;nbsp; I am using Arcade for my label expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two label classes on one layer that was published.&amp;nbsp; They are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Diameter and Material&lt;/STRONG&gt;&lt;BR /&gt;The feature class&amp;nbsp;is using coded domains for pipe diameter and material.&amp;nbsp; So code of 6 has a&amp;nbsp;description of 6".&amp;nbsp; The double quote being the notation for inches and is a key component in the label.&amp;nbsp; In addition to pipe diameter I have also added pipe material to the label.&amp;nbsp; I split&amp;nbsp;the description string for material to just use an abbreviation.&lt;BR /&gt;&lt;BR /&gt;For example, I have a pipe diameter code of 6 = 6" and material code of 83 = Cast Iron - CAS.&lt;BR /&gt;My Arcade expression is:&lt;BR /&gt;DomainName($feature, 'diameter')+" "+Split(DomainName($feature, 'material'),' - ',2 )[1];&lt;BR /&gt;&lt;BR /&gt;In Pro, I&amp;nbsp;see 6" CAS&amp;nbsp;&amp;nbsp;&lt;IMG alt="6&amp;quot; CAS" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/496585_Diameter and Material.png" /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Length&lt;/STRONG&gt;&lt;BR /&gt;This label uses the STLength of the feature and a Round function to make it easier to read and adds a single quote to denote length are in feet.&lt;BR /&gt;My Arcade expression is:&lt;BR /&gt;Round($feature['SHAPE.STLength()'],1)+"'"&lt;BR /&gt;&lt;BR /&gt;In Pro,&amp;nbsp;see 107.6'&amp;nbsp;&lt;IMG alt="107.6&amp;quot;" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/496793_Length.png" /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I end up with after publishing removes the double quote and does not display the second label class at all.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Published Map Image Layer Label" class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/496794_Viewer_labeling_crop.png" /&gt;&lt;/P&gt;&lt;P&gt;I'm guessing that the double quote has to do with Arcade constants.&amp;nbsp; So if I use the code and not the DomainName function and TextFormatting.DoubleQuote instead, that it might help the Diameter and Length label class.&amp;nbsp; But what about the second label class?&amp;nbsp; I can't seem to find much about multiple label classes and map image layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 16:04:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533862#M20690</guid>
      <dc:creator>LoganSuhr_PSE</dc:creator>
      <dc:date>2020-06-16T16:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Limitations in Map Image Layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533863#M20691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/178871"&gt;Logan Suhr&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you pls give us repro map/map to help us reproduce? You may also contact Esri support and open a ticket for this. And we will look into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 20:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533863#M20691</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2020-06-16T20:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Limitations in Map Image Layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533864#M20692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/3685"&gt;Tanu Hoque&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I'm sorry, due to the sensitive nature of the data, I am unable to provide data or maps in this forum.&amp;nbsp; I will reach out to support and create a ticket.&amp;nbsp; If we get to a resolution, I'll post the finding here!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 02:13:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533864#M20692</guid>
      <dc:creator>LoganSuhr_PSE</dc:creator>
      <dc:date>2020-06-18T02:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Limitations in Map Image Layers</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533865#M20693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/178871"&gt;Logan Suhr&lt;/A&gt;‌. &lt;BR /&gt;If it turns out to be a bug, please share the bug # here when you get one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 02:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/labeling-limitations-in-map-image-layers/m-p/533865#M20693</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2020-06-18T02:23:45Z</dc:date>
    </item>
  </channel>
</rss>

