1.3 WMS and WFS of CONUS Boundaries

      URL: https://nassgeodata.gmu.edu/cgi-bin/wms_conustiger.cgi

Web Map Service (WMS)

      Request Examples

            - GetCapabilities
              https://nassgeodata.gmu.edu/cgi-bin/wms_conustiger.cgi?SERVICE=WMS&VERSION=1.0.0&REQUEST=GetCapabilities

            - GetMap
              https://nassgeodata.gmu.edu/cgi-bin/wms_conustiger.cgi?SERVICE=WMS&VERSION=1.0.0&REQUEST=GetMap&LAYERS=conus_states,conus_states_d&STYLES=&SRS=EPSG:4326&BBOX=-96,40,-90,43&WIDTH=800&HEIGHT=400&FORMAT=image/png



Web Feature Service (WFS)

      Request Examples

            - GetCapabilities
              https://nassgeodata.gmu.edu/cgi-bin/wms_conustiger.cgi?service=wfs&version=1.1.0&request=getcapabilities

            - DescribeFeatureType
              https://nassgeodata.gmu.edu/cgi-bin/wms_conustiger.cgi?service=wfs&version=1.1.0&request=DescribeFeatureType&typeName=conus_counties

            - GetFeature
              https://nassgeodata.gmu.edu/cgi-bin/wms_conustiger.cgi?service=wfs&version=1.1.0&request=GetFeature&typeName=conus_counties&maxFeatures=100