summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/data/demos/geography/Canada
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/data/demos/geography/Canada')
-rw-r--r--js/dojo-1.7.2/dojox/data/demos/geography/Canada/Ottawa/data.json6
-rw-r--r--js/dojo-1.7.2/dojox/data/demos/geography/Canada/Toronto/data.json6
-rw-r--r--js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json10
3 files changed, 22 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/data/demos/geography/Canada/Ottawa/data.json b/js/dojo-1.7.2/dojox/data/demos/geography/Canada/Ottawa/data.json
new file mode 100644
index 0000000..df3bbc8
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/data/demos/geography/Canada/Ottawa/data.json
@@ -0,0 +1,6 @@
+{
+ name:'Ottawa',
+ type:'city',
+ population:'0.9 million',
+ timezone:'-5 UTC'
+}
diff --git a/js/dojo-1.7.2/dojox/data/demos/geography/Canada/Toronto/data.json b/js/dojo-1.7.2/dojox/data/demos/geography/Canada/Toronto/data.json
new file mode 100644
index 0000000..534409b
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/data/demos/geography/Canada/Toronto/data.json
@@ -0,0 +1,6 @@
+{
+ name:'Toronto',
+ type:'city',
+ population:'2.5 million',
+ timezone:'-5 UTC'
+}
diff --git a/js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json b/js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json
new file mode 100644
index 0000000..6ef34ed
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json
@@ -0,0 +1,10 @@
+{
+ name:'Canada',
+ type:'country',
+ population:'33 million', area:'9,984,670 sq km',
+ children:[
+ {stub:'Ottawa'},
+ {stub:'Toronto'}
+ ]
+}
+