Page 1 of 1

Central Med Linosa map fix

Posted: Sun 28 Oct 2012 12:20 pm
by II/JG77Hawk_5
The Linosa area map in Central Med does not have correct co-ordinates in the PHP file in current MP releases. Please adjust your CM_District_Linosa.php file with updated values as shown. maxcY value is not exact but is pretty close.
Cheers,
5
$maxpX=1244; //Size of map image in pixels in x direction
$mincX=230000; //Min longitude of image in FB coords
$maxcX=290000; //Max longitude of image in FB coords
$maxpY=892; //Size of map image in pixels in y direction
$mincY=60000; //Min latitude of image in FB coords
$maxcY=103000; //Max latitude of image in FB coords