/*
* Patch for filter_var()
*/
if(!function_exists('filter_var')){
define('FILTER_VALIDATE_IP', 'ip');
define('FILTER_FLAG_IPV4', 'ipv4');
define('FILTER_FLAG_IPV6', 'ipv6');
define('FILTER_VALIDATE_EMAIL', 'email');
define('FILTER_FLAG_EMAIL_UNICODE', 'unicode');
function filter_var($variable, $filter, $option = false){
if($filter == 'ip'){
if($option == 'ipv4'){
if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
if($option == 'ipv6'){
if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
if($filter == 'email'){
if($option == 'unicode' || $option == false){
if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
}
}
Print Page - Route map does not show once you fly to the Antarctic.
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: Powercube on August 15, 2007, 05:22:58 pm
-
Hello, after opening a route to Mirny station, Antarctica- I am no longer able to see my global route-map. Thank you for your help,
Bernie C.E.O Blue Planet Airways, and Co-founder of SkyTeam
-
The IATA/ICAO code could be wrong.
-
I think its due to being too much info to load.
-
IIRC, there's a known problem with the Great Circle Mapper not being able to show airports on the Antarctic.
-
I thought that may have been the case, oh well. :cry:
-
If anyone wants to help complile a list of airports that dont display I can exclude them from the route maps?
-
So far I've found AN2 Amundsen-Scott Station, AN0 Davis Station, and AN1 Mirny Station. There may be more.
-
There may be more.
You can be sure there is a lot more. ;)