From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dojox/data/demos/geography.json | 45 ----------------------------- 1 file changed, 45 deletions(-) delete mode 100644 includes/js/dojox/data/demos/geography.json (limited to 'includes/js/dojox/data/demos/geography.json') diff --git a/includes/js/dojox/data/demos/geography.json b/includes/js/dojox/data/demos/geography.json deleted file mode 100644 index c2f01bb..0000000 --- a/includes/js/dojox/data/demos/geography.json +++ /dev/null @@ -1,45 +0,0 @@ -{ identifier: 'name', - label: 'name', - items: [ - { name:'Africa', type:'continent', children:[ - { name:'Egypt', type:'country' }, - { name:'Kenya', type:'country', children:[ - { name:'Nairobi', type:'city' }, - { name:'Mombasa', type:'city' } ] - }, - { name:'Sudan', type:'country', children: - { name:'Khartoum', type:'city' } - } ] - }, - { name:'Asia', type:'continent', children:[ - { name:'China', type:'country' }, - { name:'India', type:'country' }, - { name:'Russia', type:'country' }, - { name:'Mongolia', type:'country' } ] - }, - { name:'Australia', type:'continent', population:'21 million', children: - { name:'Commonwealth of Australia', type:'country', population:'21 million'} - }, - { name:'Europe', type:'continent', children:[ - { name:'Germany', type:'country' }, - { name:'France', type:'country' }, - { name:'Spain', type:'country' }, - { name:'Italy', type:'country' } ] - }, - { name:'North America', type:'continent', children:[ - { name:'Mexico', type:'country', population:'108 million', area:'1,972,550 sq km', children:[ - { name:'Mexico City', type:'city', population:'19 million', timezone:'-6 UTC'}, - { name:'Guadalajara', type:'city', population:'4 million', timezone:'-6 UTC' } ] - }, - { name:'Canada', type:'country', population:'33 million', area:'9,984,670 sq km', children:[ - { name:'Ottawa', type:'city', population:'0.9 million', timezone:'-5 UTC'}, - { name:'Toronto', type:'city', population:'2.5 million', timezone:'-5 UTC' }] - }, - { name:'United States of America', type:'country' } ] - }, - { name:'South America', type:'continent', children:[ - { name:'Brazil', type:'country', population:'186 million' }, - { name:'Argentina', type:'country', population:'40 million' } ] - } ] -} - -- cgit v1.2.3-54-g00ecf