|
| 1 | +{ |
| 2 | + "type": "FeatureCollection", |
| 3 | + "features": [ |
| 4 | + { |
| 5 | + "type": "Feature", |
| 6 | + "properties": {"name": "Afar"}, |
| 7 | + "geometry": {"type": "Point", "coordinates": [42.0, 12.0]} |
| 8 | + }, |
| 9 | + { |
| 10 | + "type": "Feature", |
| 11 | + "properties": {"name": "Yellowstone"}, |
| 12 | + "geometry": {"type": "Point", "coordinates": [-110.7, 44.4]} |
| 13 | + }, |
| 14 | + { |
| 15 | + "type": "Feature", |
| 16 | + "properties": {"name": "Azores"}, |
| 17 | + "_comment": "or [-28.0, 38.7]", |
| 18 | + "geometry": {"type": "Point", "coordinates": [-28.0, 38.5]} |
| 19 | + }, |
| 20 | + { |
| 21 | + "type": "Feature", |
| 22 | + "properties": {"name": "Canary Islands"}, |
| 23 | + "_comment": "or [-16.6, 28.0]", |
| 24 | + "geometry": {"type": "Point", "coordinates": [-16.0, 28.5]} |
| 25 | + }, |
| 26 | + { |
| 27 | + "type": "Feature", |
| 28 | + "properties": {"name": "Cape Verde"}, |
| 29 | + "_comment": "or [-24.0, 15.0]", |
| 30 | + "geometry": {"type": "Point", "coordinates": [-23.5, 15.0]} |
| 31 | + }, |
| 32 | + { |
| 33 | + "type": "Feature", |
| 34 | + "properties": {"name": "Bermuda"}, |
| 35 | + "_comment": "or [-64.75, 32.3]", |
| 36 | + "geometry": {"type": "Point", "coordinates": [-64.8, 32.3]} |
| 37 | + }, |
| 38 | + { |
| 39 | + "type": "Feature", |
| 40 | + "properties": {"name": "Madeira"}, |
| 41 | + "geometry": {"type": "Point", "coordinates": [-17.0, 32.8]} |
| 42 | + }, |
| 43 | + { |
| 44 | + "type": "Feature", |
| 45 | + "properties": {"name": "Iceland"}, |
| 46 | + "_comment": "or [-17.3, 64.4]", |
| 47 | + "geometry": {"type": "Point", "coordinates": [-21.9, 64.1]} |
| 48 | + }, |
| 49 | + { |
| 50 | + "type": "Feature", |
| 51 | + "properties": {"name": "St. Helena"}, |
| 52 | + "geometry": {"type": "Point", "coordinates": [-5.7, -15.9]} |
| 53 | + }, |
| 54 | + { |
| 55 | + "type": "Feature", |
| 56 | + "properties": {"name": "Ascension Island"}, |
| 57 | + "geometry": {"type": "Point", "coordinates": [-14.4, -7.9]} |
| 58 | + }, |
| 59 | + { |
| 60 | + "type": "Feature", |
| 61 | + "properties": {"name": "Tristan da Cunha"}, |
| 62 | + "geometry": {"type": "Point", "coordinates": [-12.3, -37.1]} |
| 63 | + }, |
| 64 | + { |
| 65 | + "type": "Feature", |
| 66 | + "properties": {"name": "Galapagos"}, |
| 67 | + "geometry": {"type": "Point", "coordinates": [-91.0, -0.5]} |
| 68 | + }, |
| 69 | + { |
| 70 | + "type": "Feature", |
| 71 | + "properties": {"name": "Hawaii"}, |
| 72 | + "_comment": "or [-154.6, 20.6]", |
| 73 | + "geometry": {"type": "Point", "coordinates": [-155.5, 19.6]} |
| 74 | + }, |
| 75 | + { |
| 76 | + "type": "Feature", |
| 77 | + "properties": {"name": "Reunion"}, |
| 78 | + "geometry": {"type": "Point", "coordinates": [55.7, -21.1]} |
| 79 | + }, |
| 80 | + { |
| 81 | + "type": "Feature", |
| 82 | + "properties": {"name": "Easter Island"}, |
| 83 | + "_comment": "or [-108.6, -27.0]", |
| 84 | + "geometry": {"type": "Point", "coordinates": [-109.4, -27.1]} |
| 85 | + }, |
| 86 | + { |
| 87 | + "type": "Feature", |
| 88 | + "properties": {"name": "Samoa"}, |
| 89 | + "_comment": "or [-169.6, -14.0]", |
| 90 | + "geometry": {"type": "Point", "coordinates": [-172.1, -13.8]} |
| 91 | + }, |
| 92 | + { |
| 93 | + "type": "Feature", |
| 94 | + "properties": {"name": "Louisville"}, |
| 95 | + "_comment": "or [-139.3, -50.1]", |
| 96 | + "geometry": {"type": "Point", "coordinates": [-139.0, -50.0]} |
| 97 | + }, |
| 98 | + { |
| 99 | + "type": "Feature", |
| 100 | + "properties": {"name": "Macdonald"}, |
| 101 | + "_comment": "or [-140.4, -28.5]", |
| 102 | + "geometry": {"type": "Point", "coordinates": [-150.0, -29.0]} |
| 103 | + }, |
| 104 | + { |
| 105 | + "type": "Feature", |
| 106 | + "properties": {"name": "Kerguelen"}, |
| 107 | + "geometry": {"type": "Point", "coordinates": [69.5, -49.5]} |
| 108 | + }, |
| 109 | + { |
| 110 | + "type": "Feature", |
| 111 | + "properties": {"name": "Caroline Islands"}, |
| 112 | + "_comment": "or [164.0, 5.2]", |
| 113 | + "geometry": {"type": "Point", "coordinates": [151.0, 7.5]} |
| 114 | + }, |
| 115 | + { |
| 116 | + "type": "Feature", |
| 117 | + "properties": {"name": "Bouvet"}, |
| 118 | + "geometry": {"type": "Point", "coordinates": [1.0, -54.5]} |
| 119 | + }, |
| 120 | + { |
| 121 | + "type": "Feature", |
| 122 | + "properties": {"name": "Bowie"}, |
| 123 | + "geometry": {"type": "Point", "coordinates": [-135.6, 53.5]} |
| 124 | + }, |
| 125 | + { |
| 126 | + "type": "Feature", |
| 127 | + "properties": {"name": "Cobb"}, |
| 128 | + "geometry": {"type": "Point", "coordinates": [-130.0, 46.0]} |
| 129 | + }, |
| 130 | + { |
| 131 | + "type": "Feature", |
| 132 | + "properties": {"name": "Guadalupe"}, |
| 133 | + "geometry": {"type": "Point", "coordinates": [-117.3, 29.0]} |
| 134 | + }, |
| 135 | + { |
| 136 | + "type": "Feature", |
| 137 | + "properties": {"name": "Pitcairn"}, |
| 138 | + "geometry": {"type": "Point", "coordinates": [-128.4, -24.7]} |
| 139 | + }, |
| 140 | + { |
| 141 | + "type": "Feature", |
| 142 | + "properties": {"name": "Socorro"}, |
| 143 | + "geometry": {"type": "Point", "coordinates": [-111.0, 19.1]} |
| 144 | + }, |
| 145 | + { |
| 146 | + "type": "Feature", |
| 147 | + "properties": {"name": "Tahiti"}, |
| 148 | + "geometry": {"type": "Point", "coordinates": [-148.1, -17.7]} |
| 149 | + } |
| 150 | + ] |
| 151 | +} |
0 commit comments