Skip to content

Commit

Permalink
updated example by removing weird rounding digit length
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Feb 15, 2024
1 parent 9936b88 commit 5018e28
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/coordinate_transformation_api/assets/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ paths:
geometry:
type: LineString
coordinates:
- - 156264.906359842570964
- 601302.588919493253343
- - 165681.964475793502061
- 605544.313164469087496
- - 156264.9063
- 601302.5889
- - 165681.9644
- 605544.3131
responses:
"200":
description: OK
Expand Down Expand Up @@ -263,10 +263,10 @@ paths:
geometry:
type: LineString
coordinates:
- - 156264.90635984257
- 601302.5889194933
- - 165681.9644757935
- 605544.3131644691
- - 156264.9063
- 601302.5889
- - 165681.9644
- 605544.3131
responses:
"200":
description: OK
Expand All @@ -287,10 +287,10 @@ paths:
geometry:
type: LineString
coordinates:
- - 156264.906359842570964
- 601302.588919493253343
- - 165681.964475793502061
- 605544.313164469087496
- - 156264.9063
- 601302.5889
- - 165681.9644
- 605544.3131
headers:
api-version:
$ref: "#/components/headers/api-version"
Expand Down Expand Up @@ -753,7 +753,7 @@ components:
- - 165681.9645
- 605544.3131
properties:
segment_length: 10327.966539495786
segment_length: 10327.9665
id: null
crs:
properties:
Expand Down Expand Up @@ -1059,7 +1059,7 @@ components:
- 605544.3131
type: LineString
properties:
segment_length: 10327.966539495786
segment_length: 10327.9665
type: Feature
name: failed-line-segments
type: FeatureCollection
Expand Down

0 comments on commit 5018e28

Please sign in to comment.