<?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 Labels duplication during the map panning (iOS SDK 10.2.4) in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/labels-duplication-during-the-map-panning-ios-sdk/m-p/250284#M2363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to avoid labels duplication while panning a map in ArcGIS iOS SDK 10.2.4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem can be reproduced while panning the map view as demonstrated in the attached pictures. Duplicate labels are drawn while you slowly pan to reveal concealed area of the region. However, once you zoom in or zoom out, even slightly, the duplicate labels disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is used for this example are the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;AGSGraphicsLayer with AGSGraphic objects representing district borders added to it.&lt;/LI&gt;&lt;LI&gt;AGSUniqueValueRenderer initialized with unique value AGSTextSymbol for each district graphic.&lt;/LI&gt;&lt;LI&gt;Even if I use AGSSimpleRenderer with a single text symbol I still get the same problem.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="begin pan.png" class="jive-image image-1" src="/legacyfs/online/58961_begin pan.png" style="width: 620px; height: 812px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="end pan.png" class="jive-image image-2" src="/legacyfs/online/58962_end pan.png" style="width: 620px; height: 812px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 12:59:56 GMT</pubDate>
    <dc:creator>RuslanYusupov</dc:creator>
    <dc:date>2015-02-05T12:59:56Z</dc:date>
    <item>
      <title>Labels duplication during the map panning (iOS SDK 10.2.4)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/labels-duplication-during-the-map-panning-ios-sdk/m-p/250284#M2363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to avoid labels duplication while panning a map in ArcGIS iOS SDK 10.2.4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem can be reproduced while panning the map view as demonstrated in the attached pictures. Duplicate labels are drawn while you slowly pan to reveal concealed area of the region. However, once you zoom in or zoom out, even slightly, the duplicate labels disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is used for this example are the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;AGSGraphicsLayer with AGSGraphic objects representing district borders added to it.&lt;/LI&gt;&lt;LI&gt;AGSUniqueValueRenderer initialized with unique value AGSTextSymbol for each district graphic.&lt;/LI&gt;&lt;LI&gt;Even if I use AGSSimpleRenderer with a single text symbol I still get the same problem.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="begin pan.png" class="jive-image image-1" src="/legacyfs/online/58961_begin pan.png" style="width: 620px; height: 812px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="end pan.png" class="jive-image image-2" src="/legacyfs/online/58962_end pan.png" style="width: 620px; height: 812px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 12:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/labels-duplication-during-the-map-panning-ios-sdk/m-p/250284#M2363</guid>
      <dc:creator>RuslanYusupov</dc:creator>
      <dc:date>2015-02-05T12:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Labels duplication during the map panning (iOS SDK 10.2.4)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/labels-duplication-during-the-map-panning-ios-sdk/m-p/250285#M2364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruslan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your detail pictures to show the odd behavior.&lt;/P&gt;&lt;P&gt;I wonder is this can reproduce on physical device or only on Simulator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/labels-duplication-during-the-map-panning-ios-sdk/m-p/250285#M2364</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2015-02-05T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Labels duplication during the map panning (iOS SDK 10.2.4)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/labels-duplication-during-the-map-panning-ios-sdk/m-p/250286#M2365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Yue!&lt;/P&gt;&lt;P&gt;The sample I provide is a quintessence of the problem described.&lt;/P&gt;&lt;P&gt;We've started wondering about iOS SDK labeling abilities on iPad Air 2 with our native application using ArcGIS SDK. Then we did it with that application on simulator, and then continued wondering using "clean" sample app. Should we provide video with iPad?&lt;BR /&gt;To save time we can make video with app using right-way-written code for labeling that you will provide.&lt;/P&gt;&lt;P&gt;Yue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/labels-duplication-during-the-map-panning-ios-sdk/m-p/250286#M2365</guid>
      <dc:creator>RuslanYusupov</dc:creator>
      <dc:date>2015-02-06T09:40:58Z</dc:date>
    </item>
  </channel>
</rss>

