From fe45337506986cd1ae575ec2663016c34de3f644 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Wed, 10 Feb 2016 14:02:00 +0200 Subject: [PATCH] Delete data files (will be generated). --- data/buspositions.json | 16 ---------------- data/routes.json | 41 ----------------------------------------- data/stops.json | 28 ---------------------------- 3 files changed, 85 deletions(-) delete mode 100644 data/buspositions.json delete mode 100644 data/routes.json delete mode 100644 data/stops.json diff --git a/data/buspositions.json b/data/buspositions.json deleted file mode 100644 index d403bcb..0000000 --- a/data/buspositions.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "id":"100", - "routeid":"10", - "lat":"35.3387", - "lon":"25.1317", - "direction":"go" - }, - { - "id":"150", - "routeid":"20", - "lat":"35.4387", - "lon":"25.1217", - "direction":"come" - } -] diff --git a/data/routes.json b/data/routes.json deleted file mode 100644 index 55958ce..0000000 --- a/data/routes.json +++ /dev/null @@ -1,41 +0,0 @@ -[ - { - "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"] - } - } - - -] - diff --git a/data/stops.json b/data/stops.json deleted file mode 100644 index d6f8988..0000000 --- a/data/stops.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "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" - } - -] -