diff --git a/docs/reference/aggregations/metrics/cartesian-bounds-aggregation.asciidoc b/docs/reference/aggregations/metrics/cartesian-bounds-aggregation.asciidoc index 13a05d48f071..0a560c9be562 100644 --- a/docs/reference/aggregations/metrics/cartesian-bounds-aggregation.asciidoc +++ b/docs/reference/aggregations/metrics/cartesian-bounds-aggregation.asciidoc @@ -70,12 +70,12 @@ The response for the above aggregation: "viewport": { "bounds": { "top_left": { - "x": 232.69999679178, - "y": 4886.111099738628 + "x": 232.6999969482422, + "y": 4886.111328125 }, "bottom_right": { - "x": 233.63889567553997, - "y": 4885.999997612089 + "x": 233.63890075683594, + "y": 4886.0 } } } @@ -133,12 +133,12 @@ POST /places/_search?size=0 "viewport": { "bounds": { "top_left": { - "x": 491.2349972873926, - "y": 5239.420966710895 + "x": 491.2349853515625, + "y": 5239.4208984375 }, "bottom_right": { - "x": 496.9425117596984, - "y": 5237.4080987647176 + "x": 496.9425048828125, + "y": 5237.408203125 } } }