<?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: Problem in displaying WorldHydroReferenceOverlay in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582730#M54406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm able to add it here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/ZEBAJ/"&gt;http://jsfiddle.net/ZEBAJ/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you doing differently?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 16:23:25 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2012-12-03T16:23:25Z</dc:date>
    <item>
      <title>Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582728#M54404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to add the WorldHydroReferenceOverlay layer to my basemap and seems it is not getting added as I don't see this layer on my map when viewing the map. Here is my sample code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var myMap = new esri.Map("mapDiv");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var baseMap = new esri.layers.ArcGISTiledMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.addLayer(baseMap);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;var referenceLayer = new esri.layers.ArcGISTiledMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://184.72.212.114:6080/arcgis/rest/services/WorldHydroReferenceOverlay/MapServer" rel="nofollow" target="_blank"&gt;https://184.72.212.114:6080/arcgis/rest/services/WorldHydroReferenceOverlay/MapServer&lt;/A&gt;&lt;SPAN&gt;");&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.addLayer(referenceLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dojo.addOnLoad(init);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the world topo map when viewing the webpage, but not the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; hydro map layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 15:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582728#M54404</guid>
      <dc:creator>PabitraDash</dc:creator>
      <dc:date>2012-12-03T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582729#M54405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to add the WorldHydroReferenceOverlay layer to my basemap and seems it is not getting added as I don't see this layer on my map when viewing the map. Here is my sample code:&lt;BR /&gt;&lt;BR /&gt;var myMap = new esri.Map("mapDiv");&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var baseMap = new esri.layers.ArcGISTiledMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.addLayer(baseMap);&lt;BR /&gt;&lt;BR /&gt;var referenceLayer = new esri.layers.ArcGISTiledMapServiceLayer("http://184.72.212.114:6080/arcgis/rest/services/WorldHydroReferenceOverlay/MapServer");&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.addLayer(referenceLayer);&lt;BR /&gt;&lt;BR /&gt;dojo.addOnLoad(init);&lt;BR /&gt;&lt;BR /&gt;I see the world topo map when viewing the webpage, but not the &lt;BR /&gt; hydro map layer.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;PK&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont see the URL as valid, are you sure its correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582729#M54405</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-12-03T16:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582730#M54406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm able to add it here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/ZEBAJ/"&gt;http://jsfiddle.net/ZEBAJ/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you doing differently?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582730#M54406</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-12-03T16:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582731#M54407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Browsing the rest service gets a connection refused for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582731#M54407</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-12-03T16:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582732#M54408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Browsing the rest service gets a connection refused for me.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can browse here with no problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://184.72.212.114:6080/arcgis/rest/services/WorldHydroReferenceOverlay/MapServer"&gt;http://184.72.212.114:6080/arcgis/rest/services/WorldHydroReferenceOverlay/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582732#M54408</guid>
      <dc:creator>PabitraDash</dc:creator>
      <dc:date>2012-12-03T16:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582733#M54409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm able to add it here:&amp;nbsp; &lt;A href="http://jsfiddle.net/ZEBAJ/"&gt;http://jsfiddle.net/ZEBAJ/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What are you doing differently?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since my website is running on https, I am referencing the source for the hydro reference overlay with https and not http and that seems to fail to load this resource. Not sure how to solve this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 17:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582733#M54409</guid>
      <dc:creator>PabitraDash</dc:creator>
      <dc:date>2012-12-03T17:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582734#M54410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you are correct that the protocol used to host your application and retrieve your resources should be the same.&amp;nbsp; i am able to load the tiled service directly in the browser over HTTP but not HTTPS.&amp;nbsp; instead i see the error below.&amp;nbsp; if this is the case for you too perhaps you you might see whether the web server requires a client certificate and remove that restriction prior to retesting to see whether the layer is accessible in an HTTPS JavaScript application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;SSL connection error
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582734#M54410</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2021-12-12T01:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582735#M54411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One of our clients is seeing the same issue when accessing &lt;/SPAN&gt;&lt;A href="https://services.arcgisonline.com"&gt;https://services.arcgisonline.com&lt;/A&gt;&lt;SPAN&gt; using Chrome (latest). Could this be an internal IT issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Error message is &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error code: ERR_SSL_PROTOCOL_ERROR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582735#M54411</guid>
      <dc:creator>AamirSuleman</dc:creator>
      <dc:date>2014-01-02T16:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying WorldHydroReferenceOverlay</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582736#M54412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was able to solve by going to Internet Options (easy access from IE, Tools), Advanced Tab, Scroll all the way to the bottom. Check everything that starts with Use SSL or Use TLS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 17:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-in-displaying-worldhydroreferenceoverlay/m-p/582736#M54412</guid>
      <dc:creator>AamirSuleman</dc:creator>
      <dc:date>2014-01-02T17:09:57Z</dc:date>
    </item>
  </channel>
</rss>

