github.com/PDOK/gokoala@v0.50.6/internal/ogc/tiles/testdata/config_minimal_tiles_2.yaml (about)

     1  ---
     2  version: 2.0.2
     3  title: Minimal OGC API
     4  abstract: This is a minimal OGC API
     5  baseUrl: http://localhost:8080
     6  serviceIdentifier: Min
     7  license:
     8    name: MIT
     9    url: https://www.tldrlegal.com/license/mit-license
    10  ogcApi:
    11    # which OGC apis to enable. Possible values: tiles, styles, features, maps
    12    tiles:
    13      title: test
    14      abstract: test different abstract
    15      # base URL to webserver or object storage (e.g. azure blob or S3)
    16      # which hosts the tiles.
    17      tileServer:
    18        http://localhost:9090
    19      uriTemplateTiles:
    20        /foo/{tms}/{z}/{y}/{x}
    21      types:
    22        - vector
    23      supportedSrs:
    24        - srs: EPSG:3035
    25          zoomLevelRange:
    26            start: 0
    27            end: 14
    28    styles:
    29      default: "default"
    30      stylesDir: /tmp
    31      supportedStyles:
    32        - id: "default"
    33          title: Default style
    34          formats:
    35            - format: mapbox
    36            - format: sld10