@@ -179,7 +179,7 @@ QueryParams:
179
179
180
180
- ** limit** (int): Limits the number of collections in the response.
181
181
- ** offset** (int): Collection's offset.
182
- - ** bbox** (str): Coma (,) delimited bbox coordinates to spatially filter collection in ` minx,miny,maxx,maxy ` form.
182
+ - ** bbox** (str): Comma (,) delimited bbox coordinates to spatially filter collection in ` minx,miny,maxx,maxy ` form.
183
183
- ** datetime** (str): Single datetime or ` / ` delimited datetime intervals to temporally filter features.
184
184
185
185
- interval-bounded = ` date-time/date-time `
@@ -412,16 +412,16 @@ QueryParams:
412
412
413
413
- ** limit** (int): Limits the number of features in the response. Defaults to 10.
414
414
- ** offset** (int): Features offset.
415
- - ** bbox** (str): Coma (,) delimited bbox coordinates to spatially filter features in ` minx,miny,maxx,maxy ` form.
415
+ - ** bbox** (str): Comma (,) delimited bbox coordinates to spatially filter features in ` minx,miny,maxx,maxy ` form.
416
416
- ** datetime** (str): Single datetime or ` / ` delimited datetime intervals to temporally filter features.
417
417
418
418
- interval-bounded = ` date-time/date-time `
419
419
- interval-half-bounded-start = ` ../date-time `
420
420
- interval-half-bounded-end = ` date-time/.. `
421
421
- datetime = ` date-time `
422
422
423
- - ** ids** * (str): Coma (,) delimited list of item Ids.
424
- - ** properties** * (str): Coma (,) delimited list of item properties to return in each feature.
423
+ - ** ids** * (str): Comma (,) delimited list of item Ids.
424
+ - ** properties** * (str): Comma (,) delimited list of item properties to return in each feature.
425
425
- ** filter** (str): CQL2 filter as defined by https://docs.ogc.org/DRAFTS/19-079r1.html#rc_filter
426
426
- ** filter-lang** (str, one of [ ` cql2-text ` , ` cql2-json ` ] ): ` Filter ` language. Defaults to ` cql2-text ` .
427
427
- ** geom-column** * (str): Select geometry column to apply filter on and to create geometry from.
@@ -588,16 +588,16 @@ PathParams:
588
588
QueryParams:
589
589
590
590
- ** limit** (int): Limits the number of features in the response. Defaults to 10000.
591
- - ** bbox** (str): Coma (,) delimited bbox coordinates to spatially filter features in ` minx,miny,maxx,maxy ` form.
591
+ - ** bbox** (str): Comma (,) delimited bbox coordinates to spatially filter features in ` minx,miny,maxx,maxy ` form.
592
592
- ** datetime** (str): Single datetime or ` / ` delimited datetime intervals to temporally filter features.
593
593
594
594
- interval-bounded = ` date-time/date-time `
595
595
- interval-half-bounded-start = ` ../date-time `
596
596
- interval-half-bounded-end = ` date-time/.. `
597
597
- datetime = ` date-time `
598
598
599
- - ** ids** * (str): Coma (,) delimited list of item Ids.
600
- - ** properties** * (str): Coma (,) delimited list of item properties to return in each feature.
599
+ - ** ids** * (str): Comma (,) delimited list of item Ids.
600
+ - ** properties** * (str): Comma (,) delimited list of item properties to return in each feature.
601
601
- ** filter** (str): CQL2 filter as defined by https://docs.ogc.org/DRAFTS/19-079r1.html#rc_filter
602
602
- ** filter-lang** (str, one of [ ` cql2-text ` , ` cql2-json ` ] ): ` Filter ` language. Defaults to ` cql2-text ` .
603
603
- ** geom-column** * (str): Select geometry column to apply filter on and to create geometry from.
0 commit comments