<div dir="ltr">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.<br><br>Thank you!<br>
<br><div class="gmail_quote">On Thu, Aug 14, 2008 at 12:25 PM, Jason Birch <span dir="ltr">&lt;<a href="mailto:Jason.Birch@nanaimo.ca">Jason.Birch@nanaimo.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div bgcolor="white" link="blue" vlink="purple" lang="EN-CA">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">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.</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Also, the code in the SaveMap widget catches MapGuide
exceptions, but does not catch generic PHP exceptions.&nbsp; You may get more
information from that code by adding a section like this after the MapGuide
catch:</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">catch (Exception $e)</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">{</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp; echo &quot;ERROR: &quot; . $e-&gt;GetMessage() .
&quot;\n&quot;;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp; exit;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">}</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Jason</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt; color: windowtext;" lang="EN-US">From:</span></b><span style="font-size: 10pt; color: windowtext;" lang="EN-US"> Andrew
DeMerchant<div class="Ih2E3d"><br>
<b>Subject:</b> Re: [mapguide-users] Fusion Save Map Issues</div></span></p>

</div>

</div>

<p>&nbsp;</p>

<p>It may be an incompatibility in Studio that&#39;s the problem
then - because my xml certainly doesn&#39;t look anything like that. I&#39;ll give it a
try in Maestro a little later, and then if that doesn&#39;t work, I&#39;ll edit the xml
myself...<br>
<br>
<span style="color: windowtext;"></span></p>

</div>

</div>


<br>_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
<br></blockquote></div><br></div>