You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fbfmaproom/fbfmaproom-sample.yaml
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1748,22 +1748,26 @@ countries:
1748
1748
shapes: &south_ethiopia_shapes
1749
1749
- name: Regional
1750
1750
sql: select (admin1pcod) as key, admin1name as label,
1751
-
ST_AsBinary(ST_Union(the_geom)) as the_geom from iridb.eth_zones_2024
1751
+
ST_AsBinary(ST_Union(the_geom)) as the_geom from iridb.eth_woredas_2024
1752
1752
where admin1pcod = 'ET08'
1753
-
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810')
1753
+
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810','ET0803','ET0802')
1754
+
and admin3pcod in ('ET080601','ET080801','ET081001','ET080701','ET080212','ET080202','ET080211','ET080310','ET080904','ET080902','ET080905','ET080901','ET081206','ET081203','ET081201','ET081202','ET081204','ET081205')
1754
1755
group by 1, 2
1755
1756
1756
1757
- name: Zonal
1757
1758
sql: select (admin2pcod) as key, admin2name as label,
1758
-
ST_AsBinary(the_geom) as the_geom from iridb.eth_zones_2024
1759
+
ST_AsBinary(ST_Union(the_geom)) as the_geom from iridb.eth_woredas_2024
1759
1760
where admin1pcod = 'ET08'
1760
-
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810')
1761
+
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810','ET0803','ET0802')
1762
+
and admin3pcod in ('ET080601','ET080801','ET081001','ET080701','ET080212','ET080202','ET080211','ET080310','ET080904','ET080902','ET080905','ET080901','ET081206','ET081203','ET081201','ET081202','ET081204','ET081205')
1763
+
group by 1, 2
1761
1764
1762
1765
- name: Woreda
1763
1766
sql: select (admin3pcod) as key, admin3name as label,
1764
1767
ST_AsBinary(the_geom) as the_geom from iridb.eth_woredas_2024
1765
1768
where admin1pcod = 'ET08'
1766
-
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810')
1769
+
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810','ET0803','ET0802')
1770
+
and admin3pcod in ('ET080601','ET080801','ET081001','ET080701','ET080212','ET080202','ET080211','ET080310','ET080904','ET080902','ET080905','ET080901','ET081206','ET081203','ET081201','ET081202','ET081204','ET081205')
0 commit comments