Added sample data
This commit is contained in:
commit
cc6b135b73
3 changed files with 60 additions and 0 deletions
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