| | |
| | | ); |
| | | } |
| | | |
| | | $base_proxy = 'http://91.223.13.70/internetservice'; |
| | | $base_proxy = 'http://ttss.mpk.krakow.pl/internetservice'; |
| | | $method = [ |
| | | '/services/lookup/autocomplete/json' => [ |
| | | 'query' => function() { return TRUE; }, |
| | |
| | | ], |
| | | '/geoserviceDispatcher/services/vehicleinfo/vehicles' => [ |
| | | 'lastUpdate' => 'ctype_digit', |
| | | 'positionType' => function($type) { return in_array($type, ['CORRECTED']); }, |
| | | 'positionType' => function($type) { return in_array($type, ['CORRECTED', 'RAW']); }, |
| | | 'colorType' => function($type) { return in_array($type, ['ROUTE_BASED']); }, |
| | | ], |
| | | ]; |