Skip to content

Commit

Permalink
Fixed world codes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornd committed Jul 23, 2015
1 parent b5bfc83 commit 3ff29b3
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/maps/world/africa_config.json
Expand Up @@ -2,6 +2,23 @@
"name": "read_data",
"file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
"filter": "continent = \"Africa\""
},{
"name": "join_data",
"data": [
["KOS", "XK"],
["SOL", "XS"],
["CYN", "XC"]
],
"fields": [{
"name": "sov_a3",
"type": 4,
"width": 10
},{
"name": "iso_a2",
"type": 4,
"width": 10
}],
"on": "sov_a3"
},{
"name": "write_data",
"format": "jvectormap",
Expand Down
17 changes: 17 additions & 0 deletions content/maps/world/asia_config.json
Expand Up @@ -2,6 +2,23 @@
"name": "read_data",
"file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
"filter": "continent = \"Asia\""
},{
"name": "join_data",
"data": [
["KOS", "XK"],
["SOL", "XS"],
["CYN", "XC"]
],
"fields": [{
"name": "sov_a3",
"type": 4,
"width": 10
},{
"name": "iso_a2",
"type": 4,
"width": 10
}],
"on": "sov_a3"
},{
"name": "write_data",
"format": "jvectormap",
Expand Down
17 changes: 17 additions & 0 deletions content/maps/world/europe_config.json
Expand Up @@ -3,6 +3,23 @@
"file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
"filter": "continent = \"Europe\"",
"longitude0": 11.5
},{
"name": "join_data",
"data": [
["KOS", "XK"],
["SOL", "XS"],
["CYN", "XC"]
],
"fields": [{
"name": "sov_a3",
"type": 4,
"width": 10
},{
"name": "iso_a2",
"type": 4,
"width": 10
}],
"on": "sov_a3"
},{
"name": "intersect_rect",
"rect": [-26, 72.5, 40.5, 28]
Expand Down
17 changes: 17 additions & 0 deletions content/maps/world/north-america_config.json
Expand Up @@ -3,6 +3,23 @@
"file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
"filter": "continent = \"North America\"",
"longitude0": -11.5
},{
"name": "join_data",
"data": [
["KOS", "XK"],
["SOL", "XS"],
["CYN", "XC"]
],
"fields": [{
"name": "sov_a3",
"type": 4,
"width": 10
},{
"name": "iso_a2",
"type": 4,
"width": 10
}],
"on": "sov_a3"
},{
"name": "write_data",
"format": "jvectormap",
Expand Down
17 changes: 17 additions & 0 deletions content/maps/world/oceania_config.json
Expand Up @@ -3,6 +3,23 @@
"file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
"filter": "continent = \"Oceania\"",
"longitude0": 180
},{
"name": "join_data",
"data": [
["KOS", "XK"],
["SOL", "XS"],
["CYN", "XC"]
],
"fields": [{
"name": "sov_a3",
"type": 4,
"width": 10
},{
"name": "iso_a2",
"type": 4,
"width": 10
}],
"on": "sov_a3"
},{
"name": "write_data",
"format": "jvectormap",
Expand Down
17 changes: 17 additions & 0 deletions content/maps/world/south-america_config.json
Expand Up @@ -2,6 +2,23 @@
"name": "read_data",
"file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
"filter": "continent = \"South America\""
},{
"name": "join_data",
"data": [
["KOS", "XK"],
["SOL", "XS"],
["CYN", "XC"]
],
"fields": [{
"name": "sov_a3",
"type": 4,
"width": 10
},{
"name": "iso_a2",
"type": 4,
"width": 10
}],
"on": "sov_a3"
},{
"name": "write_data",
"format": "jvectormap",
Expand Down
17 changes: 17 additions & 0 deletions content/maps/world/world_config.json
Expand Up @@ -3,6 +3,23 @@
"file_name": "ne_110m_admin_0_countries_lakes/ne_110m_admin_0_countries_lakes.shp",
"filter": "iso_a2 != \"AQ\"",
"longitude0": 11.5
},{
"name": "join_data",
"data": [
["KOS", "XK"],
["SOL", "XS"],
["CYN", "XC"]
],
"fields": [{
"name": "sov_a3",
"type": 4,
"width": 10
},{
"name": "iso_a2",
"type": 4,
"width": 10
}],
"on": "sov_a3"
},{
"name": "write_data",
"format": "jvectormap",
Expand Down

0 comments on commit 3ff29b3

Please sign in to comment.