diff --git a/scripts_v2/phase_3_export.sh b/scripts_v2/phase_3_export.sh index 4064410..cc1cbc2 100755 --- a/scripts_v2/phase_3_export.sh +++ b/scripts_v2/phase_3_export.sh @@ -25,7 +25,7 @@ echo "" echo "" echo " Exports GeoJSON pour umap" -rm -f $rep_data/phase_2_trace_secteur.geojson +rm -f $rep_data/phase_3_pk.geojson ogr2ogr -f "GeoJSON" $rep_data/phase_3_pk.geojson PG:"host=$DB_HOST port=$DB_PORT user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_3_pk_4326 echo " fait"