mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-22 10:10:49 +00:00
Reduce precision to fix test flakiness
This commit is contained in:
parent
9539ce4435
commit
30858515e3
@ -10,23 +10,23 @@
|
||||
[
|
||||
[
|
||||
-73.125,
|
||||
70.37785394109224
|
||||
70.3778
|
||||
],
|
||||
[
|
||||
-68.5546875,
|
||||
-7.710991655433217
|
||||
-68.554,
|
||||
-7.7109
|
||||
],
|
||||
[
|
||||
37.265625,
|
||||
66.93006025862448
|
||||
37.265,
|
||||
66.930
|
||||
],
|
||||
[
|
||||
37.6171875,
|
||||
-7.362466865535738
|
||||
37.617,
|
||||
-7.362
|
||||
],
|
||||
[
|
||||
-73.125,
|
||||
70.37785394109224
|
||||
70.3778
|
||||
]
|
||||
]
|
||||
]
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ "type": "FeatureCollection", "properties": {
|
||||
"bounds": "-73.125000,-7.710992,37.617188,70.377854",
|
||||
"bounds": "-73.125000,-7.710900,37.617000,70.377800",
|
||||
"center": "0.000000,0.000000,0",
|
||||
"description": "tests/bowtie/out/-z0.json.check.mbtiles",
|
||||
"format": "pbf",
|
||||
@ -13,7 +13,7 @@
|
||||
}, "features": [
|
||||
{ "type": "FeatureCollection", "properties": { "zoom": 0, "x": 0, "y": 0 }, "features": [
|
||||
{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [
|
||||
{ "type": "Feature", "properties": { }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -73.125000, 70.377854 ], [ -14.150391, 39.504041 ], [ -68.554688, -7.710992 ], [ -73.125000, 70.377854 ] ] ], [ [ [ 37.265625, 66.964476 ], [ 37.617188, -7.362467 ], [ -14.150391, 39.504041 ], [ 37.265625, 66.964476 ] ] ] ] } }
|
||||
{ "type": "Feature", "properties": { }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -73.125000, 70.377854 ], [ -14.150391, 39.504041 ], [ -68.554688, -7.623887 ], [ -73.125000, 70.377854 ] ] ], [ [ [ 37.177734, 66.930060 ], [ 37.529297, -7.275292 ], [ -14.150391, 39.504041 ], [ 37.177734, 66.930060 ] ] ] ] } }
|
||||
] }
|
||||
] }
|
||||
] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user