Moved some files in directories.
This commit is contained in:
parent
e23bb22ea2
commit
50a0369ba1
9 changed files with 0 additions and 0 deletions
41
data/routes.json
Normal file
41
data/routes.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
[
|
||||
{
|
||||
"id":"10",
|
||||
"line":"10",
|
||||
"name":"Λιμάνι - Π.Α.Γ.Ν.Η.",
|
||||
"stops":{
|
||||
"go":["1", "2"],
|
||||
"come":["2", "1"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"20",
|
||||
"line":"10",
|
||||
"name":"Λιμάνι - Πανεπιστήμιο",
|
||||
"stops":{
|
||||
"go":["1", "4"],
|
||||
"come":["4", "1"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"11",
|
||||
"line":"11",
|
||||
"name":"Λιμάνι - Αεροδρόμιο",
|
||||
"stops":{
|
||||
"go":["1", "3"],
|
||||
"come":["3", "1"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"12",
|
||||
"line":"12",
|
||||
"name":"Π.Α.Γ.Ν.Η - Αεροδρόμιο",
|
||||
"stops":{
|
||||
"go":["2", "3"],
|
||||
"come":["3", "2"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
Reference in a new issue