<?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: wrapAround doesn't work with tiled service in iOS, works in other API's in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221313#M2027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First I'll do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
#define kBaseMapMapServiceURL @"http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
...

- (void)viewDidLoad {
&amp;nbsp;&amp;nbsp;&amp;nbsp; [super viewDidLoad];&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //assign the layer delegate. 
 self.mapView.layerDelegate = self;
&amp;nbsp;&amp;nbsp;&amp;nbsp; //add the base map. 
 NSURL *mapUrl = [NSURL URLWithString:kBaseMapMapServiceURL];
 self.baseMapLayer = [AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:mapUrl];
 [self.mapView addMapLayer:self.baseMapLayer withName:@"Base Map"]

self.mapView.wrapAround = YES;
}

&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;that works without issue. then I add my tiled service like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
#define kBaseMapMapServiceURL @"http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
...

- (void)viewDidLoad {
&amp;nbsp;&amp;nbsp;&amp;nbsp; [super viewDidLoad];&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //assign the layer delegate. 
 self.mapView.layerDelegate = self;
&amp;nbsp;&amp;nbsp;&amp;nbsp; //add the base map. 
 NSURL *mapUrl = [NSURL URLWithString:kBaseMapMapServiceURL];
 self.baseMapLayer = [AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:mapUrl];
 [self.mapView addMapLayer:self.baseMapLayer withName:@"Base Map"]
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; NSURL *mapUrl3 = [NSURL URLWithString:{myServiceURL}];
 AGSTiledMapServiceLayer *Lyr3 = [AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:mapUrl3];
 [self.mapView addMapLayer:Lyr3 withName:@"MyService"];&amp;nbsp;&amp;nbsp; 

self.mapView.wrapAround = YES;
}

&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;this no longer wraps around. I have also tried making my service the basemap service and same issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:47:23 GMT</pubDate>
    <dc:creator>LukePhilips</dc:creator>
    <dc:date>2021-12-11T10:47:23Z</dc:date>
    <item>
      <title>wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221305#M2019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got a tiled map service that is Web Mercator (WKID 102100), I have no problem using it in the other client API's (e.g. JavaScript) with wrapAround however when I add it to a iOS mapView the wrap around no longer works. any recommended means of debugging this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 18:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221305#M2019</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-05-17T18:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221306#M2020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Luke,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you mean by no longer works? Are you setting the self.mapView.wrapAround property to TRUE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 15:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221306#M2020</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-05-18T15:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221307#M2021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I've thrown together a basic viewer that just adds the World Street Map as a baseMap with mapView.wrapAround = YES. That works, then I start adding a FeatureLayer, DynamicMapServiceLayer, and a TiledMapServiceLayer, commenting each on/off to test the wrapAround. The FeatureLayer and DynamicServiceLayer are no problem, but once I comment out those and add the TiledMapServiceLayer then the map no longer pans around the Date Line.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 16:51:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221307#M2021</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-05-18T16:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221308#M2022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are certain *Constraints* for wrap around to work. Please refer all details in the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.2/concepts/index.html#/Enabling_Wrap_Around/00pw00000050000000/"&gt;Wrap Around&lt;/A&gt;&lt;SPAN&gt; doc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Is your base layer's spatial reference either WGS 1984 or Web Mercator?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Is the base layer's full envelope covers entire world?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 17:02:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221308#M2022</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-05-18T17:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221309#M2023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Though how are these constraints verified in the SDK? e.g. I can see from the service that the Spatial Reference value is: 102100 (3857), is that the value checked by the SDK? As well, I have no problem with this service in the other SDK's like JavaScript when using wrapAround.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 19:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221309#M2023</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-05-18T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221310#M2024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These constrains are verified based on mapView's properties. When wrap around is not working, verify that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 20:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221310#M2024</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-05-18T20:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221311#M2025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;When wrap around is not working, verify that.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for? I can see that the mapView property for wrapAround goes to false once I add my tiled layer. I see the Spatial reference and full envelope though are the same with or without my tiled layer, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mapView-&amp;gt;_fullEnvelope:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSEnvelope: xmin = -20037507.067162, ymin = -19971868.880409, xmax = 20037507.067162, ymax = 19971868.880409, spatial reference: [AGSSpatialReference: wkid = 102100, wkt = null]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 21:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221311#M2025</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-05-18T21:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221312#M2026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you please list out the sequence of steps you are following? Are you loading your tiled layer as base layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try just adding your tiled layer (no other layer) with wrapAround = TRUE? What happens in that case?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 15:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221312#M2026</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-05-21T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221313#M2027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First I'll do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
