Improved www.ttss.krakow.pl
Jacek Kowalski
2019-03-12 b1d3d61482c0084f2d181d5eb6849b36376f06f2
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']); },
   ],
];