cms/app-client/mirage/fixtures/geostats.js
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 07:57:05 +0100
changeset 519 ef3e4841d506
parent 454 710a2ae08a74
permissions -rw-r--r--
Correct bug #0026428 - in notice filter on creation date for period

// 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 }
    ]
}];