Sample Request

The following is a sample GetFeatureInfo request:

http://localhost:18080/WMSService/WMS?SERVICE=WMS&REQUEST=GetFeatureInfo&SRS=EPSG:4326&BBOX=-180,-180,180,180&WIDTH=100&HEIGHT=100&Layers=WorldCountries&QUERY_Layers=WorldCountries&STYLES=&FORMAT=image/png&X=1&Y=1&FEATURE_COUNT=1&PIXELSEARCHRADIUS=5
Note: The code above should all be on a single line with no breaks. Due to space limitations, we cannot display the request in such a way in this document.