Skip to content

Commit

Permalink
update OAS example height
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Feb 7, 2024
1 parent 261a21c commit 792e223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/coordinate_transformation_api/assets/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ paths:
coordinates:
- 52.763875
- 4.069801
- 115.904857
- 115.9049
text/plain:
schema:
type: string
example: "POINT Z (52.763875 4.069801 115.904857)"
example: "POINT Z (52.763875 4.069801 115.9049)"
description:
WKT representation of a point as POINT (...) or POINT Z (...)
headers:
Expand Down Expand Up @@ -700,7 +700,7 @@ paths:
coordinates:
- 52.763875
- 4.069801
- 115.904857
- 115.9049
properties:
id: 1

Expand Down

0 comments on commit 792e223

Please sign in to comment.