<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Not sure if he got the answers, but here they are:<br>
1. You must change it in ajaxmappane.templ (line 293):<br>
Look for:<br>
<pre>var us = true;</pre>
and change to:<br>
<pre>var us = false;</pre>
You have to change this every time update your MapGuide installation.<br>
<br>
2. There is no built in way to do this, you must modify
printablepage.templ.<br>
Its a HTML file that gets sent to the browser with the map items
injected.<br>
You can set a logo anywhere on the page using some html:<br>
<pre><img src="mylogo.gif" style="position: absolute; top 5px; left: 5px"></pre>
If you want different printable pages for different solutions, you have
to modify <br>
at least printablepageui.templ.<br>
<br>
Again, you have to change this every time update your MapGuide
installation.<br>
<br>
<br>
The files I mention are all located in:<br>
<pre>C:\Program files\MapGuideOpenSource2.0\WebServerExtensions\www\viewerfiles</pre>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
Warren Medernach skrev:
<blockquote
cite="mid:E9B6AC5957D54D4A96C91EE082F2F17A04318119@CX42.800onemail.com"
type="cite">
<pre wrap="">Hi Andrew,
Were you ever able to resolve this print layout issue?
Warren M
</pre>
<blockquote type="cite">
<pre wrap="">I've got 2 questions about PrintLayouts....1) How do I make my units
</pre>
</blockquote>
<pre wrap=""><!---->metres? I've got >every instance of <units> set to metres in my
PrintLayout, and yet my scale bar insists >that the units are feet. 2)
How the heck do you get a custom logo?? It seems so simple, >but I can't
get it to work for the life of me....I've got a symbol library called
</pre>
<blockquote type="cite">
<pre wrap="">"Logo", and in it there is one symbol called "Gemlogo-smaller". I've
</pre>
</blockquote>
<pre wrap=""><!---->tried all sorts of >variations on ResourceIDs, but can't get it.
</pre>
<blockquote type="cite">
<pre wrap="">Andrew
</pre>
</blockquote>
<pre wrap=""><!---->_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
</pre>
</blockquote>
</body>
</html>