{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "area": "1", "names": "South America" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -100, -80 ], [ -100, 27 ], [ -27, 27 ], [ -27, -80 ], [ -100, -80 ] ] ] } }, { "type": "Feature", "properties": { "area": "1a", "names": "South America Pacific" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -100, -61 ], [ -100, 5 ], [ -70, 5 ], [ -70, -61 ], [ -100, -61 ] ] ] } }, { "type": "Feature", "properties": { "area": "1b", "names": "South America Atlantic" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -70, -61 ], [ -70, 9 ], [ -30, 9 ], [ -30, -61 ], [ -70, -61 ] ] ] } }, { "type": "Feature", "properties": { "area": "1c", "names": "South America Carribean" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -100, 5 ], [ -100, 25 ], [ -38, 25 ], [ -38, 5 ], [ -100, 5 ] ] ] } }, { "type": "Feature", "properties": { "area": "2", "names": "West Africa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -26, -46 ], [ -26, 30 ], [ 26, 30 ], [ 26, -46 ], [ -26, -46 ] ] ] } }, { "type": "Feature", "properties": { "area": "2a", "names": "Gulf of Guinea" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6, -13 ], [ -6, 13 ], [ 19, 13 ], [ 19, -13 ], [ -6, -13 ] ] ] } }, { "type": "Feature", "properties": { "area": "3", "names": "Western Indian Ocean" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26, -46 ], [ 26, 30.5 ], [ 78, 30.5 ], [ 78, -46 ], [ 26, -46 ] ] ] } }, { "type": "Feature", "properties": { "area": "3a", "names": "Gulf of Aden Red Sea" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32, 10 ], [ 32, 30.5 ], [ 37, 30.5 ], [ 53, 23 ], [ 53, 10 ], [ 32, 10 ] ] ] } }, { "type": "Feature", "properties": { "area": "4", "names": "Southeast Asia, South Asia or Eastern Indian Ocean" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 78, 27 ], [ 117, 27 ], [ 137, 8 ], [ 137, -46 ], [ 78, -46 ], [ 78, 27 ] ] ] } }, { "type": "Feature", "properties": { "area": "4a", "names": "Malacca Singapore, Malacca" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 94, -1 ], [ 94, 7 ], [ 108, 7 ], [ 108, -1 ], [ 94, -1 ] ] ] } }, { "type": "Feature", "properties": { "area": "5", "names": "North Atlantic" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -100, 27 ], [ -100, 70 ], [ 29, 70 ], [ 29, 58 ], [ -6, 41 ], [ -6, 27 ], [ -100, 27 ] ] ] } }, { "type": "Feature", "properties": { "area": "6", "names": "Mediterranean Sea" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6, 30.5 ], [ -6, 36 ], [ 6, 48 ], [ 19, 48 ], [ 29, 38 ], [ 38, 38 ], [ 38, 30.5 ], [ 20, 30.5 ], [ 20, 30 ], [ -6, 30 ], [ -6, 30.5 ] ] ] } }, { "type": "Feature", "properties": { "area": "7", "names": "North Pacific, Pacific" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 117, 27 ], [ 117, 63 ], [ 190, 63 ], [ 190, -62 ], [ 138, -62 ], [ 138, 7 ], [ 117, 27 ] ] ] } }, { "type": "Feature", "properties": { "area": "8", "names": "Black Sea Caspian Sea" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 42.5, 35 ], [ 42.5, 38.5 ], [ 34, 38.5 ], [ 34, 41 ], [ 28, 41 ], [ 25, 44 ], [ 25, 50 ], [ 60, 50 ], [ 60, 35 ], [ 42.5, 35 ] ] ] } } ] }