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

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