Improved www.ttss.krakow.pl
Jacek Kowalski
2019-02-09 a4d011116c35bb9bef8589c88ed38b3043f9e072
proxy.php
@@ -65,7 +65,7 @@
   ],
   '/geoserviceDispatcher/services/vehicleinfo/vehicles' => [
      'lastUpdate' => 'ctype_digit',
      'positionType' => function($type) { return in_array($type, ['CORRECTED']); },
      'positionType' => function($type) { return in_array($type, ['RAW', 'CORRECTED']); },
      'colorType' => function($type) { return in_array($type, ['ROUTE_BASED']); },
   ],
];
@@ -73,6 +73,7 @@
   '/lookup/autocomplete/json' => '/services/lookup/autocomplete/json',
   '/passageInfo/stopPassages/stop' => '/services/passageInfo/stopPassages/stop',
   '/routeInfo/routeStops' => '/services/routeInfo/routeStops',
   '/internetservice/geoserviceDispatcher/services/pathinfo/vehicle' => '/geoserviceDispatcher/services/pathinfo/vehicle',
];
$path = $_SERVER['PATH_INFO'];