mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix: make geographical units valid during imports
This commit is contained in:
parent
bef1d6b4a3
commit
b69fb740b1
@ -207,7 +207,7 @@ final class GeographicalUnitBaseImporter
|
||||
(id, geom, unitname, layer_id, unitrefid)
|
||||
SELECT
|
||||
nextval('chill_main_geographical_unit_id_seq'),
|
||||
geom,
|
||||
st_makevalid(geom),
|
||||
unitName,
|
||||
layer.id,
|
||||
unitKey
|
||||
|
Loading…
x
Reference in New Issue
Block a user