@@ -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.
0 commit comments