<?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: How to add wms layer from geoserver? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-add-wms-layer-from-geoserver/m-p/405378#M3493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone else is curious, there is a new knowledge base technical article covering this topic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/41542"&gt;HowTo: Consume open source (WMS and WMTS) services with the ArcGIS Runtime SDK for iOS&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 15:05:48 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2014-01-23T15:05:48Z</dc:date>
    <item>
      <title>How to add wms layer from geoserver?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-add-wms-layer-from-geoserver/m-p/405376#M3491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to add a wms layer that is served from an instance of geoserver using the AGSWMSLayer class but I haven't had any luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, using the layer preview option from the geoserver console we have a layer with the following URL format:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ourhostname/geoserver/esi/wms?service=WMS&amp;amp;version=1.1.0&amp;amp;request=GetMap&amp;amp;layers=esi:esi-environmental-sustainability-index-2005_human-sustenance&amp;amp;styles=&amp;amp;bbox=-180.0,-55.792,180.0,83.667&amp;amp;width=851&amp;amp;height=330&amp;amp;srs=EPSG:4326&amp;amp;format=image%2Fpng&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried a number of ways for pulling in this layer including the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;NSURL* wmsurl = [NSURL URLWithString: @"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ourhostname/geoserver/esi/wms?service=WMS&amp;amp;version=1.1.0&amp;amp;request=GetMap&amp;amp;styles=&amp;amp;bbox=-180.0,-55.792,180.0,83.667&amp;amp;width=851&amp;amp;height=330&amp;amp;srs=EPSG:4326&amp;amp;format=image%2Fpng" rel="nofollow" target="_blank"&gt;http://ourhostname/geoserver/esi/wms?service=WMS&amp;amp;version=1.1.0&amp;amp;request=GetMap&amp;amp;styles=&amp;amp;bbox=-180.0,-55.792,180.0,83.667&amp;amp;width=851&amp;amp;height=330&amp;amp;srs=EPSG:4326&amp;amp;format=image%2Fpng&lt;/A&gt;&lt;SPAN&gt;"];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSWMSLayer* wmsLayer = [[AGSWMSLayer alloc] initWithURL:wmsurl];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[self.mapView addMapLayer:wmsLayer withName:@"esi:esi-environmental-sustainability-index-2005_human-sustenance"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also having a difficult time getting any error information to help with the debugging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help sure would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 18:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-add-wms-layer-from-geoserver/m-p/405376#M3491</guid>
      <dc:creator>FrankPascuzzi</dc:creator>
      <dc:date>2013-08-06T18:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add wms layer from geoserver?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-add-wms-layer-from-geoserver/m-p/405377#M3492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not exactly the same case, but the logic should be pretty similar in this post: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/87638-Is-there-anyone-can-help-me-on-WMTS-services-accessing-problem-with-ArcGIS-iOS-SDK"&gt;WMTS Services&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 23:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-add-wms-layer-from-geoserver/m-p/405377#M3492</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2013-08-15T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add wms layer from geoserver?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-add-wms-layer-from-geoserver/m-p/405378#M3493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone else is curious, there is a new knowledge base technical article covering this topic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/41542"&gt;HowTo: Consume open source (WMS and WMTS) services with the ArcGIS Runtime SDK for iOS&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 15:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-add-wms-layer-from-geoserver/m-p/405378#M3493</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2014-01-23T15:05:48Z</dc:date>
    </item>
  </channel>
</rss>

