[ka-Map-users] using more than 1 mapfile in kamap
Lorenzo Becchi
lorenzo at ominiverdi.com
Thu Mar 5 06:32:05 EST 2009
hi Donny,
in your config.php
--------------------------------
$mapfile1 = array(
"weather" => array( "Global Weather 1",
"/opt/fgs/apps/kamap-0.1.1/htdocs/global1.map",
array( 100000000, 50000000, 15000000 ),
"PNG")
);
$mapfile2 = array(
"weather" => array( "Global Weather 2",
"/opt/fgs/apps/kamap-0.1.1/htdocs/global2.map",
array( 100000000, 50000000, 15000000 ),
"PNG")
);
--------------------------------
$aszMapFiles = array( 'map1' => $mapfile1,'map2' => $mapfile2);
More information about the ka-Map-users
mailing list