OGC Web Services

OGC Web Services#

Overview#

You can view Project capabilities via Stores:

To view your GetCapability urls as well as ESPG and Bounding Box, click on the “info” link at right:

../../_images/show-gdal.png

The Store GetCapability urls, ESPG, and Bounding Box are displayed in modal:

../../_images/getCapabilities.png

Clicking the link will take you to the document(s)

../../_images/show-cap.png

Layer WMS URLs#

Layer Urls can be viewed via Layers

Click on the info link at right:

../../_images/show-wms-info.png

The information is displayed:

../../_images/show-wms.png

To get the url for a WMS or WFS url, simply select it from the appropriate dropdown.

For example, the WMS PNG url:

../../_images/show-png.png

You can now copy the full url from the browser as below:

../../_images/show-wms-url.png

WFS URLs#

An examples of a WFS layer for adding featurs to layers:

https://domain.com/layers/<layerid>/proxy_qgis.php?service=WFS&version=1.1.0&request=GetFeature&typeName=<layername>&maxFeatures=500&OUTPUTFORMAT=application/geo json

Where

  • <layerid> is the id for your layer

  • <layername> is the name of your layer

As an example the WFS url for the demo States layer would be:

https://domain.com/layers/2/proxy_qgis.php?service=WFS&version=1.1.0&request=GetFeature&typeName=states&maxFeatures=500&OUTPUTFORMAT=application/geo json

Show Info#