Select to view content in your preferred language

Problem with WMS popups from NGU

838
2
Jump to solution
05-30-2018 02:55 PM
MagneNygaard
New Contributor

Hi,

I'am trying out ArcGIS Online. I have added a WMS url to my map and activatet the popup function. But when i click on a object in the WMS layer, the popup box comes up, but it's stuck on loading the information and i never get the information queried.

Here is the WMS url i added: http://geo.ngu.no/mapserver/LosmasserWMS 

What i'am i doing wrong here? Any tips?

Tags (4)
0 Kudos
1 Solution

Accepted Solutions
KellyGerrow
Esri Frequent Contributor

As this is an HTTP web service url, ensure that you are using HTTP to access the map viewer.

Http: Pop up works:

http://www.arcgis.com/home/webmap/viewer.html?webmap=08ce7c41ce854a44a4ffb9ab7e02e1a5 

HTTPS and pop up does not work due to mixed content:

https://www.arcgis.com/home/webmap/viewer.html?webmap=08ce7c41ce854a44a4ffb9ab7e02e1a5 

-Kelly

View solution in original post

2 Replies
FC_Basson
MVP Regular Contributor

Worked just fine when I tested it:

0 Kudos
KellyGerrow
Esri Frequent Contributor

As this is an HTTP web service url, ensure that you are using HTTP to access the map viewer.

Http: Pop up works:

http://www.arcgis.com/home/webmap/viewer.html?webmap=08ce7c41ce854a44a4ffb9ab7e02e1a5 

HTTPS and pop up does not work due to mixed content:

https://www.arcgis.com/home/webmap/viewer.html?webmap=08ce7c41ce854a44a4ffb9ab7e02e1a5 

-Kelly