<?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 How to use CEH Digital River Network of Great Britain URL in my application using feature service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277058#M25555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use &lt;STRONG&gt;CEH Digital River Network of Great Britain&lt;/STRONG&gt; URL in my application as I am using feature service to display data from URL.&amp;nbsp;&lt;A href="https://arcg.is/1ebGvC0"&gt;https://arcg.is/1ebGvC0&lt;/A&gt;&amp;nbsp;this particular is providing external URL in WMS source. My question is how can I display this data in feature service and how can I generate that URL&amp;nbsp;to display data in my application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2020 13:49:57 GMT</pubDate>
    <dc:creator>shivammishra1</dc:creator>
    <dc:date>2020-09-04T13:49:57Z</dc:date>
    <item>
      <title>How to use CEH Digital River Network of Great Britain URL in my application using feature service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277058#M25555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use &lt;STRONG&gt;CEH Digital River Network of Great Britain&lt;/STRONG&gt; URL in my application as I am using feature service to display data from URL.&amp;nbsp;&lt;A href="https://arcg.is/1ebGvC0"&gt;https://arcg.is/1ebGvC0&lt;/A&gt;&amp;nbsp;this particular is providing external URL in WMS source. My question is how can I display this data in feature service and how can I generate that URL&amp;nbsp;to display data in my application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2020 13:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277058#M25555</guid>
      <dc:creator>shivammishra1</dc:creator>
      <dc:date>2020-09-04T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use CEH Digital River Network of Great Britain URL in my application using feature service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277059#M25556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The url can be retrieved from the portion of the page that is indicated in the attached image. To add it to the application then just use a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html"&gt;WMSLayer&lt;/A&gt; in the JS API.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/506401_Untitled-1.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2020 14:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277059#M25556</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-09-04T14:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use CEH Digital River Network of Great Britain URL in my application using feature service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277060#M25557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply, but after applying WMSLayer class in JS API. Still I am not able to display data in application. I think this might be the version problem because I'm using 4.14 version and WMSLayer is compatible with 4.4 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 04:53:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277060#M25557</guid>
      <dc:creator>shivammishra1</dc:creator>
      <dc:date>2020-09-07T04:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use CEH Digital River Network of Great Britain URL in my application using feature service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277061#M25558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tested that service using 4.16 it worked but it took about a minute to finally draw on the map because of the rivers. If specify only the Canals sublayer it is much quicker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var layer = new WMSLayer({&lt;BR /&gt;&amp;nbsp; url: "https://catalogue.ceh.ac.uk/maps/a78c90a2-8da4-4f0a-9c6a-c1d1a4a3c2b0",&lt;BR /&gt;&amp;nbsp; sublayers: [&lt;BR /&gt;&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; name: "HY.PhysicalWaters.WaterBodies.Canals"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; ]&lt;BR /&gt; });&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2020 14:09:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-ceh-digital-river-network-of-great/m-p/277061#M25558</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-09-08T14:09:32Z</dc:date>
    </item>
  </channel>
</rss>

