Mise à jour carte

This commit is contained in:
2025-09-06 06:42:27 +02:00
parent 741b8418b9
commit fd8308a848
3 changed files with 179 additions and 52 deletions

View File

@@ -24,4 +24,6 @@ ligne | id, ticket_id, article_code, prix_unitaire, quantite
```shell
psql -h 127.0.0.1 -d sql -U sql -c "\copy (select * from ligne order by id) to './ligne.csv' with csv header"
psql -h 127.0.0.1 -d sql -U sql -c "\copy (select id, source, target, cost, reverse_cost, ST_AsText(geom) from route order by id) to './route.csv' with csv header"
```