aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/jvectormap/tests/processor/continents.json
blob: c4b4e9b0781bdd3dceac0a0268f96e3d3b25efb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[{
    "name": "read_data",
    "file_name": "/Users/kirilllebedev/Maps/ne_110m_admin_0_map_units/ne_110m_admin_0_map_units.shp"
},{
    "name": "join_data",
    "data": {

    },
    "fields": [{
        "name": "region_wb",
        "type": 4,
        "width": 100
    },{
        "name": "r_wb_code",
        "type": 4,
        "width": 4
    }],
    "on": "region_wb"
},{
    "name": "merge",
    "fields": [{
        "name": "code",
        "type": 4,
        "width": 2
    },{
        "name": "name",
        "type": 4,
        "width": 100
    }],
    "rules": [{
        "fields": {
            "name": "Americas",
            "code": "AM"
        },
        "where": "region_wb in {'Latin America & Caribbean', 'North America'}"
    },{
        "fields": {
            "name": "Europe",
            "code": "EU"
        },
        "where": "region_wb == 'Europe & Central Asia'"
    },{
        "fields": {
            "name": "Asia Pacific and MEIA",
            "code": "AP"
        },
        "where": "region_wb == 'East Asia & Pacific'"
    },{
        "fields": {
            "name": "India and Africa",
            "code": "IA"
        },
        "where": "region_wb in {'Middle East & North Africa', 'South Asia', 'Sub-Saharan Africa'}"
    }]
},{
    "name": "write_data",
    "file_name": "/Users/kirilllebedev/Maps/continents/continents.shp"
}]