[
  {
    "type": "FeatureCollection",
    "bbox": [
      100.0,
      0.0,
      -100.0,
      105.0,
      1.0,
      0.0
    ],
    "features": [
    ]
  },
  {
    "type": "FeatureCollection",
    "bbox": [
      100.0,
      0.0,
      105.0,
      1.0
    ],
    "features": [
    ]
  },
  {
    "type": "Feature",
    "bbox": [
      -10.0,
      -10.0,
      10.0,
      10.0
    ],
    "geometry": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            -10.0,
            -10.0
          ],
          [
            10.0,
            -10.0
          ],
          [
            10.0,
            10.0
          ],
          [
            -10.0,
            -10.0
          ]
        ]
      ]
    }
  },
  {
    "type": "Polygon",
    "bbox": [
      -10.0,
      -10.0,
      10.0,
      10.0
    ],
    "coordinates": [
      [
        [
          -10.0,
          -10.0
        ],
        [
          10.0,
          -10.0
        ],
        [
          10.0,
          10.0
        ],
        [
          -10.0,
          -10.0
        ]
      ]
    ]
  }
]
