[ka-Map-users] Adding Multiple maps
absar ali
absarzaidi at yahoo.com
Wed Jul 19 01:41:10 EDT 2006
How can i add two or more maps in the combo box, i use this but gives errors.
$aszGMap = array (
'title' => 'Map1',
'path' => '../../Map1.map',
'scales' => array( 40000000, 25000000, 12000000, 7500000, 3000000, 1000000 ),
);
$aszGMap = array (
'title' => 'Map2',
'path' => '../../Map2.map',
'scales' => array( 40000000, 25000000, 12000000, 7500000, 3000000, 1000000 ),
);
$aszMapFiles = array( 'Map1' => $aszGMap);
$aszMapFiles = array( 'Map2' => $aszGMap);
---------------------------------
Groups are talking. Were listening. Check out the handy changes to Yahoo! Groups.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20060718/a992ec79/attachment.html
More information about the ka-Map-users
mailing list