Blank Pop-up when using WMS layer

1043
1
03-15-2019 10:59 AM
BenjaminSkinner
New Contributor III

Hi there,

We host our data on GeoServer and use ArcGIS Online to create our maps. However, when I add a GeoServer layer to ArcGIS Online as an OGC Web Map Service, add it to a map, select enable pop-up and click the layer, the pop-up appears blank with no attributes showing in it. 

Here is the link to our GeoServer: 

http://soggy.zoology.ubc.ca:8080/geoserver/wms? service=wms& version=1.1.1& request=GetCapabilities

and the layer I have been testing is 'ShoreZone Algae and Kelp'. 

Any help on this issue would be much appreciated.

Thank you,

Ben

0 Kudos
1 Reply
KellyGerrow
Esri Frequent Contributor

This is the error message that i received in developer tools when trying to load the pop up:

Refused to display 'http://soggy.zoology.ubc.ca:8080/geoserver/wms?SERVICE=WMS&REQUEST=GetFeatureInfo&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=&VERSION=1.1.1&LAYERS=Haulouts_nopoint,psf:ShoreZone_ZOS&WIDTH=1477&HEIGHT=827&SRS=EPSG:3857&BBOX=-15006117.392941903,5652703.619858384,-11393397.688072294,7675533.136396751&INFO_FORMAT=text/html&QUERY_LAYERS=psf:ShoreZone_ZOS&FEATURE_COUNT=25&X=337&Y=542' in a frame because it set 'X-Frame-Options' to 'sameorigin'. 

This is something that will need to be modified on the web server that hosts Geoserver. Here is a quick article on where to start looking:

javascript - How to set 'X-Frame-Options' on iframe? - Stack Overflow 

-Kelly