Central Med Linosa map fix

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

Post Reply
II/JG77Hawk_5
Posts: 162
Joined: Wed 10 Jan 2007 1:13 am
Location: Sydney, Australia

Central Med Linosa map fix

Post 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
Post Reply