Skip to content

Commit

Permalink
Merge pull request #4 from IDEMSInternational/content/0.0.4
Browse files Browse the repository at this point in the history
content: 0.0.4
  • Loading branch information
jfmcquade authored Aug 20, 2024
2 parents 118d19a + b5fa8c6 commit d8d4230
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app_data/assets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"filePath": "global/map_data/population_and_boundaries.json",
"md5Checksum": "e82525f3f8057054ff7879d156ddd322",
"size_kb": 4513.3
},
"plotly_exports/population_2019.html": {
"filePath": "global/plotly_exports/population_2019.html",
"md5Checksum": "eae792ff0129d79b2439b837efc9fdbc",
"size_kb": 7405
}
}
14 changes: 14 additions & 0 deletions app_data/assets/global/plotly_exports/population_2019.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion app_data/sheets/data_list/example_map_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"property": "sum_Z",
"scale_max": 2000000,
"scale_min": 0,
"opacity": 0.5,
"scale_fill": "#e7e1ef, #c994c7, #dd1c77",
"scale_title": "Total Population",
"opacity": 0.8,
"visible_default": true
},
{
Expand All @@ -25,6 +27,7 @@
"scale_max": 400,
"scale_min": 0,
"scale_fill": "#380645, #298680, yellow",
"scale_title": "Population Density (units)",
"visible_default": true
},
{
Expand Down
4 changes: 4 additions & 0 deletions app_data/sheets/template/map_page.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"parameter_list": {
"layers": "@data.example_map_data"
},
"style_list": [
"width: 100%",
"height: 200px"
],
"name": "map_3",
"_nested_name": "map_3",
"_dynamicFields": {
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config.google_drive.assets_folder_ids = ["1SzZiWN4hvv0snDdpd-BZYPjTC6RzC1uU"];

config.git = {
content_repo: "https://github.com/IDEMSInternational/conflict-forecast-content.git",
content_tag_latest: "0.0.2",
content_tag_latest: "0.0.4",
};

config.android = {
Expand Down

0 comments on commit d8d4230

Please sign in to comment.