Skip to content

Commit

Permalink
Update OGC API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 29, 2024
1 parent 0e69ea5 commit f295c2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/integrator/ogc_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ e.g.: ``config://mapserver/mapserv_proxy/ExampleOGCserver``.

It is also recommended for any server type, to remove all special characters in the OGC Server names because they appear in the path of the URL.

The OGC Server should have the same name than the alias and use the following URL:
``config://mapserver/mapserv_proxy/<alias>?MAP=<alias>``, where ``<alias>`` is the name of the alias.
The alias is at two place in the URL to make working both the WMS and the OGC API.

For QGIS Server, the URL didn't changes, it is ``config://qgisserver?MAP=<project_file>``.

QGIS Server and MapServer are already configured to support the OGC API and detect automatically if the compatible path is requested.

Landing pages for both MapServer and QGIS Server are not supported yet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Information to know before starting the upgrade
- Update Webpack to version 5 and remove Babel transpilation to ES05,
See the related pull request: https://github.com/camptocamp/ngeo/pull/9463.
- Update FontAwesome to version 6,
See the related pull request: https://github.com/camptocamp/ngeo/pull/9470
See the related pull request: https://github.com/camptocamp/ngeo/pull/9470.

3. For the OGC API, the MapServer configuration changes, now multi map files are supported by default and the URL in
the admin interface should be updated, see the OGC APT - Features documentation for more information.

Information
===========
Expand Down

0 comments on commit f295c2c

Please sign in to comment.