Changeset 167
- Timestamp:
- 08/20/08 18:37:32 (3 months ago)
- Files:
-
- trunk/microfacts/tests/data/bloomsbury.js (modified) (1 diff)
- trunk/microfacts/tests/data/napoleon.js (modified) (4 diffs)
- trunk/microfacts/tests/data/napoleon2.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/microfacts/tests/data/bloomsbury.js
r162 r167 6 6 "start" : "1882-01-25", 7 7 "end" : "1941-03-28", 8 "location" : {"type": "Point", "coordinates": [ 51.50842, -0.12553] },8 "location" : {"type": "Point", "coordinates": [-0.12553, 51.50842] }, 9 9 "license" : "GFDL", 10 10 "image" : "http://upload.wikimedia.org/wikipedia/commons/9/9b/VirginiaWoolf.jpg" trunk/microfacts/tests/data/napoleon.js
r131 r167 24 24 "url" : "http://en.wikipedia.org/wiki/Battle_of_Austerlitz", 25 25 "start" : "1805-12-02", 26 "location" : {"type": "Point", "coordinates": [ 49.1281, 16.7622] }26 "location" : {"type": "Point", "coordinates": [16.7622 , 49.1281] } 27 27 }, 28 28 { … … 31 31 "start" : "1812-09-07", 32 32 "url" : "http://en.wikipedia.org/wiki/Battle_of_Borodino", 33 "location" : [ 55.5085, 35.8212]33 "location" : [35.8212 , 55.5085] 34 34 }, 35 35 { … … 38 38 "description" : "1815, was Napoleon Bonaparte's last battle. His defeat put a final end to his rule as Emperor of France. The Battle of Waterloo also marked the end of the period known as the Hundred Days, which began in March 1815 after Napoleon's return from Elba, where he had been exiled after his defeat at the battle of Leipzig in 1813", 39 39 "start" : "1815-06-18", 40 "location" : {"type": "Point", "coordinates": [ 50.679, 4.406] }40 "location" : {"type": "Point", "coordinates": [4.406 , 50.679] } 41 41 }, 42 42 { … … 55 55 "url" : "1807-06-14", 56 56 "description" : "The Battle of Friedland, fought on June 14, 1807 about twenty-seven miles (43 km) southeast of the modern Russian city of Kaliningrad, just north of Poland, was a major engagement in the Napoleonic Wars effectively ending the War of the Fourth Coalition. The conflict involved forces of the First French Empire against the army of the Russian Empire", 57 "location" : {"type": "Point", "coordinates": [ 54.45, 21.0167] }57 "location" : {"type": "Point", "coordinates": [21.0167 , 54.45] } 58 58 59 59 } trunk/microfacts/tests/data/napoleon2.js
r131 r167 10 10 "url" : "http://en.wikipedia.org/wiki/Battle_of_Austerlitz", 11 11 "start" : "1805-12-02", 12 "location" : [ 49.1281, 16.7622]12 "location" : [16.7622, 49.1281] 13 13 }, 14 14 {
