[mapserver-users] MapServer + Fusion

Nolte, Tim Tim.Nolte at ipcswirelessinc.com
Mon Apr 7 08:35:55 EDT 2008


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: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] 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 - tnolte at ilpcs.com
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: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Gregorio Muñoz Avila
Sent: Monday, April 07, 2008 6:09 AM
To: mapserver-users at lists.osgeo.org
Subject: [mapserver-users] MapServer + Fusion

Does anyone know how to integrate Fusion in Mapserver? 


More information about the mapserver-users mailing list