{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            170,
            0
          ],
          [
            -170,
            0
          ]
        ]
      },
      "properties": {
        "name": "crosses antimeridian"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          179.9999,
          0
        ]
      },
      "properties": {
        "name": "edge of the world"
      }
    }
  ]
}
