{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          0,
          999
        ]
      },
      "properties": {
        "issue": "latitude out of range"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              0,
              0
            ],
            [
              0,
              1
            ],
            [
              1,
              1
            ]
          ]
        ]
      },
      "properties": {
        "issue": "ring not closed"
      }
    }
  ]
}
