├── LICENSE.txt ├── null_island_2013.svg └── readme.md /LICENSE.txt: -------------------------------------------------------------------------------- 1 | 2 | Copyright (c) 2013 Twitter, Inc. 3 | 4 | Licensed under the Creative Commons Attribution-NonCommercial 4.0 5 | International Public License (the "License"); you may not use this 6 | file except in compliance with the License. 7 | 8 | You may obtain a copy of the License at 9 | https://creativecommons.org/licenses/by-nc/4.0/legalcode 10 | -------------------------------------------------------------------------------- /null_island_2013.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 13 | 14 | 15 | 18 | 21 | 22 | 23 | 31 | 32 | 45 | 57 | 58 | 59 | 60 | 62 | 63 | 66 | 69 | 71 | 72 | 74 | 77 | 79 | 80 | 81 | 85 | 89 | 93 | 97 | 102 | 106 | 110 | 115 | 120 | 121 | 129 | 142 | 146 | 149 | 156 | 159 | 161 | 163 | 166 | 168 | 172 | 176 | 192 | 206 | 212 | 219 | 224 | 227 | 230 | 233 | 239 | 244 | 250 | 253 | 260 | 271 | 295 | 304 | 308 | 310 | 320 | 328 | 338 | 345 | 353 | 357 | 359 | 364 | 368 | 370 | 379 | 393 | 395 | 402 | 403 | 410 | 422 | 426 | 430 | 437 | 443 | 450 | 453 | 461 | 467 | 487 | 503 | 505 | 514 | 515 | 517 | 519 | 520 | 521 | 532 | 533 | 536 | 537 | 538 | 539 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | Download and use the 2013 Null Island SVG file. 2 | 3 | "Null Island is an ephemeral geography, a foggy ship of state sailing thru autumn mists, surrounded by sirens and map cherubs. Null geocodes, welcome home." - @NullIsland 4 | 5 | Check in on Foursquare: http://4sq.com/null-island 6 | 7 | /Thanks @gnip @michalmigurski @kelsoscorner --------------------------------------------------------------------------------