diff --git a/ldbws.php b/ldbws.php
index 8ca24de..ffec90d 100644
--- a/ldbws.php
+++ b/ldbws.php
@@ -1,6 +1,5 @@
GetArrivalDepartureBoard(10,BRI);
+ $response = GetDepartureBoard(10,'BRI');
echo $response;
\ No newline at end of file
diff --git a/php/LDB-Tests/example.php b/php/LDB-Tests/example.php
deleted file mode 100644
index 64b2934..0000000
--- a/php/LDB-Tests/example.php
+++ /dev/null
@@ -1,9 +0,0 @@
- GetDepartureBoardByCRS(10,"BRI",date("H:i:s",time()),120,"","","","","True");
- header("Content-Type: text/plain");
- print_r($response);
-?>
diff --git a/php/LDB-Tests/example_output.php b/php/LDB-Tests/example_output.php
deleted file mode 100644
index 19806e3..0000000
--- a/php/LDB-Tests/example_output.php
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- TESTING
-
-
- GetDepartureBoard(10,"GTW");
- $template["header"] = "
-
-
-
- Time |
- Destination |
- Platform |
- Expected |
-
-
-
- ";
- $template["row"] = "
-
- {std} |
- {destination} |
- {platform} |
- {etd} |
-
- ";
- $template["footer"] = "
-
-
- ";
- if (isset($response->GetStationBoardResult->trainServices->service))
- {
- print $template["header"];
- foreach($response->GetStationBoardResult->trainServices->service as $service)
- {
- $row = $template["row"];
- $destinations = array();
- foreach($service->destination->location as $location)
- {
- $destinations[] = $location->locationName;
- }
- $row = str_replace("{std}",$service->std,$row);
- $row = str_replace("{destination}",implode(" and ",$destinations),$row);
- $row = str_replace("{platform}",(isset($service->platform)?$service->platform:" "),$row);
- $row = str_replace("{etd}",$service->etd,$row);
- print $row;
- }
- print $template["footer"];
- }
- ?>
-
-
\ No newline at end of file
diff --git a/php/LDB-Tests/example_output_SV.php b/php/LDB-Tests/example_output_SV.php
deleted file mode 100644
index 295cc21..0000000
--- a/php/LDB-Tests/example_output_SV.php
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
- TESTING
-
-
- GetDepartureBoardByCRS(10,"BRI",date("H:i:s",time()),120,"","","","","True");
- $template["header"] = "
-
-
-
- ID |
- Org. |
- Dest. |
- Plat. |
- Sch |
- Exp |
-
-
-
- ";
- $template["row"] = "
-
- {id} |
- {org} |
- {dest} |
- {plat} |
- {sch} |
- {act} |
-
- ";
- $template["footer"] = "
-
-
- ";
- if (isset($response->GetBoardResult->trainServices->service))
- {
- print $template["header"];
- foreach($response->GetBoardResult->trainServices->service as $service)
- {
- $row = $template["row"];
- $destinations = array();
-
- $row = str_replace("{id}",$service->trainid,$row);
- $row = str_replace("{org}",$service->origin->location->tiploc,$row);
- $row = str_replace("{dest}",$service->destination->location->tiploc,$row);
- $row = str_replace("{plat}",$service->platform,$row);
- $row = str_replace("{sch}",$servoce->std,$row);
- $row = str_replace("{act}",$service->etd,$row);
- print $row;
- }
- print $template["footer"];
- }
- ?>
-
-
\ No newline at end of file
diff --git a/php/LDB-Tests/example_return.php b/php/LDB-Tests/example_return.php
deleted file mode 100644
index dc48a4e..0000000
--- a/php/LDB-Tests/example_return.php
+++ /dev/null
@@ -1,500 +0,0 @@
-stdClass Object
-(
- [GetBoardResult] => stdClass Object
- (
- [generatedAt] => 2022-11-05T21:47:01.9993579+00:00
- [locationName] => London Paddington
- [crs] => PAD
- [stationManager] => Network Rail
- [stationManagerCode] => RT
- [isTruncated] => 1
- [trainServices] => stdClass Object
- (
- [service] => Array
- (
- [0] => stdClass Object
- (
- [rid] => 202211057051479
- [uid] => F51479
- [trainid] => 9U02
- [rsid] => XR134200
- [sdd] => 2022-11-05
- [operator] => Elizabeth Line
- [operatorCode] => XR
- [std] => 2022-11-05T21:48:00
- [etd] => 2022-11-05T21:48:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => A
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTLL
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Abbey Wood
- [crs] => ABW
- [tiploc] => ABWDXR
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [1] => stdClass Object
- (
- [rid] => 202211057919346
- [uid] => O19346
- [trainid] => 1T91
- [sdd] => 2022-11-05
- [operator] => Great Western Railway
- [operatorCode] => GW
- [std] => 2022-11-05T21:55:00
- [etd] => 2022-11-05T21:55:00
- [departureType] => Forecast
- [departureSource] => TD
- [platform] => 7
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTON
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Heathrow Airport T5
- [crs] => HWV
- [tiploc] => HTRWTM5
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [2] => stdClass Object
- (
- [rid] => 202211057051484
- [uid] => F51484
- [trainid] => 9U04
- [rsid] => XR134700
- [sdd] => 2022-11-05
- [operator] => Elizabeth Line
- [operatorCode] => XR
- [std] => 2022-11-05T21:58:00
- [etd] => 2022-11-05T21:58:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => A
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTLL
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Abbey Wood
- [crs] => ABW
- [tiploc] => ABWDXR
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [3] => stdClass Object
- (
- [rid] => 202211057051488
- [uid] => F51488
- [trainid] => 9U06
- [rsid] => XR135100
- [sdd] => 2022-11-05
- [operator] => Elizabeth Line
- [operatorCode] => XR
- [std] => 2022-11-05T22:08:00
- [etd] => 2022-11-05T22:08:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => A
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTLL
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Abbey Wood
- [crs] => ABW
- [tiploc] => ABWDXR
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [4] => stdClass Object
- (
- [rid] => 202211057919347
- [uid] => O19347
- [trainid] => 1T92
- [sdd] => 2022-11-05
- [operator] => Great Western Railway
- [operatorCode] => GW
- [std] => 2022-11-05T22:10:00
- [etd] => 2022-11-05T22:10:00
- [departureType] => Forecast
- [departureSource] => TD
- [platform] => 6
- [platformIsHidden] => 1
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTON
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Heathrow Airport T5
- [crs] => HWV
- [tiploc] => HTRWTM5
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [5] => stdClass Object
- (
- [rid] => 202211057051492
- [uid] => F51492
- [trainid] => 9U08
- [rsid] => XR135500
- [sdd] => 2022-11-05
- [operator] => Elizabeth Line
- [operatorCode] => XR
- [std] => 2022-11-05T22:18:00
- [etd] => 2022-11-05T22:18:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => A
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTLL
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Abbey Wood
- [crs] => ABW
- [tiploc] => ABWDXR
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [6] => stdClass Object
- (
- [rid] => 202211057919350
- [uid] => O19350
- [trainid] => 1T93
- [sdd] => 2022-11-05
- [operator] => Great Western Railway
- [operatorCode] => GW
- [std] => 2022-11-05T22:25:00
- [etd] => 2022-11-05T22:25:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => 7
- [platformIsHidden] => 1
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTON
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Heathrow Airport T5
- [crs] => HWV
- [tiploc] => HTRWTM5
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [7] => stdClass Object
- (
- [rid] => 202211057051497
- [uid] => F51497
- [trainid] => 9U10
- [rsid] => XR136000
- [sdd] => 2022-11-05
- [operator] => Elizabeth Line
- [operatorCode] => XR
- [std] => 2022-11-05T22:28:00
- [etd] => 2022-11-05T22:28:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => A
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTLL
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Abbey Wood
- [crs] => ABW
- [tiploc] => ABWDXR
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [8] => stdClass Object
- (
- [rid] => 202211057051502
- [uid] => F51502
- [trainid] => 9U12
- [rsid] => XR136500
- [sdd] => 2022-11-05
- [operator] => Elizabeth Line
- [operatorCode] => XR
- [std] => 2022-11-05T22:38:00
- [etd] => 2022-11-05T22:38:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => A
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTLL
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Abbey Wood
- [crs] => ABW
- [tiploc] => ABWDXR
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- [9] => stdClass Object
- (
- [rid] => 202211057919351
- [uid] => O19351
- [trainid] => 1T94
- [sdd] => 2022-11-05
- [operator] => Great Western Railway
- [operatorCode] => GW
- [std] => 2022-11-05T22:40:00
- [etd] => 2022-11-05T22:40:00
- [departureType] => Forecast
- [departureSource] => Darwin
- [platform] => 6
- [platformIsHidden] => 1
- [origin] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => London Paddington
- [crs] => PAD
- [tiploc] => PADTON
- )
-
- )
-
- )
-
- [destination] => stdClass Object
- (
- [location] => Array
- (
- [0] => stdClass Object
- (
- [locationName] => Heathrow Airport T5
- [crs] => HWV
- [tiploc] => HTRWTM5
- )
-
- )
-
- )
-
- [category] => OO
- [activities] => TB
- )
-
- )
-
- )
-
- )
-
-)
\ No newline at end of file
diff --git a/php/LDB-Tests/test.php b/php/LDB-Tests/test.php
deleted file mode 100755
index 4e1b63b..0000000
--- a/php/LDB-Tests/test.php
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/php/LDBWS.php b/php/LDBWS.php
deleted file mode 100644
index 3b19da6..0000000
--- a/php/LDBWS.php
+++ /dev/null
@@ -1,41 +0,0 @@
-$trace,"soap_version"=>SOAP_1_2,"features"=>SOAP_SINGLE_ELEMENT_ARRAYS);
-
- $client = new SoapClient($wsdl, $soapOptions);
-
- ### BELOW THIS LINE NEEDS ADJUSTING TO NEW ENVIRONMENT -- USE SOAP FLATPAK TO FIND THE CURRENT URL FOR THE HEADER TYPE
- ## THE ACCESSTOKEN Var needs changinh to match what is in apiKeys.php
- $soapVar = new SoapVar(array("ns2:TokenValue"=>$accessToken),SOAP_ENC_OBJECT);
-
- $soapHeader = new SoapHeader("http://thalesgroup.com/RTTI/2010-11-01/ldb/commontypes","AccessToken",$soapVar,FALSE);
-
- $client->__setSoapHeaders($soapHeader);
-
-
- ### This is the function to call the API:
- ### ACCESSTOKEN VAR ALSO NEEDS CHANGING HERE
-
- function call($method,$params)
- {
- try
- {
- $response = $client->$method($params);
- }
- catch(SoapFault $soapFault)
- {
- if ($this->trace)
- {
- $traceOutput["soapFaultMessage"] = $soapFault->getMessage();
- $traceOutput["soapClientRequest"] = str_replace($accessToken,"",$client->__getLastRequest());
- $traceOutput["soapClientResponse"] = $client->__getLastResponse();
- print_r($traceOutput);
- }
- }
- return (isset($response)?$response:FALSE);
- }
\ No newline at end of file
diff --git a/php/OpenLDBWS.php b/php/OpenLDBWS.php
deleted file mode 100644
index e79bb42..0000000
--- a/php/OpenLDBWS.php
+++ /dev/null
@@ -1,136 +0,0 @@
-accessToken = $accessToken;
-
- $this->trace = $trace;
-
- $soapOptions = array("trace"=>$this->trace,"soap_version"=>SOAP_1_2,"features"=>SOAP_SINGLE_ELEMENT_ARRAYS);
-
- if (extension_loaded("zlib")) $soapOptions["compression"] = SOAP_COMPRESSION_ACCEPT|SOAP_COMPRESSION_GZIP;
-
- $this->soapClient = new SoapClient("http://lite.realtime.nationalrail.co.uk/OpenLDBWS/wsdl.aspx",$soapOptions);
-
- $soapVar = new SoapVar(array("ns2:TokenValue"=>$this->accessToken),SOAP_ENC_OBJECT);
-
- $soapHeader = new SoapHeader("http://thalesgroup.com/RTTI/2010-11-01/ldb/commontypes","AccessToken",$soapVar,FALSE);
-
- $this->soapClient->__setSoapHeaders($soapHeader);
- }
-
- private function call($method,$params)
- {
- try
- {
- $response = $this->soapClient->$method($params);
- }
- catch(SoapFault $soapFault)
- {
- if ($this->trace)
- {
- $traceOutput["soapFaultMessage"] = $soapFault->getMessage();
- $traceOutput["soapClientRequest"] = str_replace($this->accessToken,"",$this->soapClient->__getLastRequest());
- $traceOutput["soapClientResponse"] = $this->soapClient->__getLastResponse();
- print_r($traceOutput);
- }
- }
-
- return (isset($response)?$response:FALSE);
- }
-
- function StationBoard($method,$numRows,$crs,$filterCrs,$filterType,$timeOffset,$timeWindow)
- {
- $params["numRows"] = $numRows;
-
- $params["crs"] = $crs;
-
- if ($filterCrs) $params["filterCrs"] = $filterCrs;
-
- if ($filterType) $params["filterType"] = $filterType;
-
- if ($timeOffset) $params["timeOffset"] = $timeOffset;
-
- if ($timeWindow) $params["timeWindow"] = $timeWindow;
-
- return $this->call($method,$params);
- }
-
- function DeparturesBoard($method,$crs,$filterList,$timeOffset,$timeWindow)
- {
- $params["crs"] = $crs;
-
- $params["filterList"] = $filterList;
-
- if ($timeOffset) $params["timeOffset"] = $timeOffset;
-
- if ($timeWindow) $params["timeWindow"] = $timeWindow;
-
- return $this->call($method,$params);
- }
-
- function GetDepartureBoard($numRows,$crs,$filterCrs="",$filterType="",$timeOffset="",$timeWindow="")
- {
- return $this->StationBoard("GetDepartureBoard",$numRows,$crs,$filterCrs,$filterType,$timeOffset,$timeWindow);
- }
-
- function GetDepBoardWithDetails($numRows,$crs,$filterCrs="",$filterType="",$timeOffset="",$timeWindow="")
- {
- return $this->StationBoard("GetDepBoardWithDetails",$numRows,$crs,$filterCrs,$filterType,$timeOffset,$timeWindow);
- }
-
- function GetArrivalBoard($numRows,$crs,$filterCrs="",$filterType="",$timeOffset="",$timeWindow="")
- {
- return $this->StationBoard("GetArrivalBoard",$numRows,$crs,$filterCrs,$filterType,$timeOffset,$timeWindow);
- }
-
- function GetArrBoardWithDetails($numRows,$crs,$filterCrs="",$filterType="",$timeOffset="",$timeWindow="")
- {
- return $this->StationBoard("GetArrBoardWithDetails",$numRows,$crs,$filterCrs,$filterType,$timeOffset,$timeWindow);
- }
-
- function GetArrivalDepartureBoard($numRows,$crs,$filterCrs="",$filterType="",$timeOffset="",$timeWindow="")
- {
- return $this->StationBoard("GetArrivalDepartureBoard",$numRows,$crs,$filterCrs,$filterType,$timeOffset,$timeWindow);
- }
-
- function GetArrDepBoardWithDetails($numRows,$crs,$filterCrs="",$filterType="",$timeOffset="",$timeWindow="")
- {
- return $this->StationBoard("GetArrDepBoardWithDetails",$numRows,$crs,$filterCrs,$filterType,$timeOffset,$timeWindow);
- }
-
- function GetNextDepartures($crs,$filterList,$timeOffset="",$timeWindow="")
- {
- return $this->DeparturesBoard("GetNextDepartures",$crs,$filterList,$timeOffset,$timeWindow);
- }
-
- function GetNextDeparturesWithDetails($crs,$filterList,$timeOffset="",$timeWindow="")
- {
- return $this->DeparturesBoard("GetNextDeparturesWithDetails",$crs,$filterList,$timeOffset,$timeWindow);
- }
-
- function GetFastestDepartures($crs,$filterList,$timeOffset="",$timeWindow="")
- {
- return $this->DeparturesBoard("GetFastestDepartures",$crs,$filterList,$timeOffset,$timeWindow);
- }
-
- function GetFastestDeparturesWithDetails($crs,$filterList,$timeOffset="",$timeWindow="")
- {
- return $this->DeparturesBoard("GetFastestDeparturesWithDetails",$crs,$filterList,$timeOffset,$timeWindow);
- }
-
- function GetServiceDetails($serviceID)
- {
- $params["serviceID"] = $serviceID;
-
- return $this->call("GetServiceDetails",$params);
- }
- }
-?>
diff --git a/php/openLDBSVWS.php b/php/openLDBSVWS.php
deleted file mode 100644
index dd677c5..0000000
--- a/php/openLDBSVWS.php
+++ /dev/null
@@ -1,325 +0,0 @@
-accessToken = $accessToken;
-
- $this->trace = $trace;
-
- $soapOptions = array("trace"=>$this->trace,"soap_version"=>SOAP_1_2,"features"=>SOAP_SINGLE_ELEMENT_ARRAYS);
-
- if (extension_loaded("zlib")) $soapOptions["compression"] = SOAP_COMPRESSION_ACCEPT|SOAP_COMPRESSION_GZIP;
-
- $this->soapClient = new SoapClient("data:text/plain;base64,".base64_encode($this->wsdl),$soapOptions);
-
- $soapVar = new SoapVar(array("ns2:TokenValue"=>$this->accessToken),SOAP_ENC_OBJECT);
-
- $soapHeader = new SoapHeader("http://thalesgroup.com/RTTI/2010-11-01/ldb/commontypes","AccessToken",$soapVar,FALSE);
-
- $this->soapClient->__setSoapHeaders($soapHeader);
- }
-
- private function call($method,$params)
- {
- try
- {
- $response = $this->soapClient->$method($params);
- }
- catch(SoapFault $soapFault)
- {
- if ($this->trace)
- {
- $traceOutput["soapFaultMessage"] = $soapFault->getMessage();
-
- $traceOutput["soapClientRequest"] = str_replace($this->accessToken,"",$this->soapClient->__getLastRequest());
-
- $traceOutput["soapClientResponse"] = $this->soapClient->__getLastResponse();
-
- print_r($traceOutput);
- }
- }
-
- return (isset($response)?$response:FALSE);
- }
-
- function GetBoardByCRS($method,$numRows,$crs,$time,$timeWindow,$filtercrs,$filterType,$filterTOC,$services,$getNonPassengerServices)
- {
- $params = array();
-
- if ($numRows) $params["numRows"] = $numRows;
-
- if ($crs) $params["crs"] = $crs;
-
- if ($time) $params["time"] = $time;
-
- if ($timeWindow) $params["timeWindow"] = $timeWindow;
-
- if ($filtercrs) $params["filtercrs"] = $filtercrs;
-
- if ($filterType) $params["filterType"] = $filterType;
-
- if ($filterTOC) $params["filterTOC"] = $filterTOC;
-
- if ($services) $params["services"] = $services;
-
- if ($getNonPassengerServices) $params["getNonPassengerServices"] = $getNonPassengerServices;
-
- return $this->call($method,$params);
- }
-
- function GetArrivalDepartureBoardByCRS($numRows="",$crs="",$time="",$timeWindow="",$filtercrs="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByCRS("GetArrivalDepartureBoardByCRS",$numRows,$crs,$time,$timeWindow,$filtercrs,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetArrivalBoardByCRS($numRows="",$crs="",$time="",$timeWindow="",$filtercrs="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByCRS("GetArrivalBoardByCRS",$numRows,$crs,$time,$timeWindow,$filtercrs,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetDepartureBoardByCRS($numRows="",$crs="",$time="",$timeWindow="",$filtercrs="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByCRS("GetDepartureBoardByCRS",$numRows,$crs,$time,$timeWindow,$filtercrs,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetArrDepBoardWithDetails($numRows="",$crs="",$time="",$timeWindow="",$filtercrs="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByCRS("GetArrDepBoardWithDetails",$numRows,$crs,$time,$timeWindow,$filtercrs,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetArrBoardWithDetails($numRows="",$crs="",$time="",$timeWindow="",$filtercrs="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByCRS("GetArrBoardWithDetails",$numRows,$crs,$time,$timeWindow,$filtercrs,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetDepBoardWithDetails($numRows="",$crs="",$time="",$timeWindow="",$filtercrs="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByCRS("GetDepBoardWithDetails",$numRows,$crs,$time,$timeWindow,$filtercrs,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetBoardByTIPLOC($method,$numRows,$tiploc,$time,$timeWindow,$filterTiploc,$filterType,$filterTOC,$services,$getNonPassengerServices)
- {
- $params = array();
-
- if ($numRows) $params["numRows"] = $numRows;
-
- if ($tiploc) $params["tiploc"] = $tiploc;
-
- if ($time) $params["time"] = $time;
-
- if ($timeWindow) $params["timeWindow"] = $timeWindow;
-
- if ($filterTiploc) $params["filterTiploc"] = $filterTiploc;
-
- if ($filterType) $params["filterType"] = $filterType;
-
- if ($filterTOC) $params["filterTOC"] = $filterTOC;
-
- if ($services) $params["services"] = $services;
-
- if ($getNonPassengerServices) $params["getNonPassengerServices"] = $getNonPassengerServices;
-
- return $this->call($method,$params);
- }
-
- function GetArrivalDepartureBoardByTIPLOC($numRows="",$tiploc="",$time="",$timeWindow="",$filterTiploc="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByTIPLOC("GetArrivalDepartureBoardByTIPLOC",$numRows,$tiploc,$time,$timeWindow,$filterTiploc,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetArrivalBoardByTIPLOC($numRows="",$tiploc="",$time="",$timeWindow="",$filterTiploc="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByTIPLOC("GetArrivalBoardByTIPLOC",$numRows,$tiploc,$time,$timeWindow,$filterTiploc,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetDepartureBoardByTIPLOC($numRows="",$tiploc="",$time="",$timeWindow="",$filterTiploc="",$filterType="",$filterTOC="",$services="",$getNonPassengerServices="")
- {
- return $this->GetBoardByTIPLOC("GetDepartureBoardByTIPLOC",$numRows,$tiploc,$time,$timeWindow,$filterTiploc,$filterType,$filterTOC,$services,$getNonPassengerServices);
- }
-
- function GetDepartures($method,$crs,$filterList,$time,$timeWindow,$filterTOC,$services)
- {
- $params = array();
-
- if ($crs) $params["crs"] = $crs;
-
- if ($filterList) $params["filterList"] = $filterList;
-
- if ($time) $params["time"] = $time;
-
- if ($timeWindow) $params["timeWindow"] = $timeWindow;
-
- if ($filterTOC) $params["filterTOC"] = $filterTOC;
-
- if ($services) $params["services"] = $services;
-
- return $this->call($method,$params);
- }
-
- function GetNextDepartures($crs="",$filterList="",$time="",$timeWindow="",$filterTOC="",$services="")
- {
- return $this->GetDepartures("GetNextDepartures",$crs,$filterList,$time,$timeWindow,$filterTOC,$services);
- }
-
- function GetFastestDepartures($crs="",$filterList="",$time="",$timeWindow="",$filterTOC="",$services="")
- {
- return $this->GetDepartures("GetFastestDepartures",$crs,$filterList,$time,$timeWindow,$filterTOC,$services);
- }
-
- function GetNextDeparturesWithDetails($crs="",$filterList="",$time="",$timeWindow="",$filterTOC="",$services="")
- {
- return $this->GetDepartures("GetNextDeparturesWithDetails",$crs,$filterList,$time,$timeWindow,$filterTOC,$services);
- }
-
- function GetFastestDeparturesWithDetails($crs="",$filterList="",$time="",$timeWindow="",$filterTOC="",$services="")
- {
- return $this->GetDepartures("GetFastestDeparturesWithDetails",$crs,$filterList,$time,$timeWindow,$filterTOC,$services);
- }
-
- function GetServiceDetailsByRID($rid="")
- {
- $params = array();
-
- if ($rid) $params["rid"] = $rid;
-
- return $this->call("GetServiceDetailsByRID",$params);
- }
-
- function QueryServices($serviceID="",$sdd="",$filterTime="",$filtercrs="",$tocFilter="")
- {
- $params = array();
-
- if ($serviceID) $params["serviceID"] = $serviceID;
-
- if ($sdd) $params["sdd"] = $sdd;
-
- if ($filterTime) $params["filterTime"] = $filterTime;
-
- if ($filtercrs) $params["filtercrs"] = $filtercrs;
-
- if ($tocFilter) $params["tocFilter"] = $tocFilter;
-
- return $this->call("QueryServices",$params);
- }
-
- function GetDisruptionList($CRSList="")
- {
- $params = array();
-
- if ($CRSList) $params["CRSList"] = $CRSList;
-
- return $this->call("GetDisruptionList",$params);
- }
- }
-
- class OpenLDBSVREFWS
- {
- private $accessToken;
-
- private $trace;
-
- private $wsdl = '
-
-
-
-
-
-
-
- ';
-
- function __construct($accessToken,$trace=FALSE)
- {
- $this->accessToken = $accessToken;
-
- $this->trace = $trace;
-
- $soapOptions = array("trace"=>$this->trace,"soap_version"=>SOAP_1_2,"features"=>SOAP_SINGLE_ELEMENT_ARRAYS);
-
- if (extension_loaded("zlib")) $soapOptions["compression"] = SOAP_COMPRESSION_ACCEPT|SOAP_COMPRESSION_GZIP;
-
- $this->soapClient = new SoapClient("data:text/plain;base64,".base64_encode($this->wsdl),$soapOptions);
-
- $soapVar = new SoapVar(array("ns2:TokenValue"=>$this->accessToken),SOAP_ENC_OBJECT);
-
- $soapHeader = new SoapHeader("http://thalesgroup.com/RTTI/2010-11-01/ldb/commontypes","AccessToken",$soapVar,FALSE);
-
- $this->soapClient->__setSoapHeaders($soapHeader);
- }
-
- private function call($method,$params)
- {
- try
- {
- $response = $this->soapClient->$method($params);
- }
- catch(SoapFault $soapFault)
- {
- if ($this->trace)
- {
- $traceOutput["soapFaultMessage"] = $soapFault->getMessage();
-
- $traceOutput["soapClientRequest"] = str_replace($this->accessToken,"",$this->soapClient->__getLastRequest());
-
- $traceOutput["soapClientResponse"] = $this->soapClient->__getLastResponse();
-
- print_r($traceOutput);
- }
- }
-
- return (isset($response)?$response:FALSE);
- }
-
- function GetReasonCode($reasonCode="")
- {
- $params = array();
-
- if ($reasonCode) $params["reasonCode"] = $reasonCode;
-
- return $this->call("GetReasonCode",$params);
- }
-
- function GetReasonCodeList()
- {
- $params = array();
-
- return $this->call("GetReasonCodeList",$params);
- }
-
- function GetSourceInstanceNames()
- {
- $params = array();
-
- return $this->call("GetSourceInstanceNames",$params);
- }
-
- function GetTOCList($currentVersion="")
- {
- $params = array();
-
- if ($currentVersion) $params["currentVersion"] = $currentVersion;
-
- return $this->call("GetTOCList",$params);
- }
-
- function GetStationList($currentVersion="")
- {
- $params = array();
-
- if ($currentVersion) $params["currentVersion"] = $currentVersion;
-
- return $this->call("GetStationList",$params);
- }
- }
-?>
diff --git a/styles/fonts/firamono/firamono-regular.ttf b/styles/fonts/firamono/firamono-regular.ttf
new file mode 100644
index 0000000..67bbd42
Binary files /dev/null and b/styles/fonts/firamono/firamono-regular.ttf differ
diff --git a/styles/fonts/firamono/firamono-regular.woff b/styles/fonts/firamono/firamono-regular.woff
new file mode 100644
index 0000000..a1884d7
Binary files /dev/null and b/styles/fonts/firamono/firamono-regular.woff differ
diff --git a/styles/fonts/firamono/firamono-regular.woff2 b/styles/fonts/firamono/firamono-regular.woff2
new file mode 100644
index 0000000..3d31ce8
Binary files /dev/null and b/styles/fonts/firamono/firamono-regular.woff2 differ
diff --git a/styles/style.css b/styles/style.css
index dbf2e27..4e645cd 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -1,3 +1,13 @@
+/* FONTS */
+@font-face {
+ font-family: 'fira_monoregular';
+ src: url('/styles/fonts/firamono/firamono-regular.woff2') format('woff2'),
+ url('/styles/fonts/firamono/firamono-regular.woff') format('woff'),
+ url('/styles/fonts/firamono/firamono-regular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
+
/* COLOR VARS */
:root {
--main-bg-color: #aac4ee;
@@ -86,6 +96,7 @@ body {
.actionbutton {
display: inline-block;
text-decoration: none;
+ font-family: 'fira_monoregular', monospace;
cursor: pointer;
background-color: #3c78d8;
border: none;