Skip to content

Commit

Permalink
Update clause_15_kvp-execute.adoc
Browse files Browse the repository at this point in the history
More input crs fixes.
  • Loading branch information
pvretano authored Jun 19, 2024
1 parent 4854c99 commit 78af833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/sections/clause_15_kvp-execute.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,11 @@ An example instance value for a bounding box input named `my_bbox` might be:
my_bbox=-79.63732855116733,43.570691463538644,-79.10227279076784,43.86582298161152
----
This is the same example as above but in a different CRS. An input parameter named `inputCrs[my_bbox]` is used to convey the CRS of the `my_bbox` parameter.
This is the same example as above but in a different CRS. An input parameter named `my_bbox[crs]` is used to convey the CRS of the `my_bbox` parameter.
[source]
----
my_bbox=43.570691463538644,-79.63732855116733,43.86582298161152,-79.10227279076784&inputCrs[my_bbox]=https://www.opengis.net/def/crs/EPSG/0/4326
my_bbox=43.570691463538644,-79.63732855116733,43.86582298161152,-79.10227279076784&my_bbox[crs]=https://www.opengis.net/def/crs/EPSG/0/4326
----
====
Expand Down

0 comments on commit 78af833

Please sign in to comment.