Improved www.ttss.krakow.pl
Jacek Kowalski
2019-01-31 326ad34b82e744b98d3341f3b70d64406f73ebc9
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']); },
   ],
];