Skip to content

Commit

Permalink
Merge pull request #711 from MTES-MCT/fix-natural-keys
Browse files Browse the repository at this point in the history
Fix : correction des géométries invalides for_app_artificialarea
  • Loading branch information
alexisig authored Nov 5, 2024
2 parents 68b2cfb + 6408b7b commit c068ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ SELECT
departement,
commune_code AS city,
surface / 10000 AS surface,
{{ make_valid_multipolygon('ST_Transform(geom, 4326)') }} as mpoly
ST_MakeValid({{ make_valid_multipolygon('ST_Transform(geom, 4326)') }}) as mpoly
FROM
{{ ref('artificial_commune') }}

0 comments on commit c068ec3

Please sign in to comment.