diff geotemco/data/jsonExample.json @ 0:57bde4830927

first commit
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 24 Mar 2015 11:37:17 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/geotemco/data/jsonExample.json	Tue Mar 24 11:37:17 2015 +0100
@@ -0,0 +1,80 @@
+[
+    {
+        "id": 1,
+        "name": "entry1",
+        "description": "description of entry",
+        "lon": 1,
+        "lat": 1,
+        "place": "place1",
+        "time": "2001",
+        "tableContent": {
+            "column1":"c1value1",
+            "column2":"c2value1"
+        }
+    },
+    {
+        "id": 2,
+        "name": "entry2",
+        "description": "description of entry",
+        "lon": 2,
+        "lat": 2,
+        "place": "place2",
+        "time": "2002",
+        "tableContent": {
+            "column1":"c1value2",
+            "column2":"c2value2"
+        }
+    },
+    {
+        "id": 3,
+        "name": "entry1",
+        "description": "description of entry",
+        "lon": 3,
+        "lat": 3,
+        "place": "place3",
+        "time": "2003",
+        "tableContent": {
+            "column1":"c1value3",
+            "column2":"c2value3"
+        }
+    },
+    {
+        "id": 4,
+        "name": "entry4",
+        "description": "description of entry",
+        "lon": 4,
+        "lat": 4,
+        "place": "place4",
+        "time": "2004",
+        "tableContent": {
+            "column1":"c1value4",
+            "column2":"c2value4"
+        }
+    },
+    {
+        "id": 5,
+        "name": "entry5",
+        "description": "description of entry",
+        "lon": 5,
+        "lat": 5,
+        "place": "place5",
+        "time": "2005",
+        "tableContent": {
+            "column1":"c1value5",
+            "column2":"c2value5"
+        }
+    },
+    {
+        "id": 6,
+        "name": "entry6",
+        "description": "description of entry",
+        "lon": 6,
+        "lat": 6,
+        "place": "place6",
+        "time": "2006",
+        "tableContent": {
+            "column1":"c1value6",
+            "column2":"c2value6"
+        }
+    }
+]