Improved www.ttss.krakow.pl
Jacek Kowalski
2019-06-13 7698583a2b774b68ef1a24f87023c8385d671f9f
proxy_common.php
File was renamed from proxy.php
@@ -1,4 +1,9 @@
<?php
if(!isset($base_proxy)) {
   echo 'This script is for inclusion only.';
   die();
}
function is_number($str) {
   $str = (string)$str;
@@ -12,7 +17,6 @@
      );
}
$base_proxy = 'http://www.ttss.krakow.pl/internetservice';
$method = [
   '/services/lookup/autocomplete/json' => [
      'query' => function() { return TRUE; },
@@ -65,7 +69,7 @@
   ],
   '/geoserviceDispatcher/services/vehicleinfo/vehicles' => [
      'lastUpdate' => 'ctype_digit',
      'positionType' => function($type) { return in_array($type, ['RAW', 'CORRECTED']); },
      'positionType' => function($type) { return in_array($type, ['CORRECTED', 'RAW']); },
      'colorType' => function($type) { return in_array($type, ['ROUTE_BASED']); },
   ],
];