diff --git a/app_data/assets/contents.json b/app_data/assets/contents.json
index 184762b..b5816b1 100644
--- a/app_data/assets/contents.json
+++ b/app_data/assets/contents.json
@@ -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
}
}
\ No newline at end of file
diff --git a/app_data/assets/global/plotly_exports/population_2019.html b/app_data/assets/global/plotly_exports/population_2019.html
new file mode 100644
index 0000000..220f333
--- /dev/null
+++ b/app_data/assets/global/plotly_exports/population_2019.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_data/sheets/data_list/example_map_data.json b/app_data/sheets/data_list/example_map_data.json
index 312f37d..b73da38 100644
--- a/app_data/sheets/data_list/example_map_data.json
+++ b/app_data/sheets/data_list/example_map_data.json
@@ -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
},
{
@@ -25,6 +27,7 @@
"scale_max": 400,
"scale_min": 0,
"scale_fill": "#380645, #298680, yellow",
+ "scale_title": "Population Density (units)",
"visible_default": true
},
{
diff --git a/app_data/sheets/template/map_page.json b/app_data/sheets/template/map_page.json
index 30d6384..cc5d138 100644
--- a/app_data/sheets/template/map_page.json
+++ b/app_data/sheets/template/map_page.json
@@ -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": {
diff --git a/config.ts b/config.ts
index 66be046..4ce3508 100644
--- a/config.ts
+++ b/config.ts
@@ -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 = {