diff options
Diffstat (limited to 'includes/js/dojox/data/demos/geography/Sudan')
-rw-r--r-- | includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json | 5 | ||||
-rw-r--r-- | includes/js/dojox/data/demos/geography/Sudan/data.json | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json b/includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json new file mode 100644 index 0000000..befa3c7 --- /dev/null +++ b/includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json @@ -0,0 +1,5 @@ +{ + name:'Khartoum', + type:'city' +} + diff --git a/includes/js/dojox/data/demos/geography/Sudan/data.json b/includes/js/dojox/data/demos/geography/Sudan/data.json new file mode 100644 index 0000000..fe7585b --- /dev/null +++ b/includes/js/dojox/data/demos/geography/Sudan/data.json @@ -0,0 +1,6 @@ +{ + name:'Sudan', + type:'country', + children:{stub:'Khartoum'} +} + |