Moved some files in directories.

This commit is contained in:
George Kaklamanos 2015-07-19 13:55:03 +03:00
parent e23bb22ea2
commit 50a0369ba1
9 changed files with 0 additions and 0 deletions

41
data/routes.json Normal file
View 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"]
}
}
]