[mapguide-users] Fusion Save Map Issues

Rock Beans rockbeans at gmail.com
Thu Aug 14 17:02:55 EDT 2008


Have you found a way to change the unit type to Inches without editing the
PHP code? By the way I have it all working now pretty well. Export as DWF
and PNG. Just tweaking as my question relates.

Thank you!

On Thu, Aug 14, 2008 at 12:25 PM, Jason Birch <Jason.Birch at nanaimo.ca>wrote:

>  It's quite possible (actually, I'm pretty sure) that the definition for
> the SaveMap widget has changed considerably in Fusion trunk since 1.0.x, so
> it's possible that neither Studio nor Maestro will generate these correctly.
>
>
>
> Also, the code in the SaveMap widget catches MapGuide exceptions, but does
> not catch generic PHP exceptions.  You may get more information from that
> code by adding a section like this after the MapGuide catch:
>
>
>
> catch (Exception $e)
>
> {
>
>   echo "ERROR: " . $e->GetMessage() . "\n";
>
>   exit;
>
> }
>
>
>
> Jason
>
>
>
> *From:* Andrew DeMerchant
> *Subject:* Re: [mapguide-users] Fusion Save Map Issues
>
>
>
> It may be an incompatibility in Studio that's the problem then - because my
> xml certainly doesn't look anything like that. I'll give it a try in Maestro
> a little later, and then if that doesn't work, I'll edit the xml myself...
>
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20080814/b7b27c14/attachment.html


More information about the mapguide-users mailing list