[mapguide-users] Fusion Framework & UMN MapServer
Nolte, Tim
Tim.Nolte at ipcswirelessinc.com
Wed Mar 5 22:48:05 EST 2008
Paul,
Thanks a ton. I'll give this a try. I'm really hoping to find a better alternative to Chameleon on MapServer.
- Tim
----
Timothy J Nolte - tnolte at ilpcs.com
Associate 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: mapguide-users-bounces at lists.osgeo.org on behalf of Paul Spencer
Sent: Wed 3/5/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
On 29-Feb-08, at 10:07 AM, Nolte, Tim wrote:
> Anybody have experience using the Fusion framework with the UMN
> MapServer. We currently have a UMN MapServer running and I'd really
> like
> to move to the Fusion framework, as I've heard it could be used with
> MapServer. I'd like as much information as possible to speed up my
> migration time. Thanks.
>
> - Tim
>
> ----
> 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
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
--
Paul Spencer
CTO, DM Solutions Group Inc
http://www.dmsolutions.ca/
_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 4234 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/mapguide-users/attachments/20080305/fe360c70/attachment.bin
More information about the mapguide-users
mailing list