Skip to content

Commit 2e68983

Browse files
Merge pull request #95 from PDOK/gokoala-bump
Gokoala bump
2 parents 0d83625 + 748117d commit 2e68983

File tree

4 files changed

+44
-56
lines changed

4 files changed

+44
-56
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import (
5353
)
5454

5555
const (
56-
defaultGokoalaImage = "docker.io/pdok/gokoala:1.5.5"
56+
defaultGokoalaImage = "docker.io/pdok/gokoala:1.6.0"
5757
)
5858

5959
var (

config/crd/bases/pdok.nl_ogcapis.yaml

Lines changed: 40 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,16 @@ spec:
18121812
description: Unique ID of the collection
18131813
pattern: ^[a-z0-9"]([a-z0-9_-]*[a-z0-9"]+|)$
18141814
type: string
1815+
isDtm:
1816+
default: false
1817+
description: Is a digital terrain model (DTM) in
1818+
Quantized Mesh format, REQUIRED when you want
1819+
to serve a DTM.
1820+
type: boolean
1821+
isImplicit:
1822+
description: Optional flag to indicate that the
1823+
collection is implicit.
1824+
type: boolean
18151825
links:
18161826
description: Links pertaining to this collection
18171827
(e.g., downloads, documentation)
@@ -2107,19 +2117,6 @@ spec:
21072117
- vector
21082118
type: string
21092119
type: array
2110-
uriTemplate3dTiles:
2111-
description: URI template for individual 3D tiles.
2112-
type: string
2113-
uriTemplateDTM:
2114-
description: URI template for digital terrain model
2115-
(DTM) in Quantized Mesh format, REQUIRED when
2116-
you want to serve a DTM.
2117-
type: string
2118-
uriTemplateImplicitTilingSubtree:
2119-
description: Optional URI template for subtrees,
2120-
only required when "implicit tiling" extension
2121-
is used.
2122-
type: string
21232120
uriTemplateTiles:
21242121
description: Optional template to the vector tiles
21252122
on the tileserver. Defaults to {tms}/{z}/{x}/{y}.pbf.
@@ -3211,6 +3208,16 @@ spec:
32113208
description: Unique ID of the collection
32123209
pattern: ^[a-z0-9"]([a-z0-9_-]*[a-z0-9"]+|)$
32133210
type: string
3211+
isDtm:
3212+
default: false
3213+
description: Is a digital terrain model (DTM) in
3214+
Quantized Mesh format, REQUIRED when you want
3215+
to serve a DTM.
3216+
type: boolean
3217+
isImplicit:
3218+
description: Optional flag to indicate that the
3219+
collection is implicit.
3220+
type: boolean
32143221
links:
32153222
description: Links pertaining to this collection
32163223
(e.g., downloads, documentation)
@@ -3506,19 +3513,6 @@ spec:
35063513
- vector
35073514
type: string
35083515
type: array
3509-
uriTemplate3dTiles:
3510-
description: URI template for individual 3D tiles.
3511-
type: string
3512-
uriTemplateDTM:
3513-
description: URI template for digital terrain model
3514-
(DTM) in Quantized Mesh format, REQUIRED when
3515-
you want to serve a DTM.
3516-
type: string
3517-
uriTemplateImplicitTilingSubtree:
3518-
description: Optional URI template for subtrees,
3519-
only required when "implicit tiling" extension
3520-
is used.
3521-
type: string
35223516
uriTemplateTiles:
35233517
description: Optional template to the vector tiles
35243518
on the tileserver. Defaults to {tms}/{z}/{x}/{y}.pbf.
@@ -5493,6 +5487,16 @@ spec:
54935487
description: Unique ID of the collection
54945488
pattern: ^[a-z0-9"]([a-z0-9_-]*[a-z0-9"]+|)$
54955489
type: string
5490+
isDtm:
5491+
default: false
5492+
description: Is a digital terrain model (DTM) in
5493+
Quantized Mesh format, REQUIRED when you want
5494+
to serve a DTM.
5495+
type: boolean
5496+
isImplicit:
5497+
description: Optional flag to indicate that the
5498+
collection is implicit.
5499+
type: boolean
54965500
links:
54975501
description: Links pertaining to this collection
54985502
(e.g., downloads, documentation)
@@ -5788,19 +5792,6 @@ spec:
57885792
- vector
57895793
type: string
57905794
type: array
5791-
uriTemplate3dTiles:
5792-
description: URI template for individual 3D tiles.
5793-
type: string
5794-
uriTemplateDTM:
5795-
description: URI template for digital terrain model
5796-
(DTM) in Quantized Mesh format, REQUIRED when
5797-
you want to serve a DTM.
5798-
type: string
5799-
uriTemplateImplicitTilingSubtree:
5800-
description: Optional URI template for subtrees,
5801-
only required when "implicit tiling" extension
5802-
is used.
5803-
type: string
58045795
uriTemplateTiles:
58055796
description: Optional template to the vector tiles
58065797
on the tileserver. Defaults to {tms}/{z}/{x}/{y}.pbf.
@@ -7913,6 +7904,16 @@ spec:
79137904
description: Unique ID of the collection
79147905
pattern: ^[a-z0-9"]([a-z0-9_-]*[a-z0-9"]+|)$
79157906
type: string
7907+
isDtm:
7908+
default: false
7909+
description: Is a digital terrain model (DTM) in
7910+
Quantized Mesh format, REQUIRED when you want
7911+
to serve a DTM.
7912+
type: boolean
7913+
isImplicit:
7914+
description: Optional flag to indicate that the
7915+
collection is implicit.
7916+
type: boolean
79167917
links:
79177918
description: Links pertaining to this collection
79187919
(e.g., downloads, documentation)
@@ -8208,19 +8209,6 @@ spec:
82088209
- vector
82098210
type: string
82108211
type: array
8211-
uriTemplate3dTiles:
8212-
description: URI template for individual 3D tiles.
8213-
type: string
8214-
uriTemplateDTM:
8215-
description: URI template for digital terrain model
8216-
(DTM) in Quantized Mesh format, REQUIRED when
8217-
you want to serve a DTM.
8218-
type: string
8219-
uriTemplateImplicitTilingSubtree:
8220-
description: Optional URI template for subtrees,
8221-
only required when "implicit tiling" extension
8222-
is used.
8223-
type: string
82248212
uriTemplateTiles:
82258213
description: Optional template to the vector tiles
82268214
on the tileserver. Defaults to {tms}/{z}/{x}/{y}.pbf.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/PDOK/ogcapi-operator
33
go 1.25.5
44

