Skip to content

Commit 9513309

Browse files
committed
Removed commented out sections that referenced the old codepen examples.
1 parent 61a0f88 commit 9513309

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,19 @@ The specification for the WFS standard makes use of OGC filters. The WFS client
7070
- `PropertyIsNull`
7171
- `PropertyIsNil`
7272
- `PropertyIsBetween`
73+
7374
<!--------------------------------------------------
7475
The [WFS filter example] sample demonstrates the use of different filters with the WFS client. For the source code for this sample, see [WFS filter example source code].
7576
7677
:::image type="content" source="./media/spatial-io-connect-wfs-service/wfs-filter-example.png"alt-text="A screenshot that shows The WFS filter sample that demonstrates the use of different filters with the WFS client.":::
7778
-------------------------------------------------->
78-
<!--------------------------------------------------
79-
> [!VIDEO //codepen.io/azuremaps/embed/NWqvYrV/?height=500&theme-id=0&default-tab=result&embed-version=2&editable=true]
80-
-------------------------------------------------->
8179

8280
## WFS service explorer
8381

8482
The [WFS service explorer] sample is a simple tool for exploring WFS services on Azure Maps. For the source code for this sample, see [WFS service explorer source code].
8583

8684
:::image type="content" source="./media/spatial-io-connect-wfs-service/wfs-service-explorer.png" lightbox="./media/spatial-io-connect-wfs-service/wfs-service-explorer.png" alt-text="A screenshot that shows a simple tool for exploring WFS services on Azure Maps.":::
8785

88-
<!--------------------------------------------------
89-
> [!VIDEO //codepen.io/azuremaps/embed/bGdrvmG/?height=700&theme-id=0&default-tab=result&embed-version=2&editable=true]
90-
-------------------------------------------------->
91-
9286
To access WFS services hosted on non-CORS enabled endpoints, a CORS enabled proxy service can be passed into the `proxyService` option of the WFS client as shown in the following example.
9387

9488
```JavaScript

0 commit comments

Comments
 (0)