Simplifier le calendrier et supprimer les doublons
This commit is contained in:
parent
d29caa91e4
commit
7e0e595404
1 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,15 @@
|
|||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"107"}}
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"311"}}
|
||||
|
||||
## Retirer les "lignes" d'ascenseurs
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"401"}}
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"402"}}
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"403"}}
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"404"}}
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"405"}}
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"406"}}
|
||||
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"407"}}
|
||||
|
||||
## La ligne "M" est un tramway, non un métro
|
||||
{"op":"update", "match":{"file":"routes.txt", "route_short_name":"Métro"}, "update":{"route_type":"0"}}
|
||||
|
||||
|
@ -33,3 +42,6 @@
|
|||
{"op":"update", "match":{"file":"routes.txt", "route_short_name":"T3"}, "update":{"route_type":"3"}}
|
||||
{"op":"update", "match":{"file":"routes.txt", "route_short_name":"T4"}, "update":{"route_type":"3"}}
|
||||
|
||||
{"op":"calendar_simplification"}
|
||||
{"op":"deduplicate_service_ids"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue