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.
I'm able to add it here: http://jsfiddle.net/ZEBAJ/What are you doing differently?
Browsing the rest service gets a connection refused for me.
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:var myMap = new esri.Map("mapDiv"); var baseMap = new esri.layers.ArcGISTiledMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"); myMap.addLayer(baseMap);var referenceLayer = new esri.layers.ArcGISTiledMapServiceLayer("http://184.72.212.114:6080/arcgis/rest/services/WorldHydroReferenceOverlay/MapServer"); myMap.addLayer(referenceLayer);dojo.addOnLoad(init);I see the world topo map when viewing the webpage, but not the hydro map layer.Any help would be appreciated.PK
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.