Skip to content

Instantly share code, notes, and snippets.

@drsm79
Created September 17, 2011 08:04
Show Gist options
  • Save drsm79/1223744 to your computer and use it in GitHub Desktop.
Save drsm79/1223744 to your computer and use it in GitHub Desktop.
jsonised cities of the world
{"latitude": "42.40N", "country": "Bulgaria", "longitude": "023.18E", "city": "Sofia"}
{"latitude": "50.06N", "country": "Czech Republic", "longitude": "014.26E", "city": "Prague"}
{"latitude": "15.20N", "country": "Eritrea", "longitude": "038.58E", "city": "Asmera"}
{"latitude": "59.22N", "country": "Estonia", "longitude": "024.48E", "city": "Tallinn"}
{"latitude": "18.08S", "country": "Fiji", "longitude": "178.25E", "city": "Suva"}
{"latitude": "60.08N", "country": "Finland", "longitude": "025.00E", "city": "Helsinki"}
{"latitude": "06.09N", "country": "Iceland", "longitude": "021.51W", "city": "Reykjavik"}
{"latitude": "28.37N", "country": "India", "longitude": "077.13E", "city": "New Delhi"}
{"latitude": "53.20N", "country": "Ireland", "longitude": "006.15W", "city": "Dublin"}
{"latitude": "41.48N", "country": "Italy", "longitude": "012.36E", "city": "Rome"}
{"latitude": "35.40N", "country": "Japan", "longitude": "139.45E", "city": "Tokyo"}
{"latitude": "52.21N", "country": "Netherlands", "longitude": "004.54E", "city": "Amsterdam"}
{"latitude": "41.17S", "country": "New Zealand", "longitude": "174.47E", "city": "Wellington"}
{"latitude": "26.20S", "country": "Swaziland", "longitude": "031.08E", "city": "Mbabane"}
{"latitude": "59.20N", "country": "Sweden", "longitude": "001.03E", "city": "Stockholm"}
{"latitude": "46.57N", "country": "Switzerland", "longitude": "007.26E", "city": "Bern"}
{"latitude": "36.48N", "country": "Tunisia", "longitude": "010.11E", "city": "Tunis"}
{"latitude": "51.30N", "country": "United Kingdom", "longitude": "000.10W", "city": "London"}
{"latitude": "38.55N", "country": "United States of America", "longitude": "077.00W", "city": "Washington"}
{"latitude": "04.18S", "country": "Zaire", "longitude": "015.18E", "city": "Kinshasa"}
{"latitude": "15.26S", "country": "Zambia", "longitude": "028.20E", "city": "Lusaka"}
{"latitude": "17.50S", "country": "Zimbabwe", "longitude": "031.03E", "city": "Harare"}
@drsm79
Copy link
Author

drsm79 commented Sep 17, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment