Added sample data
This commit is contained in:
commit
cc6b135b73
3 changed files with 60 additions and 0 deletions
6
busposition.json
Normal file
6
busposition.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{[
|
||||||
|
"id":"100",
|
||||||
|
"routeid":"10",
|
||||||
|
"lat":"35.3387",
|
||||||
|
"lon":"25.1317"
|
||||||
|
]}
|
32
routes.json
Normal file
32
routes.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
]}
|
||||||
|
|
22
stops.json
Normal file
22
stops.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{[
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
]}
|
||||||
|
|
Reference in a new issue