Skip to content

Commit

Permalink
chore: fix test by using PDOK endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Jan 6, 2025
1 parent 05d3d04 commit 56121f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
17 changes: 4 additions & 13 deletions examples/config_3d.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
version: 1.0.0
title: New York in 3D
title: Example 3D
# shortened title, used in breadcrumb path
serviceIdentifier: 3D
abstract: >-
Expand All @@ -23,16 +23,7 @@ availableLanguages:
- en
ogcApi:
3dgeovolumes:
tileServer: https://maps.ecere.com/3DAPI/collections/
tileServer: https://api.pdok.nl/kadaster/3d-basisvoorziening/ogc/v1/collections
collections:
- id: newyork
# optional basepath to 3D tiles on the tileserver. Defaults to the collection ID.
tileServerPath: "NewYork/3DTiles"
# URI template for individual 3D tiles
uriTemplate3dTiles: "3DTiles/{level}/{x}/{y}.b3m"

# optional URI template for subtrees, only required when "implicit tiling" extension is used
# uriTemplateImplicitTilingSubtree: ""

# URI template for digital terrain model (DTM) in Quantized Mesh format, REQUIRED when you want to serve a DTM
# uriTemplateDTM: ""
- id: gebouwen
uriTemplate3dTiles: "t/{level}/{x}/{y}.glb"
7 changes: 3 additions & 4 deletions examples/config_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,11 @@ ogcApi:
tableName: addresses

3dgeovolumes:
tileServer: https://maps.ecere.com/3DAPI/collections/
tileServer: https://api.pdok.nl/kadaster/3d-basisvoorziening/ogc/v1/collections
collections:
- id: addresses # same collection as the tiles/features
metadata: *addressMetadata
tileServerPath: "NewYork/3DTiles"
uriTemplate3dTiles: "3DTiles/{level}/{x}/{y}.b3m"
tileServerPath: "gebouwen"
uriTemplate3dTiles: "t/{level}/{x}/{y}.glb"

styles:
default: dummy-style
Expand Down

0 comments on commit 56121f2

Please sign in to comment.