Moved some files in directories.
This commit is contained in:
parent
e23bb22ea2
commit
50a0369ba1
9 changed files with 0 additions and 0 deletions
6
data/busposition.json
Normal file
6
data/busposition.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{[
|
||||
"id":"100",
|
||||
"routeid":"10",
|
||||
"lat":"35.3387",
|
||||
"lon":"25.1317"
|
||||
]}
|
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"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
28
data/stops.json
Normal file
28
data/stops.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
[
|
||||
{
|
||||
"id":"1",
|
||||
"name":"Λιμάνι",
|
||||
"lat":"35.3414",
|
||||
"lon":"25.1446"
|
||||
},
|
||||
{
|
||||
"id":"2",
|
||||
"name":"Π.Α.Γ.Ν.Η.",
|
||||
"lat":"35.3032",
|
||||
"lon":"25.0844"
|
||||
},
|
||||
{
|
||||
"id":"3",
|
||||
"name":"Αεροδρόμιο",
|
||||
"lat":"35.3374",
|
||||
"lon":"25.1648"
|
||||
},
|
||||
{
|
||||
"id":"4",
|
||||
"name":"Πανεπιστήμιο",
|
||||
"lat":"35.3063",
|
||||
"lon":"25.0829"
|
||||
}
|
||||
|
||||
]
|
||||
|
Reference in a new issue