cms/app-client/mirage/fixtures/geostats.js
author ymh <ymh.work@gmail.com>
Sun, 02 Oct 2016 16:50:11 +0200
changeset 309 6ab16926b675
parent 284 12448de16a63
child 454 710a2ae08a74
permissions -rw-r--r--
update maps to use geonames ids

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