cms/app-client/mirage/fixtures/geostats.js
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 454 710a2ae08a74
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d

// jshint ignore: start
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 }
    ]
}];