@@ -42,15 +42,13 @@ def collection_fixture() -> JsonDict:
42
42
"maxMetersPerPixel" : 800.0 ,
43
43
"extent" : {
44
44
"type" : "Polygon" ,
45
- "coordinates" : [
46
- [
47
- [13.293347498 , 45.366449953 ],
48
- [13.293347498 , 46.897693758 ],
49
- [16.575424424 , 46.897693758 ],
50
- [16.575424424 , 45.366449953 ],
51
- [13.293347498 , 45.366449953 ],
52
- ]
53
- ],
45
+ "coordinates" : [[
46
+ [13.293347498 , 45.366449953 ],
47
+ [13.293347498 , 46.897693758 ],
48
+ [16.575424424 , 46.897693758 ],
49
+ [16.575424424 , 45.366449953 ],
50
+ [13.293347498 , 45.366449953 ],
51
+ ]],
54
52
},
55
53
"hasSensingTimes" : "NO" ,
56
54
},
@@ -82,17 +80,15 @@ def tile_fixture() -> JsonDict:
82
80
"coverGeometry" : {
83
81
"crs" : {"type" : "name" , "properties" : {"name" : "urn:ogc:def:crs:EPSG::32633" }},
84
82
"type" : "MultiPolygon" ,
85
- "coordinates" : [
83
+ "coordinates" : [(
86
84
(
87
- (
88
- (369999.99998228427 , 5025000.000464492 ),
89
- (620000.000010147 , 5025000.000464773 ),
90
- (620000.000012391 , 5195000.000585059 ),
91
- (369999.9999783558 , 5195000.00058473 ),
92
- (369999.99998228427 , 5025000.000464492 ),
93
- ),
94
- )
95
- ],
85
+ (369999.99998228427 , 5025000.000464492 ),
86
+ (620000.000010147 , 5025000.000464773 ),
87
+ (620000.000012391 , 5195000.000585059 ),
88
+ (369999.9999783558 , 5195000.00058473 ),
89
+ (369999.99998228427 , 5025000.000464492 ),
90
+ ),
91
+ )],
96
92
},
97
93
"created" : "2020-06-22T12:33:36.081000Z" ,
98
94
"sensingTime" : None ,
0 commit comments