From e0785d32febfd57c5f3b23f1271cb62354076bb6 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Wed, 15 Jul 2015 16:35:25 +0300 Subject: [PATCH] Added a route with a duplcate line number. Changed name of field number -> line --- routes.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/routes.json b/routes.json index 43c17c3..c98bbe7 100644 --- a/routes.json +++ b/routes.json @@ -1,16 +1,25 @@ -{[ +[ { "id":"10", - "number":"10", + "line":"10", "name":"Λιμάνι - Π.Α.Γ.Ν.Η.", "stops":[ "1", "2" ] }, + { + "id":"20", + "line":"10", + "name":"Λιμάνι - Πανεπιστήμιο", + "stops":[ + "1", + "4" + ] + }, { "id":"11", - "number":"11", + "line":"11", "name":"Λιμάνι - Αεροδρόμιο", "stops":[ "1", @@ -19,7 +28,7 @@ }, { "id":"12", - "number":"12", + "line":"12", "name":"Π.Α.Γ.Ν.Η - Αεροδρόμιο", "stops":[ "2", @@ -28,5 +37,5 @@ } -]} +]