mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
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:
parent
cca35629e4
commit
1c7d903c8c
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user