#define kBaseMapMapServiceURL @"http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
...

- (void)viewDidLoad {
&amp;nbsp;&amp;nbsp;&amp;nbsp; [super viewDidLoad];&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //assign the layer delegate. 
 self.mapView.layerDelegate = self;
&amp;nbsp;&amp;nbsp;&amp;nbsp; //add the base map. 
 NSURL *mapUrl = [NSURL URLWithString:kBaseMapMapServiceURL];
 self.baseMapLayer = [AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:mapUrl];
 [self.mapView addMapLayer:self.baseMapLayer withName:@"Base Map"]

self.mapView.wrapAround = YES;
}

&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;that works without issue. then I add my tiled service like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
#define kBaseMapMapServiceURL @"http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
...

- (void)viewDidLoad {
&amp;nbsp;&amp;nbsp;&amp;nbsp; [super viewDidLoad];&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //assign the layer delegate. 
 self.mapView.layerDelegate = self;
&amp;nbsp;&amp;nbsp;&amp;nbsp; //add the base map. 
 NSURL *mapUrl = [NSURL URLWithString:kBaseMapMapServiceURL];
 self.baseMapLayer = [AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:mapUrl];
 [self.mapView addMapLayer:self.baseMapLayer withName:@"Base Map"]
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; NSURL *mapUrl3 = [NSURL URLWithString:{myServiceURL}];
 AGSTiledMapServiceLayer *Lyr3 = [AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:mapUrl3];
 [self.mapView addMapLayer:Lyr3 withName:@"MyService"];&amp;nbsp;&amp;nbsp; 

self.mapView.wrapAround = YES;
}

&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;this no longer wraps around. I have also tried making my service the basemap service and same issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:47:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221313#M2027</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2021-12-11T10:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221314#M2028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So it seems that your tiled layer is not meeting the criteria of being wrap around. Can you please attach a text file of your tiled layer JSON so I can have a look at it? You can get it like this..&lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer?f=pjson"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer?f=pjson&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 23:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221314#M2028</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-05-21T23:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221315#M2029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See attached, I've removed the layers in the arrays to make this more reasonable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 01:43:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221315#M2029</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-05-22T01:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: wrapAround doesn't work with tiled service in iOS, works in other API's</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221316#M2030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the file. You can see that the full extent of your tiled layer is...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Full Extent: &lt;BR /&gt;XMin: -20036554.6687116&lt;BR /&gt;YMin: -30240971.9583863&lt;BR /&gt;XMax: 20037164.0316042&lt;BR /&gt;YMax: 30240971.9583862&lt;BR /&gt;Spatial Reference: 102100 (3857)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The full extent of the &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"&gt;ESRI web mercator map&lt;/A&gt;&lt;SPAN&gt; is...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Full Extent: &lt;BR /&gt;XMin: -20037507.0671618&lt;BR /&gt;YMin: -19971868.8804086&lt;BR /&gt;XMax: 20037507.0671618&lt;BR /&gt;YMax: 19971868.8804086&lt;BR /&gt;Spatial Reference: 102100 (3857)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the reason why wrap around is not working for your layer. Please correct that and it should work!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wraparound-doesn-t-work-with-tiled-service-in-ios/m-p/221316#M2030</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-05-22T17:47:00Z</dc:date>
    </item>
  </channel>
</rss>

