Bugs / Distances incorrect.
« on: June 09, 2014, 06:15:52 pm »The distances between airports, at least those in PW2851, are inconsistant with those on Great Circle mapper, and appear to be in statute rather than nautical miles.
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I'd like to join in a Private World at a big city without getting into that mad competition right awayIn most private worlds, competition is much less intense than in the public worlds, even at major cities.
When you put it like that, you definitely can see the possibility of making mistakes.Horizontal spacing of the 1st option, vertical spacing of the 2nd.
Here are two options for the change, select which one you prefer: http://verifyapp.com/p/18250
I like the idea, but the US would definitely have to be divided up.I am thinking that the USA would have three flag carriers, one for routes to Europe, Africa, Canada, Russia and the Middle East (and regulating US domestic flights by foreign carriers from those regions), one for Latin America, and one for the Pacific (Australasia and south, east and central Asia).
I would defiantly take Canada. Actually, you say the US is so big, what about russia, or canada?Russia and Canada cover large areas, but have relatively few people and air travellers, for instance the USA has 23 airports busier than Moscow Domodedovo, Russias largest.
I like the Idea, what year will the world start in?I was thinking 1947 or 1992, but I'm open to suggestions.
Can I do the United Kingdom again but put it into the proper counties rather than just Scotland, England, Northern Ireland and Wales?The United Kingdom does need doing again. Regional government in England (the regional development agencies) is being abolished. The proper top level division is into England, Scotland, Wales and Northern Ireland anyway.
The map looks great, especially if you can zoom in & out.I agree.
I agree that the colour schemes on the current map are more peaceful & relaxing to the eyes than the colors used above. Namely blue for the seas and a whiter shade of pale (beige or such) for the landmass.
Other colors could do as well, as long as they're soft.
Just my two centimes worth.