Skip to content

Commit

Permalink
fixed OGC API- with OGC API -
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglodha committed Dec 10, 2023
1 parent e0fc323 commit 6d5c29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshop/content/docs/api-deep-dive/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ or process it.

### Client usage

Various clients/softwares supports OGC API- Features, You can checkout latest list [here](https://github.com/opengeospatial/ogcapi-features/blob/master/implementations/clients/README.md)
Various clients/softwares supports OGC API - Features, You can checkout latest list [here](https://github.com/opengeospatial/ogcapi-features/blob/master/implementations/clients/README.md)

In this workshop we'll check a client example ( Leaflet and OpenLayers ), Software example (QGIS), Native API example (GDAL) and also server example ( pygeoapi )

Expand Down Expand Up @@ -211,7 +211,7 @@ var overlay = L.featureGroup.ogcApi("https://demo.ldproxy.net/zoomstack/", {

#### Openlayers Implementation

Just like Leaflet.js, [Openlayers](https://openlayers.org/) also understands the GeoJSON format by default. Thus OGC API- Features can by used in it right out of the bat
Just like Leaflet.js, [Openlayers](https://openlayers.org/) also understands the GeoJSON format by default. Thus OGC API - Features can by used in it right out of the bat

```javascript
fetch('https://demo.ldproxy.net/zoomstack/collections/airports/items?limit=100', {
Expand Down

0 comments on commit 6d5c29b

Please sign in to comment.