github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/config_features_multiple_collection_single_table.yaml (about) 1 --- 2 version: 1.0.2 3 title: OGC API Features 4 abstract: Testdata 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 collections: 18 - id: dutch-addresses-first 19 tableName: addresses # both use the same table, odd but allowed (with warning) 20 - id: dutch-addresses 21 tableName: addresses # both use the same table, odd but allowed (with warning) 22 - id: dutch-addresses-third 23 tableName: addresses # both use the same table, odd but allowed (with warning)