Skip to content

Commit

Permalink
specify admin boundary for admin level data
Browse files Browse the repository at this point in the history
  • Loading branch information
wadhwamatic committed May 16, 2024
1 parent 82bd45a commit 5153a61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/src/config/mozambique/layers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,7 @@
"title": "IPC Phase Classification 2022",
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2022.json",
"boundary": "admin2_boundaries",
"admin_level": 2,
"data_field": "ipcphase",
"admin_code": "adm2_source_id",
Expand Down Expand Up @@ -2289,6 +2290,7 @@
"title": "IPC Phase Classification 2023",
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2023.json",
"boundary": "admin2_boundaries",
"admin_level": 2,
"data_field": "ipcphase",
"admin_code": "adm2_source_id",
Expand Down Expand Up @@ -2327,6 +2329,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2022.json",
"data_field": "ph3plus",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2369,6 +2372,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2023.json",
"data_field": "ph3plus",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2411,6 +2415,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2022.json",
"data_field": "ph3ps_p",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2453,6 +2458,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2023.json",
"data_field": "ph3ps_p",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2495,6 +2501,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2022.json",
"data_field": "ph4",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2537,6 +2544,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2023.json",
"data_field": "ph4",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2579,6 +2587,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2022.json",
"data_field": "ph4_perc",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2621,6 +2630,7 @@
"type": "admin_level_data",
"path": "data/mozambique/ipc/ipc-2023.json",
"data_field": "ph4_perc",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.9,
Expand Down Expand Up @@ -2714,6 +2724,7 @@
"type": "admin_level_data",
"path": "data/mozambique/moz-pop-projc-2022-INE.json",
"data_field": "2022_Tot",
"boundary": "admin2_boundaries",
"admin_level": 2,
"admin_code": "adm2_source_id",
"opacity": 0.7,
Expand Down

0 comments on commit 5153a61

Please sign in to comment.