Add WFS services

A Web Feature Service (WFS) is an open specification for serving geographic features over the web. Unlike a Web Map Service (WMS), a WFS service returns actual features with geometry and attributes. You can connect to an Open Geospatial Consortium (OGC) WFS service in ArcGIS Pro by creating a WFS service connection or adding a WFS item from your active portal.

Add a WFS server connection

To add a WFS server connection, complete the following steps:

  1. On the Insert tab, in the Project group, click the Connections button, click Server, and click New WFS Server New WFS Server.

    The Add WFS Server Connection dialog box appears.

  2. Type the URL of the WFS server site you want to connect to in the Server URL text box.

    The URL varies depending on the site configuration.

    An example URL is: http://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer

  3. From the Version drop-down menu, select the WFS version you want to connect to.

    The default version connects to the highest number version supported on the server.

  4. If the WFS service you are connecting to has additional capabilities or you want to set an ArcGIS Pro client-specific property for the WFS server connection, add custom request parameter names and values to the Custom request parameters section.

    Some examples of ArcGIS Pro client-specific reserved keywords that are commonly used are PAGESIZE to enable client-side paging, BBOX to limit features to a specific geographic area, MAXFEATURES to set the limit for number of features displayed in the map, and SWAPXY to swap the axis order of the layer. These keywords are applied to all layers listed in the WFS server connection. To modify the properties for individual layers, you can view or modify them on the WFS tab of the layer properties. Be aware that ArcGIS Pro cannot validate server-specific additional parameters.

    To add custom parameters, do the following:

    1. Click in the first cell.
    2. Specify the parameter name in the cell under the Parameter column.
    3. Specify the parameter value in the cell under the Value column.
    4. To add more parameters, click the Add Row button and repeat steps a through c.

    To delete custom parameters, do the following:

    1. Select the row that contains the parameter to be deleted.
    2. Click Remove Row to delete the row.
    3. Repeat steps a and b for every parameter to be deleted.
  5. Type your username and password if appropriate.

    Your credentials are saved and stored in the Windows Credential Manager by default, which is specific to the machine used to connect to the server. To save your username and password information to Windows Credential Manager or as a connection file, check the applicable Save Login check box.

  6. Click OK.

    A WFS connection file (.wfs) is created and saved in the project's home folder. An item referencing this connection file is added to the project, and the connection appears in the Servers folder on the Project tab of the Catalog pane.

  7. Expand the WFS connection to view the layers in the WFS service, right-click a layer and click an option in the Add To New drop-down menu, or click Add To Current Map Add To Current Map to add the WFS layer to the map.

    You can also add the service to the map by dragging it onto the map or into the Contents pane.

    The WFS item is added to the map. You can cancel adding the layer to the map by clicking Cancel on the progress dialog box. If the service supports paging, a default page size of 200 is used when adding the layer to the map. If the data does not display as expected when added to the map, you can modify the WFS layer properties.

WFS services allow you to add one or more layers. To select a group of layers, press Shift and click the first and last sublayer in the group you want to add. You can also select nonsequential layers by pressing Ctrl while clicking each individual layer. After selecting the layers, right-click the selected layers and choose to add them to either the current map or a new map. Adding multiple layers at once takes longer than adding one layer.

Add a WFS service from your active portal connection

WFS services can also be added to your portal. There are three sources for WFS items in your portal as follows:

  • WFS services that are published to ArcGIS Server sites you have federated with your portal are added automatically as items in your portal.
  • Third-party WFS services that are added as an item in your portal.
  • Hosted WFS services, which are created by publishing a WFS service from a hosted feature layer.

Each of these types of WFS portal items can be added to the map using the following steps:

  1. In the Catalog pane, click the Portal tab.
  2. Browse to or search for the WFS items you want to use from the My Content, My Groups, or ArcGIS Online collections.

    Hover over a portal item to see the item type.

  3. Right-click the item and click an option in the Add To New drop-down menu, or click Add To Current Map Add To Current Map to add the WFS layer to the map.

    You can also add the service to the map by dragging it onto the map or into the Contents pane. If the service contains multiple layers, you are prompted to choose the layer to add to the map.

    The WFS item is added to the map. You can cancel adding the layer to the map by clicking Cancel on the progress dialog box. If the data does not display as expected when added to the map, you can modify the WFS layer properties.

