Greg, I'm assuming you're talking about MapGuide Fusion. I'm also looking to move to Fusion from Chameleon. Here is the info I got when I posed this question to the MapGuide list.
Hope this gets you started in the right direction. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Spencer Sent: Wednesday, March 05, 2008 10:04 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] Fusion Framework & UMN MapServer Hi Tim, it can be but there is currently no official open source version of fusion that works with mapserver. We are currently in the process of moving fusion to osgeo servers at which time a community can grow around both mapguide and mapserver back-ends. That being said, you can edit config.json in fusion to set the appropriate values for your mapserver install and set up a map in the application definition using MapServer as the type and give a MapFile path in the extension ... something like: <MapSet xsi:type="MapSetType"> <MapGroup id="gmap" xsi:type="MapType"> <Map xsi:type="MapLayerType"> <Type>MapServer</Type> <SingleTile>true</SingleTile> <Extension> <MapFile>/ms4w/apps/gmap/htdocs/gmap75.map</MapFile> </Extension> </Map> </MapGroup> </MapSet> and then change the MapWidget tag to point to the id of the map group (gmap in the above example) and it should all just work. Note that mapserver support requires that you have php_mapscript and a valid session.save_path set up in php.ini Also, the name of the php_mapscript module is hardcoded in fusion/ MapServer/php/Common.php so if you want something other than: $szPHPMapScriptModule = 'php_mapscript.'.PHP_SHLIB_SUFFIX; you will need to manually change it there for now. Cheers Paul ---- Timothy J Nolte - [EMAIL PROTECTED] Network Planning Engineer iPCS Wireless, Inc. 4717 Broadmoor Ave, Suite G Kentwood, MI 49512 Office: 616-656-5163 PCS: 616-706-2438 Fax: 616-554-6484 Web: www.ipcswirelessinc.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregorio Muñoz Avila Sent: Monday, April 07, 2008 6:09 AM To: [email protected] Subject: [mapserver-users] MapServer + Fusion Does anyone know how to integrate Fusion in Mapserver? _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
