-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
46 lines (46 loc) · 3.54 KB
/
Copy pathdata.json
File metadata and controls
46 lines (46 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"items": [
{ "name": "Sanlúcar de Barrameda", "date": "1519-09-20", "status": "Magellan",
"placements": [ { "map": "earth", "lat": 36.78, "lon": -6.35, "label": "Sanlúcar de Barrameda",
"popup": { "Country": "Spain", "Event": "Departure of the five ships" } } ] },
{ "name": "Tenerife", "date": "1519-09-26", "status": "Magellan",
"placements": [ { "map": "earth", "lat": 28.47, "lon": -16.25, "label": "Tenerife",
"popup": { "Country": "Canary Islands", "Event": "Final resupply" } } ] },
{ "name": "Rio de Janeiro", "date": "1519-12-13", "status": "Magellan",
"placements": [ { "map": "earth", "lat": -22.91, "lon": -43.17, "label": "Rio de Janeiro",
"popup": { "Country": "Brazil", "Event": "Reached South America" } } ] },
{ "name": "Río de la Plata", "date": "1520-01-10", "status": "Magellan",
"placements": [ { "map": "earth", "lat": -34.9, "lon": -57.5, "label": "Río de la Plata",
"popup": { "Event": "Explored the estuary, hoping for a passage" } } ] },
{ "name": "Puerto San Julián", "date": "1520-03-31", "status": "Magellan",
"placements": [ { "map": "earth", "lat": -49.31, "lon": -67.73, "label": "Puerto San Julián",
"popup": { "Country": "Argentina", "Event": "Wintered here; survived a mutiny" } } ] },
{ "name": "Strait of Magellan", "date": "1520-10-21", "status": "Magellan",
"placements": [ { "map": "earth", "lat": -52.5, "lon": -69.5, "label": "Strait of Magellan",
"popup": { "Event": "Discovered the strait through South America" } } ] },
{ "name": "Into the Pacific", "date": "1520-11-28", "status": "Magellan",
"placements": [ { "map": "earth", "lat": -52.0, "lon": -74.7, "label": "Cabo Deseado",
"popup": { "Event": "Exited the strait into the \"Mar Pacífico\"" } } ] },
{ "name": "Guam", "date": "1521-03-06", "status": "Magellan",
"placements": [ { "map": "earth", "lat": 13.44, "lon": 144.79, "label": "Guam",
"popup": { "Event": "First landfall after the Pacific crossing" } } ] },
{ "name": "Homonhon", "date": "1521-03-16", "status": "Magellan",
"placements": [ { "map": "earth", "lat": 11.05, "lon": 125.72, "label": "Homonhon",
"popup": { "Country": "Philippines", "Event": "Reached the Philippine islands" } } ] },
{ "name": "Mactan", "date": "1521-04-27", "status": "Magellan",
"placements": [ { "map": "earth", "lat": 10.31, "lon": 123.96, "label": "Mactan",
"popup": { "Country": "Philippines", "Event": "Magellan killed in battle" } } ] },
{ "name": "Tidore", "date": "1521-11-08", "status": "Elcano",
"placements": [ { "map": "earth", "lat": 0.69, "lon": 127.40, "label": "Tidore",
"popup": { "Country": "Spice Islands (Moluccas)", "Event": "Loaded cloves; Elcano now in command" } } ] },
{ "name": "Cape of Good Hope", "date": "1522-05-19", "status": "Elcano",
"placements": [ { "map": "earth", "lat": -34.36, "lon": 18.47, "label": "Cape of Good Hope",
"popup": { "Event": "The Victoria rounded southern Africa" } } ] },
{ "name": "Santiago, Cape Verde", "date": "1522-07-09", "status": "Elcano",
"placements": [ { "map": "earth", "lat": 14.92, "lon": -23.51, "label": "Cape Verde",
"popup": { "Event": "Last stop; discovered they had lost a calendar day" } } ] },
{ "name": "Return to Sanlúcar", "date": "1522-09-06", "status": "Elcano",
"placements": [ { "map": "earth", "lat": 36.78, "lon": -6.35, "label": "Sanlúcar (return)",
"popup": { "Event": "18 survivors complete the first circumnavigation" } } ] }
]
}