Mise à jour carte
This commit is contained in:
@@ -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"
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user