Improved www.ttss.krakow.pl
Jacek Kowalski
2017-04-12 8338a50d0c9d86ebb7212103d72e59d05f97f87c
proxy.php
@@ -30,8 +30,8 @@
      'id' => 'ctype_digit',
   ],
   '/geoserviceDispatcher/services/vehicleinfo/vehicles' => [
      // 'lastUpdate' => 'ctype_digit',
      'positionType' => function($type) { return in_array($type, ['CORRECTED']); },
      'lastUpdate' => 'ctype_digit',
      'positionType' => function($type) { return in_array($type, ['CORRECTED', 'NORMAL']); },
      'colorType' => function($type) { return in_array($type, ['ROUTE_BASED']); },
   ],
   '/services/routeInfo/routeStops' => [