WFS services allow you to add one or more layers. To select a group of layers, press Shift and click the first and last sublayer in the group you want to add. You can also select nonsequential layers by pressing Ctrl while clicking each individual layer. After selecting the layers, right-click the selected layers and choose to add them to either the current map or a new map. Adding multiple layers at once takes longer than adding one layer.

Use a custom request parameter

The custom request parameters form can be used to input additional capabilities that are supported by the WFS service. The input key value pair can be a custom parameter that is specific to the WFS server implementation, or you can use one of the reserved keywords implemented by the ArcGIS Pro client.

Use a key value pair

Some WFS services may have specific key-value pairs that are used to execute a custom query on the service. The key-value pair will be appended to the WFS URL after the question mark character. For example, the WFS URL is http://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer?. If you have a custom parameter named myCustomKey, you can enter the myCustomKey value into the Parameter cell and enter the value in the Value cell. When ArcGIS Pro makes a request to connect to the WFS service, it will append the key value pair to the WFS URL, for example, http://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer?request=GetCapabilities&service=WFS&myCustomKey=myValue.

Use a reserved keyword

The ArcGIS Pro WFS client has reserved keywords that can be used to specify a connection property for the WFS server connection. The value you set for these parameters will apply to all layers in the WFS service. If you want to apply a reserved keyword to individual layers in the WFS service instead of per service connection, you must create multiple connections with the different parameter values or update the WFS layer properties in the map. The following table lists the custom parameter names and values you can use to set the properties of the WFS server connection file:

KeywordDescription

BBOX

Provide a bounding box extent to limit the extent of the features returned, for example, -122.5,37.7,-122.3,37.8. This parameter is useful when you want to limit the number of features returned in all of the WFS layers to a specific geographic area. This is only applicable for snapshot mode.

MAXFEATURES

Set the maximum number of features returned for layers in a WFS server connection. Setting this value can avoid performance problems if the service has a large number of features. The default value is 3000.

OUTPUTFORMAT

Specify the format in which to request the features. WFS services can support multiple output format types, but by default, the format is GML. Only use this option if the service supports the output format specified. You can check which output formats the service supports in the GetCapabilities response.

  • GEOJSON—Request the features in a GeoJSON format.
  • GEOJSON + GZIP—Request the features in a GeoJSON GZip format, for example, GEOJSON%2BGZIP.
  • ESRIGEOJSON—Request the features in an Esri GeoJSON format.
  • ESRIGEOJSON + GZIP—Request the features in an Esri GeoJSON GZip format, for example, ESRIGEOJSON%2BGZIP

The SWAPXY and SWAPXYFILTER properties are not applicable when the output format is GeoJSON.

PAGESIZE

Specify the page size to use when a GetFeature request is made to load data into the map. By default, if the service supports paging, a page size value of 200 is used. A service that does not support paging may have slow performance when requesting a large number of features in one request. Use this keyword to request a specific number of features to be returned per page. For example, PAGESIZE equals 100.

This keyword is only applicable for WFS 2.0 services that support startIndex and count parameters. The keyword is not applicable when using the on demand connection mode.

STRINGLENGTH

Specify the length for text fields in the WFS layer. When a layer is opened in the map, the length of all text fields is truncated to 255 characters by default.

SWAPXY

Swap the x,y coordinates for the display of the layer.

  • TRUE—Swap the order of X,Y.
  • FALSE—Do not swap the order of X,Y. This is the default.

SWAPXYFILTER

Swap the x,y coordinates for spatial filter requests sent to the server.

  • TRUE—Swap the order of X,Y for filter requests.
  • FALSE—Do not swap the order of X,Y for filter requests. This is the default.
Note:

With the exception of the BBOX, STRINGLENGTH, OUTPUTFORMAT, and PAGESIZE keywords, all of the keywords have a corresponding setting for the layer in the WFS layer properties. You can access the WFS layer properties by right-clicking the layer in the Contents pane and choosing Properties.

In addition to the keywords listed that can be used to specify WFS server connection properties, there are other reserved keywords that cannot be used since they have special meaning for WFS services or ArcGIS. These keywords include NAMESPACE, TYPENAME, VERSION, SERVICE, CRSNAME, REQUEST, USER, URL, PASSWORD, MODE, ANONYMOUS, HTTPTIMEOUT, CAPABILITIES_PARAMETERS, and CONNECTIONPATH.

Related topics