cms/app-client/mirage/fixtures/geostats.js
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 19:46:57 +0200
changeset 348 a5e8d037304b
parent 309 6ab16926b675
child 454 710a2ae08a74
permissions -rw-r--r--
Solve language display problem in result playlist. problem was in the mirage serializer definition

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