From b7e655087c4e51c9e48dd0a605d6801e836f7123 Mon Sep 17 00:00:00 2001 From: MaelReboux Date: Fri, 25 Oct 2019 22:06:07 +0200 Subject: [PATCH] =?UTF-8?q?ogr2ogr=20attedn=20FID=20comme=20cl=C3=A9=20pri?= =?UTF-8?q?maire=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/traitements_phase_5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/traitements_phase_5.sh b/scripts/traitements_phase_5.sh index 0350966..8c400f7 100755 --- a/scripts/traitements_phase_5.sh +++ b/scripts/traitements_phase_5.sh @@ -229,7 +229,7 @@ echo " exports geojson" echo "" rm data/phase_5_pk.geojson -ogr2ogr -f "GeoJSON" data/phase_5_pk.geojson PG:"host=$DB_HOST user=redadeg password=redadeg dbname=redadeg" phase_5_pk +ogr2ogr -f "GeoJSON" data/phase_5_pk.geojson PG:"host=$DB_HOST user=redadeg password=redadeg dbname=redadeg" phase_5_pk -sql "SELECT * FROM phase_5_pk ORDER BY pk_id" echo " fait" echo ""