mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.1 KiB
65 lines
1.1 KiB
[
|
|
{
|
|
"name": "read_data",
|
|
"file_name": "./source/natural_earth_vector/110m_cultural/ne_110m_admin_0_countries_lakes.shp",
|
|
"filter": "continent != \"Antarctica\" AND continent != \"Seven seas (open ocean)\"",
|
|
"longitude0": 11.5
|
|
},
|
|
{
|
|
"name": "join_data",
|
|
"data": [
|
|
[
|
|
"Africa",
|
|
"AF"
|
|
],
|
|
[
|
|
"Asia",
|
|
"AS"
|
|
],
|
|
[
|
|
"Europe",
|
|
"EU"
|
|
],
|
|
[
|
|
"North America",
|
|
"NA"
|
|
],
|
|
[
|
|
"South America",
|
|
"SA"
|
|
],
|
|
[
|
|
"Oceania",
|
|
"OC"
|
|
]
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "continent",
|
|
"type": 4,
|
|
"width": 100
|
|
},
|
|
{
|
|
"name": "cont_code",
|
|
"type": 4,
|
|
"width": 4
|
|
}
|
|
],
|
|
"on": "continent"
|
|
},
|
|
{
|
|
"name": "union",
|
|
"by": "cont_code"
|
|
},
|
|
{
|
|
"name": "write_data",
|
|
"format": "jqvmap",
|
|
"file_name": "./output/jquery.vmap.world.js",
|
|
"params": {
|
|
"code_field": "cont_code",
|
|
"name_field": "continent",
|
|
"name": "continents"
|
|
}
|
|
}
|
|
]
|