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

     1  ---
     2  version: 1.0.2
     3  title: Minimal OGC API
     4  abstract: This is a minimal OGC API, offering only OGC API 3DGeoVolumes
     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    3dgeovolumes:
    12      tileServer: http://localhost:9091
    13      collections:
    14        - id: container_1
    15          uriTemplate3dTiles: "tiles/{level}/{x}/{y}.glb"
    16        - id: container_2
    17          uriTemplate3dTiles: "tiles2/{level}/{x}/{y}.i3d"