Skip to content

Commit

Permalink
Add UI metadata for the WMTS layers
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 24, 2016
1 parent 1d78602 commit c33ebfc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions c2cgeoportal/scaffolds/update/CONST_vars.yaml_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ vars:
- wmsLayers
- minResolutionHint
- maxResolutionHint
# WMTS layers
- ogcServer
- layers
- queryLayers
- printLayers


# The list of functionalities that can be configured
# through the admin interface.
Expand Down
11 changes: 11 additions & 0 deletions doc/integrator/ngeo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,14 @@ Background layers

The background layers are configured in the database, with the layer group named
**background** (by default).

WMTS Layers
===========

To make the WMTS queryabe you should add those UI Metadata:
``ogcServer`` with the name of the used OGC server,
``layers`` or ``queryLayers`` with the layers to query (groups not supported).

To print the layers in the high quality you you should add those UI Metadata:
``ogcServer`` with the name of the used OGC server,
``layers`` or ``printLayers`` with the layers to print.

0 comments on commit c33ebfc

Please sign in to comment.