55
require (
6-
github.com/PDOK/gokoala v1.5.5
6+
github.com/PDOK/gokoala v1.6.0
77
github.com/google/go-cmp v0.7.0
88
github.com/onsi/ginkgo/v2 v2.27.2
99
github.com/onsi/gomega v1.38.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg
77
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
88
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
99
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
10-
github.com/PDOK/gokoala v1.5.5 h1:BRcfKXE4l8etXXt8gtPUN6oc2gku3vunSTxsGoQNdtE=
11-
github.com/PDOK/gokoala v1.5.5/go.mod h1:2Hu9KlEGU+ZoxDjk+nlMy4Lf7//tcLH+b9r4q5Fo8hw=
10+
github.com/PDOK/gokoala v1.6.0 h1:CVo1bb7thc9ZfXDwHlC7bh4ThITdtTnhI3YmE4/jnm8=
11+
github.com/PDOK/gokoala v1.6.0/go.mod h1:2Hu9KlEGU+ZoxDjk+nlMy4Lf7//tcLH+b9r4q5Fo8hw=
1212
github.com/alecthomas/assert/v2 v2.10.0 h1:jjRCHsj6hBJhkmhznrCzoNpbA3zqy0fYiUcYZP/GkPY=
1313
github.com/alecthomas/assert/v2 v2.10.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
1414
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=

0 commit comments

Comments
 (0)