Created
December 10, 2015 23:20
-
-
Save FrancescaK/8734a7d096e8dcf08a7a to your computer and use it in GitHub Desktop.
Traveling Santa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"_id":"Beijing","population":1.952e+07,"location":{"type":"Point","coordinates":[116.383333,39.916667]}} | |
{"_id":"Delhi","population":2.4953e+07,"location":{"type":"Point","coordinates":[77.23,28.61]}} | |
{"_id":"Guangzhou","population":2.0597e+07,"location":{"type":"Point","coordinates":[113.266667,23.133333]}} | |
{"_id":"Mexico City","population":2.0843e+07,"location":{"type":"Point","coordinates":[-99.133333,19.433333]}} | |
{"_id":"Mumbai","population":2.0741e+07,"location":{"type":"Point","coordinates":[72.825833,18.975]}} | |
{"_id":"New York","population":1.8591e+07,"location":{"type":"Point","coordinates":[-74.0059,40.7127]}} | |
{"_id":"North Pole","population":1.0,"location":{"type":"Point","coordinates":[0.0,90.0]}} | |
{"_id":"Osaka","population":2.0123e+07,"location":{"type":"Point","coordinates":[135.502222,-34.693889]}} | |
{"_id":"Shanghai","population":2.2991e+07,"location":{"type":"Point","coordinates":[121.5,31.2]}} | |
{"_id":"São Paulo","population":2.0831e+07,"location":{"type":"Point","coordinates":[-46.633333,-23.55]}} | |
{"_id":"Tokyo","population":3.7833e+07,"location":{"type":"Point","coordinates":[139.683333,35.683333]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment