cms/app-client/mirage/fixtures/geostats.js
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:51:10 +0100
changeset 436 0db46de3f70d
parent 309 6ab16926b675
child 454 710a2ae08a74
permissions -rw-r--r--
Added tag 0.0.12 for changeset c53b87b00ea3

export default [{
    'id': "6295630", //earth (world)
    areas: [
        { 'id': "6255149", 'count': 851 },
        { 'id': "6255147", 'count': 403 },
        { 'id': "6255148", 'count': 344 },
        { 'id': "6255151", 'count': 93 },
        { 'id': "6255146", 'count': 77 }
    ]
}, {
    'id': "6255148",
    areas: [
        { 'id': "3017382", 'count': 77 },
        { 'id': "2635167", 'count': 50 }
    ]
}, {
    'id' : "3017382",
    areas: [
        { 'id': "11071622", 'count': 75 },
        { 'id': "11071620", 'count': 60 },
        { 'id': "11071625", 'count': 45 },
        { 'id': "11071621", 'count': 15 },
        { 'id': "2988289", 'count': 13 },
        { 'id': "2985244", 'count': 12 }
    ]
}];