github.com/PDOK/gokoala@v0.50.6/internal/ogc/tiles/testdata/config_minimal_tiles.yaml (about) 1 --- 2 version: 1.0.2 3 title: Minimal OGC API 4 abstract: This is a minimal OGC API 5 baseUrl: http://localhost:8080 6 serviceIdentifier: Min 7 license: 8 name: MIT 9 url: https://www.tldrlegal.com/license/mit-license 10 ogcApi: 11 # which OGC apis to enable. Possible values: tiles, styles, features, maps 12 tiles: 13 # base URL to webserver or object storage (e.g. azure blob or S3) 14 # which hosts the tiles. 15 tileServer: 16 http://localhost:9090 17 types: 18 - vector 19 supportedSrs: 20 - srs: EPSG:28992 21 zoomLevelRange: 22 start: 0 23 end: 12 24 - srs: EPSG:3857 25 zoomLevelRange: 26 start: 0 27 end: 30 28 styles: 29 default: "default" 30 stylesDir: /tmp 31 supportedStyles: 32 - id: "default" 33 title: Default style 34 formats: 35 - format: mapbox