Skip to content

Commit fa50fab

Browse files
author
farah-alyasari
committed
spatial-io-connect-wfs-service check
1 parent a9421f8 commit fa50fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-maps/spatial-io-connect-wfs-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ manager: philmea
1212

1313
# Connect to a WFS service
1414

15-
A Web Feature Service (WFS) is a web service for querying spatial data that has a standardized API, which has been defined by the Open Geospatial Consortium (OGC).
15+
A Web Feature Service (WFS) is a web service for querying spatial data that has a standardized API, which has been defined by the Open Geospatial Consortium (OGC). The `WfsClient` class in the spatial IO module lets developers connect to a WFS service and query data from the service.
1616

17-
The following features are supported by the `WfsClient` class in the spatial IO module.
17+
The following features are supported by the `WfsClient` class:
1818

1919
- Supported versions: `1.0.0`, `1.1.0`, and `2.0.0`
2020
- Supported filter operators: binary comparisons, logic, math, value, and `bbox`.
@@ -89,7 +89,7 @@ The following code uses the WFS client to explore WFS services. Select a propert
8989
<iframe height='700' scrolling='no' title= 'WFS service explorer' src='//codepen.io/azuremaps/embed/bGdrvmG/?height=700&theme-id=0&default-tab=result&embed-version=2&editable=true' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='https://codepen.io/azuremaps/pen/bGdrvmG/'>WFS service explorer</a> by Azure Maps (<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.
9090
</iframe>
9191

92-
You may also use a proxy service to load resource that is hosted on domains that aren't CORs enabled. You would first define a variable to hold the proxy service url and set the `proxyService` option for the WFS client. To render a proxy service option for the user, add a user input to the UI. Load the service url when the input is clicked. The following snippets show you how to use the proxy service.
92+
You may also use a proxy service to load resources that are hosted on domains that aren't CORs enabled. You would first define a variable to hold the proxy service url and set the `proxyService` option for the WFS client. To render a proxy service option for the user, add a user input to the UI. Load the service url when the input is clicked. The following snippets show you how to use the proxy service.
9393

9494
```javascript
9595

0 commit comments

Comments
 (0)