Skip to content

Commit

Permalink
Update definitions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlauciani authored Oct 30, 2024
1 parent fb601c9 commit ed7122b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ components:
description: |-
Specify a list of polygons to select data.
Each poligon is `|` separated values, with counterclockwise values like `<lon>,<lat>` and last couple must be like the first one.
Each polygon is `|` separated values, with counterclockwise values like `<lon>,<lat>` and last couple must be like the first one.
* Example: `orpolygon=12,42,13,42,13,43,12,43,12,42|12.3,42.3,13.3,42.3,13.3,43.3,12.3,43.3,12.3,42.3`.
required: false
Expand All @@ -1229,7 +1229,7 @@ components:
description: |-
Specify a list of polygons to NOT select data within.
Each poligon is `|` separated values, with counterclockwise values like `<lon>,<lat>` and last couple must be like the first one.
Each polygon is `|` separated values, with counterclockwise values like `<lon>,<lat>` and last couple must be like the first one.
* Example: `notinpolygon=12.5,42,12.5,43,13,48,12.5,42|12.2,41.8,13.2,41.8,13.2,42.8,12.2,42.8,12.2,41.8`
required: false
Expand All @@ -1245,7 +1245,7 @@ components:
description: |-
Specify a list of pre-set polygons.
Each poligon is `,` separated value.
Each polygon is `,` separated value.
* Example: `wherepolygonnamein=area_confine_italia,area_vulcanica_italia`
schema:
Expand Down

0 comments on commit ed7122b

Please sign in to comment.