source: other-projects/maori-lang-detection/mongodb-data/countrycodes1.json@ 33794

Last change on this file since 33794 was 33778, checked in by ak19, 5 years ago

Made a beginning on getting the geojson map data automated. Couldn't work out how to do it easily from mongodb, so I went the Java route. However, I can't seem to get the GeoJSON Simple Features jar file to work as all versions on maven (and the one on github) are incomplete.

File size: 171 bytes
Line 
1/* 1 */
2{
3 "_id" : ObjectId("5dedf20221b378782a675c9e"),
4 "country" : "AD",
5 "latitude" : 42.546245,
6 "longitude" : 1.601554,
7 "name" : "Andorra"
8}
9
10/* 2 */
Note: See TracBrowser for help on using the repository browser.