diff -r e032d686d88e -r 6ab16926b675 cms/app-client/mirage/fixtures/geostats.js --- a/cms/app-client/mirage/fixtures/geostats.js Sun Oct 02 11:49:00 2016 +0200 +++ b/cms/app-client/mirage/fixtures/geostats.js Sun Oct 02 16:50:11 2016 +0200 @@ -1,27 +1,27 @@ export default [{ - 'id': "world", + 'id': "6295630", //earth (world) areas: [ - { 'id': "north_america", 'count': 851 }, - { 'id': "asia", 'count': 403 }, - { 'id': "europe", 'count': 344 }, - { 'id': "australia", 'count': 93 }, - { 'id': "africa", 'count': 77 } + { 'id': "6255149", 'count': 851 }, + { 'id': "6255147", 'count': 403 }, + { 'id': "6255148", 'count': 344 }, + { 'id': "6255151", 'count': 93 }, + { 'id': "6255146", 'count': 77 } ] }, { - 'id': "europe", + 'id': "6255148", areas: [ - { 'id': "FR", 'count': 77 }, - { 'id': "GB", 'count': 50 } + { 'id': "3017382", 'count': 77 }, + { 'id': "2635167", 'count': 50 } ] }, { - 'id' : "FR", + 'id' : "3017382", areas: [ - { 'id': "FR-A", 'count': 75 }, - { 'id': "FR-B", 'count': 60 }, - { 'id': "FR-C", 'count': 45 }, - { 'id': "FR-K", 'count': 15 }, - { 'id': "FR-L", 'count': 13 }, - { 'id': "FR-M", 'count': 12 } + { 'id': "11071622", 'count': 75 }, + { 'id': "11071620", 'count': 60 }, + { 'id': "11071625", 'count': 45 }, + { 'id': "11071621", 'count': 15 }, + { 'id': "2988289", 'count': 13 }, + { 'id': "2985244", 'count': 12 } ] }];