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

     1  ---
     2  version: 1.0.2
     3  title: OGC API Features
     4  abstract: Config specific for BAG benchmark
     5  baseUrl: http://localhost:8080
     6  serviceIdentifier: Bench
     7  license:
     8    name: CC0
     9    url: https://www.tldrlegal.com/license/creative-commons-cc0-1-0-universal
    10  ogcApi:
    11    features:
    12      validateResponses: false  # improves performance
    13      datasources:
    14        defaultWGS84:
    15          geopackage:
    16            local:
    17              file: ./examples/resources/addresses-crs84.gpkg
    18        additional:
    19          - srs: EPSG:28992
    20            geopackage:
    21              local:
    22                file: ./examples/resources/addresses-rd.gpkg
    23          - srs: EPSG:3035
    24            geopackage:
    25              local:
    26                file: ./examples/resources/addresses-etrs89.gpkg
    27      collections:
    28        - id: dutch-addresses
    29          tableName: addresses  # name of the feature table (optional), when omitted collection ID is used.
    30          metadata:
    31            description: addresses
    32            temporalProperties:
    33              startDate: validfrom
    34              endDate: validto
    35            extent:
    36              srs: EPSG:4326
    37              interval: [ "\"1970-01-01T00:00:00Z\"", "null" ]