Added sample data

This commit is contained in:
George Kaklamanos 2015-07-15 13:27:53 +03:00
commit cc6b135b73
3 changed files with 60 additions and 0 deletions

32
routes.json Normal file
View file

@ -0,0 +1,32 @@
{[
{
"id":"10",
"number":"10",
"name":"Λιμάνι - Π.Α.Γ.Ν.Η.",
"stops":[
"1",
"2"
]
},
{
"id":"11",
"number":"11",
"name":"Λιμάνι - Αεροδρόμιο",
"stops":[
"1",
"3"
]
},
{
"id":"12",
"number":"12",
"name":"Π.Α.Γ.Ν.Η - Αεροδρόμιο",
"stops":[
"2",
"3"
]
}
]}