{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": { "name": "Canada" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-140, 70],
            [-60, 70],
            [-60, 50],
            [-100, 50],
            [-140, 60],
            [-140, 70]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": { "name": "United States" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-125, 49],
            [-67, 49],
            [-67, 25],
            [-125, 25],
            [-125, 49]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": { "name": "Mexico" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-117, 32],
            [-86, 32],
            [-86, 15],
            [-117, 15],
            [-117, 32]
          ]
        ]
      }
    },
    
        {
      "type": "Feature",
      "properties": { "name": "South America" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-82, 12],
            [-34, 12],
            [-34, -55],
            [-82, -55],
            [-82, 12]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": { "name": "Europe" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-10, 72],
            [40, 72],
            [40, 35],
            [-10, 35],
            [-10, 72]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": { "name": "Africa" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-20, 35],
            [55, 35],
            [55, -35],
            [-20, -35],
            [-20, 35]
          ]
        ]
      }
    },
    
        {
      "type": "Feature",
      "properties": { "name": "Middle East" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [35, 40],
            [65, 40],
            [65, 10],
            [35, 10],
            [35, 40]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": { "name": "Asia" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [65, 75],
            [180, 75],
            [180, 10],
            [65, 10],
            [65, 75]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": { "name": "Oceania" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [110, 10],
            [180, 10],
            [180, -45],
            [110, -45],
            [110, 10]
          ]
        ]
      }
    },
    
        {
      "type": "Feature",
      "properties": { "name": "Antarctica" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-180, -55],
            [180, -55],
            [180, -90],
            [-180, -90],
            [-180, -55]
          ]
        ]
      }
    }
  ]
}