github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/config_features_bag.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: foo 21 tableName: ligplaatsen 22 filters: 23 properties: 24 - name: straatnaam 25 - name: postcode 26 metadata: 27 title: Foooo 28 description: Foooo 29 - id: bar 30 tableName: ligplaatsen 31 metadata: 32 title: Barrr 33 description: Barrr 34 tableName: ligplaatsen 35 - id: baz