Skip to content

Instantly share code, notes, and snippets.

@abarth500
Last active August 29, 2015 14:09
Show Gist options
  • Save abarth500/37d664cd8125ad042849 to your computer and use it in GitHub Desktop.
Save abarth500/37d664cd8125ad042849 to your computer and use it in GitHub Desktop.
{
"dateupload":1364826240, /*当該ユーザのdateupload最大値*/
"type":"LineString", /*geojson形式準拠の為*/
"coordinates":[ /*[経度,緯度]の配列*/
[-67.55418,46.976475],
[-76.798982,18.000203],
....以後続く
],
"photos":[
[
{"id":"1182715415",
"thumbnail":"https://farm2.staticflickr.com/1189/1182715415_5c4f91a8fc_s.jpg",
"title":"Adrien & Mildred",
"tags":[],
"timetaken":1187575314}
....もし同じ場所で複数の写真が取られていたら続く
],[
{"id":"1183565346",
"thumbnail":"https://farm2.staticflickr.com/1356/1183565346_8c3acede51_s.jpg",
"title":"Joyce's Mother",
"tags":[],
"timetaken":1187575243}
....もし同じ場所で複数の写真が取られていたら続く
]
....以後続く
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment