Changeset 167

Show
Ignore:
Timestamp:
08/20/08 18:37:32 (3 months ago)
Author:
rgrp
Message:

[tests/data][s]: update all data to use geojson long/lat convention rather than current lat/long convention.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/microfacts/tests/data/bloomsbury.js

    r162 r167  
    66            "start" : "1882-01-25", 
    77            "end" : "1941-03-28", 
    8             "location" : {"type": "Point", "coordinates": [ 51.50842, -0.12553] }, 
     8            "location" : {"type": "Point", "coordinates": [-0.12553, 51.50842] }, 
    99            "license" : "GFDL", 
    1010            "image" : "http://upload.wikimedia.org/wikipedia/commons/9/9b/VirginiaWoolf.jpg" 
  • trunk/microfacts/tests/data/napoleon.js

    r131 r167  
    2424      "url"   : "http://en.wikipedia.org/wiki/Battle_of_Austerlitz", 
    2525      "start" : "1805-12-02", 
    26       "location" : {"type": "Point", "coordinates": [ 49.1281, 16.7622 ] } 
     26      "location" : {"type": "Point", "coordinates": [16.7622 , 49.1281] } 
    2727    }, 
    2828    { 
     
    3131      "start" : "1812-09-07", 
    3232      "url" : "http://en.wikipedia.org/wiki/Battle_of_Borodino", 
    33       "location" : [ 55.5085, 35.8212
     33      "location" : [35.8212 , 55.5085
    3434    }, 
    3535    { 
     
    3838      "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", 
    3939      "start" : "1815-06-18", 
    40       "location" : {"type": "Point", "coordinates": [ 50.679, 4.406 ] } 
     40      "location" : {"type": "Point", "coordinates": [4.406 , 50.679] } 
    4141    }, 
    4242    { 
     
    5555      "url" : "1807-06-14", 
    5656      "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] } 
    5858       
    5959    } 
  • trunk/microfacts/tests/data/napoleon2.js

    r131 r167  
    1010          "url"   : "http://en.wikipedia.org/wiki/Battle_of_Austerlitz", 
    1111          "start" : "1805-12-02", 
    12           "location" : [49.1281, 16.7622
     12          "location" : [16.7622, 49.1281
    1313        }, 
    1414        {