world_map.gpkg fix (fixes #46810)

update states_provinces set iso_a2='UA',sov_a3='UA',adm0_a3='UA',admin='Ukraine',gu_a3='UKR' where name IN ('Crimea','Sevastopol');
update countries set geom=st_union(geom, (select st_union(geom) from states_provinces where name IN ('Crimea','Sevastopol'))) where name='Ukraine';
update countries set geom=st_difference(geom, (select st_union(geom) from states_provinces where name IN ('Crimea','Sevastopol'))) where name='Russia';
This commit is contained in:
Juergen E. Fischer 2022-04-07 19:11:49 +02:00 committed by Jürgen Fischer
parent cca35629e4
commit 1c7d903c8c

Binary file not shown.