Skip to content

Commit

Permalink
Caractères parasites dans les noms du Cadastre (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdct committed Dec 8, 2022
1 parent 9628191 commit c375581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bano/sql/lieux_dits_post_process.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WHERE code_insee LIKE '__dept__%' AND
lieux_dits
AS
(SELECT ST_Centroid(geometrie) AS geometrie,
regexp_replace(regexp_replace(nom,' ',' ','g'),' ',' ','g') AS nom,
regexp_replace(regexp_replace(regexp_replace(nom,' ',' ','g'),' ',' ','g'),'"','','g') AS nom,
insee_com
FROM lieux_dits
WHERE insee_com LIKE '__dept__%' AND
Expand Down

0 comments on commit c375581

Please sign in to comment.