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

     1  ---
     2  version: 1.0.2
     3  title: OGC API Features
     4  abstract: Contains a slimmed-down/example version of the BAG-dataset
     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: ./internal/ogc/features/datasources/geopackage/testdata/bag.gpkg
    17              fid: feature_id
    18              queryTimeout: 15m # pretty high to allow debugging
    19      collections:
    20        - id: ligplaatsen
    21          filters:
    22            properties:
    23              - name: straatnaam
    24              - name: postcode
    25        - id: standplaatsen