@@ -445,7 +445,6 @@ spec:
445445 pattern : (image/png|text/xml|text/html)
446446 type : string
447447 querystring :
448- minLength : 1
449448 type : string
450449 x-kubernetes-validations :
451450 - message : a valid healthcheck contains 'Service=WFS'
@@ -1126,7 +1125,6 @@ spec:
11261125 type : integer
11271126 defaultCrs :
11281127 description : Default CRS (DataEPSG)
1129- minLength : 1
11301128 pattern : ^EPSG:(28992|25831|25832|3034|3035|3857|4258|4326)$
11311129 type : string
11321130 featureTypes :
@@ -1142,7 +1140,7 @@ spec:
11421140 description : Optional feature bbox
11431141 properties :
11441142 defaultCRS :
1145- description : DefaultCRS defines the feature’s bounding box in the service’s own CRS
1143+ description : DefaultCRS defines the EXTENT/wfs_extent for the featureType for use in the mapfile
11461144 properties :
11471145 maxx :
11481146 description : Rechtsonder X coördinaat
@@ -1167,7 +1165,7 @@ spec:
11671165 - miny
11681166 type : object
11691167 wgs84 :
1170- description : WGS84, if provided, gives the same bounding box reprojected into EPSG:4326.
1168+ description : WGS84, if provided, gives the same bounding box reprojected into EPSG:4326 for use in the capabilities .
11711169 properties :
11721170 maxx :
11731171 description : Rechtsonder X coördinaat
@@ -1191,8 +1189,6 @@ spec:
11911189 - minx
11921190 - miny
11931191 type : object
1194- required :
1195- - defaultCRS
11961192 type : object
11971193 data :
11981194 description : FeatureType data connection
@@ -1202,7 +1198,6 @@ spec:
12021198 properties :
12031199 blobKey :
12041200 description : Blobkey identifies the location/bucket of the .gpkg file
1205- minLength : 1
12061201 pattern : ^.+\/.+\/.+\.gpkg$
12071202 type : string
12081203 columns :
@@ -1225,7 +1220,6 @@ spec:
12251220 type : array
12261221 geometryType :
12271222 description : GeometryType of the table, must match an OGC type
1228- minLength : 1
12291223 pattern : ^(Multi)?(Point|LineString|Polygon)$
12301224 type : string
12311225 tableName :
@@ -1278,22 +1272,19 @@ spec:
12781272 properties :
12791273 blobKey :
12801274 description : BlobKey to the TIFF file
1281- minLength : 1
1282- pattern : \.(tif?f|vrt)$
1275+ pattern : ^.+\/.+\/.+\.(tif?f|vrt)$
12831276 type : string
12841277 getFeatureInfoIncludesClass :
12851278 default : false
12861279 description : ' "When a band represents nominal or ordinal data the class name (from styling) can be included in the getFeatureInfo"'
12871280 type : boolean
12881281 offsite :
12891282 description : Sets the color index to treat as transparent for raster layers, optional, hex or rgb
1290- minLength : 1
12911283 pattern : (#[0-9A-F]{6}([0-9A-F]{2})?)|([0-9]{1,3}\s[0-9]{1,3}\s[0-9]{1,3})
12921284 type : string
12931285 resample :
12941286 default : NEAREST
12951287 description : This option can be used to control the resampling kernel used sampling raster images, optional
1296- minLength : 1
12971288 pattern : (NEAREST|AVERAGE|BILINEAR)
12981289 type : string
12991290 required :
@@ -1344,7 +1335,7 @@ spec:
13441335 type : array
13451336 name :
13461337 description : Name of the feature
1347- minLength : 1
1338+ pattern : ^\S+$
13481339 type : string
13491340 title :
13501341 description : Title of the feature
0 commit comments